/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | CodeGenPrepare.cpp | 840 V = Builder.CreatePtrToInt(V, IntPtrTy, "sunkaddr"); in OptimizeMemoryInst() 852 V = Builder.CreatePtrToInt(V, IntPtrTy, "sunkaddr"); in OptimizeMemoryInst() 870 Value *V = Builder.CreatePtrToInt(AddrMode.BaseGV, IntPtrTy, "sunkaddr"); in OptimizeMemoryInst()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ConstantFolder.h | 176 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
|
D | NoFolder.h | 223 Instruction *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
|
D | TargetFolder.h | 188 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
|
D | IRBuilder.h | 944 Value *CreatePtrToInt(Value *V, Type *DestTy, 1237 Value *LHS_int = CreatePtrToInt(LHS, Type::getInt64Ty(Context)); 1238 Value *RHS_int = CreatePtrToInt(RHS, Type::getInt64Ty(Context));
|
/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/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/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()
|
D | AtomicExpandPass.cpp | 613 Value *AddrInt = Builder.CreatePtrToInt(Addr, DL.getIntPtrType(Ctx)); in createMaskInstrs() 927 Value *NewCmp = Builder.CreatePtrToInt(CI->getCompareOperand(), NewTy); in convertCmpXchgToIntegerType() 928 Value *NewNewVal = Builder.CreatePtrToInt(CI->getNewValOperand(), NewTy); in convertCmpXchgToIntegerType()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter.cc | 328 ir_builder_.CreatePtrToInt(output_address, address_int_type); in EmitAtomicOperationUsingCAS() 336 ir_builder_.CreatePtrToInt(cas_new_output_address, address_int_type), in EmitAtomicOperationUsingCAS()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 196 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
|
/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()
|
D | AddressSanitizer.cpp | 682 Value *DynamicAreaPtr = IRB.CreatePtrToInt(SavedStack, IntptrTy); in unpoisonDynamicAllocasBeforeInst() 694 DynamicAreaPtr = IRB.CreateAdd(IRB.CreatePtrToInt(SavedStack, IntptrTy), in unpoisonDynamicAllocasBeforeInst() 2337 Value *NewAddress = IRB.CreateAdd(IRB.CreatePtrToInt(NewAlloca, IntptrTy), in handleDynamicAllocaCall() 2345 IRB.CreateStore(IRB.CreatePtrToInt(NewAlloca, IntptrTy), DynamicAllocaLayout); in handleDynamicAllocaCall()
|
D | ThreadSanitizer.cpp | 555 IRB.CreatePtrToInt(V, Ty) : IRB.CreateIntCast(V, Ty, false); in createIntOrPtrToIntCast()
|
D | PGOInstrumentation.cpp | 386 Builder.CreatePtrToInt(Callee, Builder.getInt64Ty()), in instrumentOneFunc()
|
D | DataFlowSanitizer.cpp | 942 IRB.CreateAnd(IRB.CreatePtrToInt(Addr, IntptrTy), in getShadowAddress() 943 IRB.CreatePtrToInt(ShadowPtrMaskValue, IntptrTy)), in getShadowAddress()
|
/external/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 744 StoredVal = IRB.CreatePtrToInt(StoredVal, StoredValTy); in CoerceAvailableValueToLoadType() 770 StoredVal = IRB.CreatePtrToInt(StoredVal, StoredValTy); in CoerceAvailableValueToLoadType() 999 SrcVal = Builder.CreatePtrToInt(SrcVal, in GetStoreValueForLoad()
|
D | SeparateConstOffsetFromGEP.cpp | 845 Value *ResultPtr = Builder.CreatePtrToInt(Variadic->getOperand(0), IntPtrTy); in lowerToArithmetics()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1384 Value *P = Builder->CreatePtrToInt(CI.getOperand(0), in visitPtrToInt() 1389 Value *P = Builder->CreatePtrToInt(CI.getOperand(0), in visitPtrToInt()
|
/external/clang/lib/CodeGen/ |
D | CGExpr.cpp | 595 Builder.CreateAnd(Builder.CreatePtrToInt(Ptr, IntPtrTy), in EmitTypeCheck() 1662 RHS = Builder.CreatePtrToInt(RHS, ResultType, "sub.ptr.rhs.cast"); in EmitStoreThroughLValue() 1664 Builder.CreatePtrToInt(LvalueDst.getPointer(), ResultType, in EmitStoreThroughLValue() 1837 Value = Builder.CreatePtrToInt(Value, Ty); in EmitStoreThroughGlobalRegLValue() 2376 return Builder.CreatePtrToInt(V, TargetTy); in EmitCheckValue()
|
D | CGStmt.cpp | 1985 Arg = Builder.CreatePtrToInt(Arg, IntPtrTy); in EmitAsmStmt() 2136 Tmp = Builder.CreatePtrToInt(Tmp, in EmitAsmStmt()
|
D | CodeGenPGO.cpp | 772 Builder.CreatePtrToInt(ValuePtr, Builder.getInt64Ty()), in valueProfile()
|
/external/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 440 Value *PtrAsInt = B.CreatePtrToInt(Ptr, IntPtrTy); in lowerBitSetCall()
|