Home
last modified time | relevance | path

Searched defs:Add1 (Results 1 – 16 of 16) sorted by relevance

/llvm-project/llvm/examples/OrcV2Examples/LLJITDumpObjects/
H A DLLJITDumpObjects.cpp65 int (*Add1)(int) = Add1Addr.toPtr<int(int)>(); in main() local
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/
H A DLLJITWithCustomObjectLinkingLayer.cpp60 int (*Add1)(int) = Add1Addr.toPtr<int(int)>(); in main() local
/llvm-project/llvm/examples/HowToUseLLJIT/
H A DHowToUseLLJIT.cpp95 int (*Add1)(int) = Add1Addr.toPtr<int(int)>(); in main() local
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithObjectCache/
H A DLLJITWithObjectCache.cpp73 int (*Add1)(int) = Add1Addr.toPtr<int(int)>(); in runJITWithCache() local
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h218 const llvm::APSInt &Add1(const llvm::APSInt &V) { Add1() function
/llvm-project/llvm/unittests/Analysis/
H A DAliasAnalysisTest.cpp179 auto *Add1 = BinaryOperator::CreateAdd(Value, Value, "add", BB); in TEST_F() local
H A DScalarEvolutionTest.cpp405 Instruction *Add1 = BinaryOperator::CreateAdd(Mul1, Trunc, "", EntryBB); in TEST_F() local
/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp178 Value *Add1 = Builder.CreateAdd( expandFPToI() local
/llvm-project/llvm/unittests/IR/
H A DPatternMatch.cpp1701 Value *Add1 = IRB.CreateExtractValue(Add, 1); TEST_F() local
/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1122 SDValue Add1 = DAG.getNode(ISD::ADD, DL, ValTy, N->getOperand(0), performADDCombine() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4305 SDValue Add1 = ShiftAmt->getOperand(1); tryShiftAmountMod() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp3679 SDValue Add1 = ShiftAmt->getOperand(1); tryShiftAmountMod() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2111 SDValue Add1 = DAG.getBitcast(VT, LowerUDIVREM64() local
H A DAMDGPULegalizerInfo.cpp4582 auto Add1 = B.buildMergeLikeInstr(S64, {Add1_Lo, Add1_Hi}); legalizeUnsignedDIV_REM64Impl() local
H A DSIISelLowering.cpp13637 SDValue Add1 = DAG.getNode(Opc, SL, VT, Op0, Op1); reassociateScalarOps() local
/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp13628 SDValue Add1 = TryDistrubutionADDVecReduce() local