| /NextBSD/contrib/llvm/lib/Transforms/Instrumentation/ |
| HD | SafeStack.cpp | 393 IRB.CreateAnd(IRB.CreatePtrToInt(BasePointer, IntPtrTy), in moveStaticAllocasToUnsafeStack() 463 Value *SP = IRB.CreatePtrToInt(IRB.CreateLoad(UnsafeStackPtr), IntPtrTy); in moveDynamicAllocasToUnsafeStack()
|
| HD | AddressSanitizer.cpp | 601 IRB.CreatePtrToInt(SavedStack, IntptrTy)}); in unpoisonDynamicAllocasBeforeInst() 2002 Value *NewAddress = IRB.CreateAdd(IRB.CreatePtrToInt(NewAlloca, IntptrTy), in handleDynamicAllocaCall() 2010 IRB.CreateStore(IRB.CreatePtrToInt(NewAlloca, IntptrTy), DynamicAllocaLayout); in handleDynamicAllocaCall()
|
| HD | MemorySanitizer.cpp | 1541 return IRB.CreatePtrToInt(V, ShadowTy); in CreateAppToShadowCast() 2857 IRB.CreateAdd(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy), in finalizeInstrumentation() 2868 IRB.CreateAdd(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy), in finalizeInstrumentation() 2972 IRB.CreateIntToPtr(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy), in finalizeInstrumentation()
|
| HD | DataFlowSanitizer.cpp | 933 IRB.CreateAnd(IRB.CreatePtrToInt(Addr, IntptrTy), ShadowPtrMask), in getShadowAddress()
|
| /NextBSD/contrib/llvm/include/llvm/IR/ |
| HD | ConstantFolder.h | 183 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
|
| HD | NoFolder.h | 236 Instruction *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
|
| HD | IRBuilder.h | 1245 Value *CreatePtrToInt(Value *V, Type *DestTy, 1330 return CreatePtrToInt(V, DestTy, Name); 1589 Value *LHS_int = CreatePtrToInt(LHS, Type::getInt64Ty(Context)); 1590 Value *RHS_int = CreatePtrToInt(RHS, Type::getInt64Ty(Context)); 1651 Value *PtrIntValue = CreatePtrToInt(PtrValue, IntPtrTy, "ptrint");
|
| /NextBSD/contrib/llvm/include/llvm/Analysis/ |
| HD | TargetFolder.h | 196 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | TargetInfo.cpp | 1284 llvm::Value *AsInt = CGF.Builder.CreatePtrToInt(Addr, in EmitVAArg() 2854 llvm::Value *AsInt = CGF.Builder.CreatePtrToInt(overflow_arg_area, in EmitVAArgFromMemory() 3210 llvm::Value *GPRPtrAsInt = Builder.CreatePtrToInt(GPRPtr, CGF.Int32Ty); in EmitVAArg() 3234 Builder.CreatePtrToInt(OverflowArea, CGF.Int32Ty); in EmitVAArg() 3238 Builder.CreatePtrToInt(RegsaveArea, CGF.Int32Ty); in EmitVAArg() 3804 llvm::Value *AddrAsInt = Builder.CreatePtrToInt(Addr, CGF.Int64Ty); in EmitVAArg() 3840 llvm::Value *RealAddr = Builder.CreatePtrToInt(Addr, CGF.Int64Ty); in EmitVAArg() 3870 llvm::Value *AddrAsInt = Builder.CreatePtrToInt(Addr, CGF.Int64Ty); in EmitVAArg() 4319 BaseAddr = CGF.Builder.CreatePtrToInt(BaseAddr, CGF.Int64Ty); in EmitAAPCSVAArg() 4346 OnStackAddr = CGF.Builder.CreatePtrToInt(OnStackAddr, CGF.Int64Ty); in EmitAAPCSVAArg() [all …]
|
| HD | CGExpr.cpp | 553 Builder.CreateAnd(Builder.CreatePtrToInt(Address, IntPtrTy), in EmitTypeCheck() 1541 RHS = Builder.CreatePtrToInt(RHS, ResultType, "sub.ptr.rhs.cast"); in EmitStoreThroughLValue() 1543 Builder.CreatePtrToInt(LvalueDst, ResultType, "sub.ptr.lhs.cast"); in EmitStoreThroughLValue() 1723 Value = Builder.CreatePtrToInt(Value, Ty); in EmitStoreThroughGlobalRegLValue() 2201 return Builder.CreatePtrToInt(V, TargetTy); in EmitCheckValue()
|
| HD | CGStmt.cpp | 2002 Arg = Builder.CreatePtrToInt(Arg, IntPtrTy); in EmitAsmStmt() 2136 Tmp = Builder.CreatePtrToInt(Tmp, in EmitAsmStmt()
|
| HD | CGExprScalar.cpp | 805 return Builder.CreatePtrToInt(Src, DstTy, "conv"); in EmitScalarConversion() 1558 return Builder.CreatePtrToInt(Visit(E), ConvertType(DestTy)); in VisitCastExpr() 2671 = Builder.CreatePtrToInt(op.LHS, CGF.PtrDiffTy, "sub.ptr.lhs.cast"); in EmitSub() 2673 = Builder.CreatePtrToInt(op.RHS, CGF.PtrDiffTy, "sub.ptr.rhs.cast"); in EmitSub()
|
| HD | CGStmtOpenMP.cpp | 255 Builder.CreatePtrToInt(MasterAddr, CGM.IntPtrTy), in EmitOMPCopyinClause() 256 Builder.CreatePtrToInt(PrivateAddr, CGM.IntPtrTy)), in EmitOMPCopyinClause()
|
| HD | CGBuiltin.cpp | 66 return CGF.Builder.CreatePtrToInt(V, IntType); in EmitToInt() 941 Value *Result = Builder.CreatePtrToInt(Ptr, IntPtrTy, "extend.cast"); in EmitBuiltinExpr() 1637 Exchange = Builder.CreatePtrToInt(Exchange, IntType); in EmitBuiltinExpr() 1640 Builder.CreatePtrToInt(EmitScalarExpr(E->getArg(2)), IntType); in EmitBuiltinExpr() 3337 ArgValue = Builder.CreatePtrToInt(ArgValue, RegisterType); in EmitSpecialRegisterBuiltin() 3531 StoreVal = Builder.CreatePtrToInt(StoreVal, Int32Ty); in EmitARMBuiltinExpr() 4327 StoreVal = Builder.CreatePtrToInt(StoreVal, Int64Ty); in EmitAArch64BuiltinExpr()
|
| HD | CGException.cpp | 1756 Builder.CreatePtrToInt(getExceptionFromSlot(), IntPtrTy); in ExitSEHTryStmt()
|
| HD | CGAtomic.cpp | 1396 return CGF.Builder.CreatePtrToInt(Value, InputIntTy); in convertRValueToInt()
|
| /NextBSD/contrib/llvm/lib/Target/X86/ |
| HD | X86WinEHState.cpp | 288 LSDA = Builder.CreatePtrToInt(LSDA, Int32Ty); in emitExceptionRegistrationRecord()
|
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | SeparateConstOffsetFromGEP.cpp | 787 Value *ResultPtr = Builder.CreatePtrToInt(Variadic->getOperand(0), IntPtrTy); in lowerToArithmetics()
|
| HD | GVN.cpp | 884 StoredVal = IRB.CreatePtrToInt(StoredVal, StoredValTy); in CoerceAvailableValueToLoadType() 909 StoredVal = IRB.CreatePtrToInt(StoredVal, StoredValTy); in CoerceAvailableValueToLoadType() 1131 SrcVal = Builder.CreatePtrToInt(SrcVal, in GetStoreValueForLoad()
|
| HD | SROA.cpp | 1921 return IRB.CreateBitCast(IRB.CreatePtrToInt(V, DL.getIntPtrType(OldTy)), in convertValue() 1926 return IRB.CreateBitCast(IRB.CreatePtrToInt(V, DL.getIntPtrType(OldTy)), in convertValue() 1929 return IRB.CreatePtrToInt(V, NewTy); in convertValue()
|
| /NextBSD/contrib/llvm/lib/Transforms/IPO/ |
| HD | LowerBitSets.cpp | 440 Value *PtrAsInt = B.CreatePtrToInt(Ptr, IntPtrTy); in lowerBitSetCall()
|
| HD | MergeFunctions.cpp | 1327 return Builder.CreatePtrToInt(V, DestTy); in createCast()
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | CodeGenPrepare.cpp | 3466 V = Builder.CreatePtrToInt(V, IntPtrTy, "sunkaddr"); in OptimizeMemoryInst() 3478 V = Builder.CreatePtrToInt(V, IntPtrTy, "sunkaddr"); in OptimizeMemoryInst() 3504 Value *V = Builder.CreatePtrToInt(AddrMode.BaseGV, IntPtrTy, "sunkaddr"); in OptimizeMemoryInst()
|
| /NextBSD/contrib/llvm/lib/Transforms/InstCombine/ |
| HD | InstCombineCasts.cpp | 1482 Value *P = Builder->CreatePtrToInt(CI.getOperand(0), PtrTy); in visitPtrToInt()
|
| /NextBSD/contrib/llvm/lib/Transforms/Utils/ |
| HD | SimplifyCFG.cpp | 979 CV = Builder.CreatePtrToInt(CV, DL.getIntPtrType(CV->getType()), in FoldValueComparisonIntoPredecessors() 2874 CompVal = Builder.CreatePtrToInt( in SimplifyBranchOnICmpChain()
|