/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | AMDGPUEmitPrintf.cpp | 59 return Builder.CreatePtrToInt(Arg, Int64Ty); in fitArgInto64Bits() 150 auto Begin = Builder.CreatePtrToInt(Str, Int64Ty); in getStrlenWithNull() 151 auto End = Builder.CreatePtrToInt(PtrPhi, Int64Ty); in getStrlenWithNull()
|
D | VNCoercion.cpp | 90 StoredVal = Helper.CreatePtrToInt(StoredVal, StoredValTy); in coerceAvailableValueToLoadTypeHelper() 119 StoredVal = Helper.CreatePtrToInt(StoredVal, StoredValTy); in coerceAvailableValueToLoadTypeHelper() 449 SrcVal = Helper.CreatePtrToInt(SrcVal, DL.getIntPtrType(SrcVal->getType())); in getStoreValueForLoadHelper()
|
/external/llvm-project/polly/lib/CodeGen/ |
D | RuntimeDebugBuilder.cpp | 139 Val = Builder.CreatePtrToInt(Val, Builder.getInt64Ty()); in prepareValuesForPrinting() 216 Val = Builder.CreatePtrToInt(Val, Builder.getInt64Ty()); in createGPUPrinterT()
|
D | IslExprBuilder.cpp | 508 LHS = Builder.CreatePtrToInt(LHS, PtrAsIntTy); in createOpICmp() 510 RHS = Builder.CreatePtrToInt(RHS, PtrAsIntTy); in createOpICmp() 730 V = Builder.CreatePtrToInt(V, Builder.getIntNTy(DL.getPointerSizeInBits())); in createId()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | VNCoercion.cpp | 76 StoredVal = Helper.CreatePtrToInt(StoredVal, StoredValTy); in coerceAvailableValueToLoadTypeHelper() 106 StoredVal = Helper.CreatePtrToInt(StoredVal, StoredValTy); in coerceAvailableValueToLoadTypeHelper() 363 SrcVal = Helper.CreatePtrToInt(SrcVal, DL.getIntPtrType(SrcVal->getType())); in getStoreValueForLoadHelper()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | Speculation.cpp | 123 Mutator.CreatePtrToInt(&Fn, Type::getInt64Ty(MContext)); in emit()
|
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | Speculation.cpp | 120 Mutator.CreatePtrToInt(&Fn, Type::getInt64Ty(MContext)); in emit()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | IRBuilderFolder.h | 108 virtual Value *CreatePtrToInt(Constant *C, Type *DestTy) const = 0;
|
D | ConstantFolder.h | 219 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const override { in CreatePtrToInt() function
|
D | NoFolder.h | 253 Instruction *CreatePtrToInt(Constant *C, Type *DestTy) const override { in CreatePtrToInt() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 215 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
|
D | NoFolder.h | 279 Instruction *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
|
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 183 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
|
D | NoFolder.h | 236 Instruction *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
|
D | IRBuilder.h | 1319 Value *CreatePtrToInt(Value *V, Type *DestTy, 1405 return CreatePtrToInt(V, DestTy, Name); 1685 Value *LHS_int = CreatePtrToInt(LHS, Type::getInt64Ty(Context)); 1686 Value *RHS_int = CreatePtrToInt(RHS, Type::getInt64Ty(Context)); 1773 Value *PtrIntValue = CreatePtrToInt(PtrValue, IntPtrTy, "ptrint");
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 324 LSDA = Builder.CreatePtrToInt(LSDA, Int32Ty); in emitExceptionRegistrationRecord() 343 Value *FrameAddrI32 = Builder.CreatePtrToInt(FrameAddr, Int32Ty); in emitExceptionRegistrationRecord()
|
/external/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 329 LSDA = Builder.CreatePtrToInt(LSDA, Int32Ty); in emitExceptionRegistrationRecord() 345 Value *FrameAddrI32 = Builder.CreatePtrToInt(FrameAddr, Int32Ty); in emitExceptionRegistrationRecord()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 198 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 196 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 324 LSDA = Builder.CreatePtrToInt(LSDA, Int32Ty); in emitExceptionRegistrationRecord() 343 Value *FrameAddrI32 = Builder.CreatePtrToInt(FrameAddr, Int32Ty); in emitExceptionRegistrationRecord()
|
/external/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 571 IRB.CreateAnd(IRB.CreatePtrToInt(BasePointer, IntPtrTy), in moveStaticAllocasToUnsafeStack() 688 Value *SP = IRB.CreatePtrToInt(IRB.CreateLoad(UnsafeStackPtr), IntPtrTy); in moveDynamicAllocasToUnsafeStack()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 204 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const override { in CreatePtrToInt() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 545 IRB.CreateAnd(IRB.CreatePtrToInt(BasePointer, IntPtrTy), in moveStaticAllocasToUnsafeStack() 656 Value *SP = IRB.CreatePtrToInt(IRB.CreateLoad(StackPtrTy, UnsafeStackPtr), in moveDynamicAllocasToUnsafeStack()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 560 IRB.CreateAnd(IRB.CreatePtrToInt(BasePointer, IntPtrTy), in moveStaticAllocasToUnsafeStack() 670 Value *SP = IRB.CreatePtrToInt(IRB.CreateLoad(StackPtrTy, UnsafeStackPtr), in moveDynamicAllocasToUnsafeStack()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 1593 return IRB.CreatePtrToInt(V, ShadowTy); in CreateAppToShadowCast() 3014 IRB.CreateAdd(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy), in finalizeInstrumentation() 3025 IRB.CreateAdd(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy), in finalizeInstrumentation() 3131 IRB.CreateIntToPtr(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy), in finalizeInstrumentation() 3270 IRB.CreateAdd(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy), in getVAField64() 3280 IRB.CreateAdd(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy), in getVAField32() 3534 IRB.CreateIntToPtr(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy), in finalizeInstrumentation()
|