/llvm-project/llvm/examples/OrcV2Examples/LLJITDumpObjects/ |
H A D | LLJITDumpObjects.cpp | 65 int (*Add1)(int) = Add1Addr.toPtr<int(int)>(); in main() local
|
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/ |
H A D | LLJITWithCustomObjectLinkingLayer.cpp | 60 int (*Add1)(int) = Add1Addr.toPtr<int(int)>(); in main() local
|
/llvm-project/llvm/examples/HowToUseLLJIT/ |
H A D | HowToUseLLJIT.cpp | 95 int (*Add1)(int) = Add1Addr.toPtr<int(int)>(); in main() local
|
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithObjectCache/ |
H A D | LLJITWithObjectCache.cpp | 73 int (*Add1)(int) = Add1Addr.toPtr<int(int)>(); in runJITWithCache() local
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | BasicValueFactory.h | 218 const llvm::APSInt &Add1(const llvm::APSInt &V) { Add1() function
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | AliasAnalysisTest.cpp | 179 auto *Add1 = BinaryOperator::CreateAdd(Value, Value, "add", BB); in TEST_F() local
|
H A D | ScalarEvolutionTest.cpp | 405 Instruction *Add1 = BinaryOperator::CreateAdd(Mul1, Trunc, "", EntryBB); in TEST_F() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandLargeFpConvert.cpp | 178 Value *Add1 = Builder.CreateAdd( expandFPToI() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | PatternMatch.cpp | 1701 Value *Add1 = IRB.CreateExtractValue(Add, 1); TEST_F() local
|
/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 1122 SDValue Add1 = DAG.getNode(ISD::ADD, DL, ValTy, N->getOperand(0), performADDCombine() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 4305 SDValue Add1 = ShiftAmt->getOperand(1); tryShiftAmountMod() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 3679 SDValue Add1 = ShiftAmt->getOperand(1); tryShiftAmountMod() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 2111 SDValue Add1 = DAG.getBitcast(VT, LowerUDIVREM64() local
|
H A D | AMDGPULegalizerInfo.cpp | 4582 auto Add1 = B.buildMergeLikeInstr(S64, {Add1_Lo, Add1_Hi}); legalizeUnsignedDIV_REM64Impl() local
|
H A D | SIISelLowering.cpp | 13637 SDValue Add1 = DAG.getNode(Opc, SL, VT, Op0, Op1); reassociateScalarOps() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 13628 SDValue Add1 = TryDistrubutionADDVecReduce() local
|