Searched defs:Add1 (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/llvm/llvm/examples/OrcV2Examples/LLJITDumpObjects/ |
H A D | LLJITDumpObjects.cpp | 65 int (*Add1)(int) = Add1Addr.toPtr<int(int)>(); in main() local
|
/openbsd/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/ |
H A D | LLJITWithCustomObjectLinkingLayer.cpp | 60 int (*Add1)(int) = Add1Addr.toPtr<int(int)>(); in main() local
|
/openbsd/gnu/llvm/llvm/examples/HowToUseLLJIT/ |
H A D | HowToUseLLJIT.cpp | 95 int (*Add1)(int) = Add1Addr.toPtr<int(int)>(); in main() local
|
/openbsd/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithObjectCache/ |
H A D | LLJITWithObjectCache.cpp | 73 int (*Add1)(int) = Add1Addr.toPtr<int(int)>(); in runJITWithCache() local
|
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | BasicValueFactory.h | 218 const llvm::APSInt &Add1(const llvm::APSInt &V) { in Add1() function
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | ExpandLargeFpConvert.cpp | 176 Value *Add1 = Builder.CreateAdd( in expandFPToI() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 3436 SDValue Add1 = ShiftAmt->getOperand(1); in tryShiftAmountMod() local
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 1088 SDValue Add1 = DAG.getNode(ISD::ADD, DL, ValTy, N->getOperand(0), in performADDCombine() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 1886 SDValue Add1 = DAG.getBitcast(VT, in LowerUDIVREM64() local
|
H A D | AMDGPULegalizerInfo.cpp | 3533 auto Add1 = B.buildMergeLikeInstr(S64, {Add1_Lo, Add1_Hi}); in legalizeUnsignedDIV_REM64Impl() local
|
H A D | SIISelLowering.cpp | 10990 SDValue Add1 = DAG.getNode(Opc, SL, VT, Op0, Op1); in reassociateScalarOps() local
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 4001 SDValue Add1 = ShiftAmt->getOperand(1); in tryShiftAmountMod() local
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 13459 SDValue Add1 = in TryDistrubutionADDVecReduce() local
|