Defined in 1 files as a prototype:
Defined in 2 files as a function:
Referenced in 174 files:
- external/apache2/llvm/dist/clang/lib/CodeGen/CGAtomic.cpp, 2 times
- external/apache2/llvm/dist/clang/lib/CodeGen/CGBuiltin.cpp, 10 times
- external/apache2/llvm/dist/clang/lib/CodeGen/CGCleanup.cpp, line 1304
- external/apache2/llvm/dist/clang/lib/CodeGen/CGExprScalar.cpp, line 679
- external/apache2/llvm/dist/clang/lib/CodeGen/CGGPUBuiltin.cpp, line 28
- external/apache2/llvm/dist/clang/lib/CodeGen/CGLoopInfo.cpp, 5 times
- external/apache2/llvm/dist/clang/lib/CodeGen/CGObjCGNU.cpp, line 2175
- external/apache2/llvm/dist/clang/lib/CodeGen/CGObjCMac.cpp, 3 times
- external/apache2/llvm/dist/clang/lib/CodeGen/CGOpenCLRuntime.cpp, 2 times
- external/apache2/llvm/dist/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp, line 1473
- external/apache2/llvm/dist/clang/lib/CodeGen/CodeGenModule.cpp, 2 times
- external/apache2/llvm/dist/clang/lib/CodeGen/CodeGenTypes.cpp, line 741
- external/apache2/llvm/dist/clang/lib/CodeGen/CoverageMappingGen.cpp, line 1680
- external/apache2/llvm/dist/clang/lib/CodeGen/MicrosoftCXXABI.cpp, line 1981
- external/apache2/llvm/dist/clang/lib/CodeGen/SanitizerMetadata.cpp, 2 times
- external/apache2/llvm/dist/clang/lib/CodeGen/TargetInfo.cpp, 20 times
- external/apache2/llvm/dist/clang/tools/clang-offload-wrapper/ClangOffloadWrapper.cpp, 5 times
- external/apache2/llvm/dist/llvm/examples/BrainF/BrainF.cpp, 8 times
- external/apache2/llvm/dist/llvm/examples/BrainF/BrainFDriver.cpp, 2 times
- external/apache2/llvm/dist/llvm/examples/ExceptionDemo/ExceptionDemo.cpp, 15 times
- external/apache2/llvm/dist/llvm/examples/Fibonacci/fibonacci.cpp, 4 times
- external/apache2/llvm/dist/llvm/examples/HowToUseJIT/HowToUseJIT.cpp, 3 times
- external/apache2/llvm/dist/llvm/examples/HowToUseLLJIT/HowToUseLLJIT.cpp, 2 times
- external/apache2/llvm/dist/llvm/examples/ModuleMaker/ModuleMaker.cpp, 3 times
- external/apache2/llvm/dist/llvm/examples/ParallelJIT/ParallelJIT.cpp, 7 times
- external/apache2/llvm/dist/llvm/include/llvm/IR/IRBuilder.h, 9 times
- external/apache2/llvm/dist/llvm/lib/Analysis/ConstantFolding.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Analysis/InstructionSimplify.cpp, line 5206
- external/apache2/llvm/dist/llvm/lib/Analysis/ScalarEvolution.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Analysis/ValueTracking.cpp, line 3819
- external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/BitcodeReader.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ValueList.cpp, line 37
- external/apache2/llvm/dist/llvm/lib/CodeGen/AtomicExpandPass.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/CodeGenPrepare.cpp, line 7506
- external/apache2/llvm/dist/llvm/lib/CodeGen/ExpandMemCmp.cpp, 11 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/ExpandVectorPredication.cpp, line 263
- external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp, line 1351
- external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalMerge.cpp, line 444
- external/apache2/llvm/dist/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/IntrinsicLowering.cpp, line 367
- external/apache2/llvm/dist/llvm/lib/CodeGen/MachineDebugify.cpp, line 141
- external/apache2/llvm/dist/llvm/lib/CodeGen/PreISelIntrinsicLowering.cpp, line 35
- external/apache2/llvm/dist/llvm/lib/CodeGen/SafeStack.cpp, line 216
- external/apache2/llvm/dist/llvm/lib/CodeGen/ShadowStackGCLowering.cpp, 10 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SjLjEHPrepare.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/ValueTypes.cpp, 21 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/WasmEHPrepare.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/FuzzMutate/Operations.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/IR/AutoUpgrade.cpp, 13 times
- external/apache2/llvm/dist/llvm/lib/IR/BasicBlock.cpp, line 79
- external/apache2/llvm/dist/llvm/lib/IR/ConstantFold.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/IR/Constants.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/IR/Core.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/IR/IRBuilder.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/IR/Instructions.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/IR/MDBuilder.cpp, line 48
- external/apache2/llvm/dist/llvm/lib/IR/Module.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/IR/ProfileSummary.cpp, line 58
- external/apache2/llvm/dist/llvm/lib/IR/Type.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/ProfileData/InstrProf.cpp, line 981
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp, line 481
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp, line 115
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUAtomicOptimizer.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp, 7 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp, line 1144
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPULateCodeGenPrepare.cpp, line 171
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPULibFunc.cpp, line 879
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp, line 159
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/R600OpenCLImageTypeLoweringPass.cpp, line 356
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/SIAnnotateControlFlow.cpp, line 127
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/SIISelLowering.cpp, line 6714
- external/apache2/llvm/dist/llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp, line 485
- external/apache2/llvm/dist/llvm/lib/Target/ARM/ARMConstantPoolValue.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/ARM/ARMFastISel.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp, line 3493
- external/apache2/llvm/dist/llvm/lib/Target/ARM/ARMISelLowering.cpp, 8 times
- external/apache2/llvm/dist/llvm/lib/Target/ARM/ARMLegalizerInfo.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/ARM/ARMSelectionDAGInfo.cpp, line 111
- external/apache2/llvm/dist/llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/ARM/ThumbRegisterInfo.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/BPF/BPFAbstractMemberAccess.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/HexagonCommonGEP.cpp, line 1099
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/HexagonConstPropagation.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/HexagonGenExtract.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp, line 3598
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp, line 2272
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/HexagonVectorCombine.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/Mips/MipsConstantIslandPass.cpp, line 1651
- external/apache2/llvm/dist/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp, line 1800
- external/apache2/llvm/dist/llvm/lib/Target/NVPTX/NVPTXGenericToNVVM.cpp, line 221
- external/apache2/llvm/dist/llvm/lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp, line 111
- external/apache2/llvm/dist/llvm/lib/Target/NVPTX/NVVMIntrRange.cpp, line 67
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCBoolRetToInt.cpp, line 96
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp, line 784
- external/apache2/llvm/dist/llvm/lib/Target/RISCV/RISCVISelLowering.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/Sparc/SparcISelLowering.cpp, line 2231
- external/apache2/llvm/dist/llvm/lib/Target/SystemZ/SystemZTDC.cpp, line 360
- external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp, 15 times
- external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/WebAssemblyLowerGlobalDtors.cpp, line 125
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86FastISel.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86ISelLowering.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86InstrInfo.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86LowerAMXIntrinsics.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86LowerAMXType.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86PartialReduction.cpp, line 248
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86PreAMXConfig.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86TargetTransformInfo.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86WinEHState.cpp, 8 times
- external/apache2/llvm/dist/llvm/lib/Target/XCore/XCoreISelDAGToDAG.cpp, line 148
- external/apache2/llvm/dist/llvm/lib/Target/XCore/XCoreISelLowering.cpp, line 300
- external/apache2/llvm/dist/llvm/lib/Target/XCore/XCoreInstrInfo.cpp, line 445
- external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/CoroFrame.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ArgumentPromotion.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Transforms/IPO/AttributorAttributes.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/IPO/GlobalOpt.cpp, line 592
- external/apache2/llvm/dist/llvm/lib/Transforms/IPO/GlobalSplit.cpp, line 74
- external/apache2/llvm/dist/llvm/lib/Transforms/IPO/IROutliner.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Transforms/IPO/LowerTypeTests.cpp, line 396
- external/apache2/llvm/dist/llvm/lib/Transforms/IPO/OpenMPOpt.cpp, line 290
- external/apache2/llvm/dist/llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp, line 541
- external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp, line 105
- external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp, line 1384
- external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp, line 1268
- external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp, 11 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp, 16 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/InstrOrderFile.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp, line 1090
- external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/MemProfiler.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp, 23 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ConstantHoisting.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/Float2Int.cpp, line 424
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp, line 360
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/LoopDataPrefetch.cpp, line 398
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/MergeICmps.cpp, line 657
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/Reg2Mem.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/AMDGPUEmitPrintf.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/BuildLibCalls.cpp, 18 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/CodeExtractor.cpp, 8 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/Debugify.cpp, line 87
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/EntryExitInstrumenter.cpp, line 51
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/EscapeEnumerator.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/IntegerDivision.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/Local.cpp, line 765
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/LoopUtils.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ModuleUtils.cpp, line 34
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/RelLookupTableConverter.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/SanitizerStats.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp, line 374
- external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/VPlan.cpp, line 68
- external/apache2/llvm/dist/llvm/tools/bugpoint/ExtractFunction.cpp, line 231
- external/apache2/llvm/dist/llvm/tools/bugpoint/Miscompilation.cpp, line 857
- external/apache2/llvm/dist/llvm/tools/lli/lli.cpp, 2 times
- external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/Assembler.cpp, line 77
- external/apache2/llvm/dist/llvm/tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp, line 57
- external/apache2/llvm/dist/llvm/tools/llvm-opt-fuzzer/llvm-opt-fuzzer.cpp, line 45
- external/apache2/llvm/dist/llvm/tools/llvm-stress/llvm-stress.cpp, 5 times