| /trueos/contrib/llvm/lib/Transforms/Utils/ |
| HD | BuildLibCalls.cpp | 51 TD->getIntPtrType(Context), in EmitStrLen() 80 TD->getIntPtrType(Context), in EmitStrNLen() 82 TD->getIntPtrType(Context), in EmitStrNLen() 140 TD->getIntPtrType(Context), NULL); in EmitStrNCmp() 219 TD->getIntPtrType(Context), in EmitMemCpyChk() 220 TD->getIntPtrType(Context), NULL); in EmitMemCpyChk() 248 TD->getIntPtrType(Context), in EmitMemChr() 279 TD->getIntPtrType(Context), NULL); in EmitMemCmp() 448 TD->getIntPtrType(Context), in EmitFWrite() 450 TD->getIntPtrType(Context), in EmitFWrite() [all …]
|
| HD | SimplifyLibCalls.cpp | 187 FT->getParamType(2) != TD->getIntPtrType(Context) || in callOptimizer() 188 FT->getParamType(3) != TD->getIntPtrType(Context)) in callOptimizer() 210 FT->getParamType(2) != TD->getIntPtrType(Context) || in callOptimizer() 211 FT->getParamType(3) != TD->getIntPtrType(Context)) in callOptimizer() 233 FT->getParamType(2) != TD->getIntPtrType(Context) || in callOptimizer() 234 FT->getParamType(3) != TD->getIntPtrType(Context)) in callOptimizer() 259 FT->getParamType(2) != TD->getIntPtrType(Context)) in callOptimizer() 284 ConstantInt::get(TD->getIntPtrType(Context), Len), in callOptimizer() 304 FT->getParamType(2) != TD->getIntPtrType(FT->getParamType(0))) in callOptimizer() 330 Value *LenV = ConstantInt::get(TD->getIntPtrType(PT), Len); in callOptimizer() [all …]
|
| HD | SimplifyCFG.cpp | 317 IntegerType *PtrTy = cast<IntegerType>(TD->getIntPtrType(V->getType())); in GetConstantInt() 482 if (PTII->getType() == TD->getIntPtrType(Ptr->getType())) in isValueEqualityComparison() 933 CV = Builder.CreatePtrToInt(CV, TD->getIntPtrType(CV->getType()), in FoldValueComparisonIntoPredecessors() 2816 TD->getIntPtrType(CompVal->getType()), in SimplifyBranchOnICmpChain()
|
| /trueos/contrib/llvm/lib/Target/ |
| HD | Target.cpp | 84 return wrap(unwrap(TD)->getIntPtrType(getGlobalContext())); in LLVMIntPtrType() 88 return wrap(unwrap(TD)->getIntPtrType(getGlobalContext(), AS)); in LLVMIntPtrTypeForAS() 92 return wrap(unwrap(TD)->getIntPtrType(*unwrap(C))); in LLVMIntPtrTypeInContext() 96 return wrap(unwrap(TD)->getIntPtrType(*unwrap(C), AS)); in LLVMIntPtrTypeForASInContext()
|
| /trueos/contrib/llvm/lib/CodeGen/ |
| HD | IntrinsicLowering.cpp | 118 TD.getIntPtrType(Context), (Type *)0); in AddPrototypes() 125 TD.getIntPtrType(Context), (Type *)0); in AddPrototypes() 132 TD.getIntPtrType(Context), (Type *)0); in AddPrototypes() 466 Type *IntPtr = TD.getIntPtrType(Context); in LowerIntrinsicCall() 477 Type *IntPtr = TD.getIntPtrType(Context); in LowerIntrinsicCall() 489 Type *IntPtr = TD.getIntPtrType(Op0->getType()); in LowerIntrinsicCall()
|
| /trueos/contrib/llvm/include/llvm/IR/ |
| HD | DataLayout.h | 361 IntegerType *getIntPtrType(LLVMContext &C, unsigned AddressSpace = 0) const; 366 Type *getIntPtrType(Type *) const;
|
| /trueos/contrib/llvm/lib/Analysis/ |
| HD | ConstantFolding.cpp | 378 CE->getOperand(0)->getType() == TD.getIntPtrType(CE->getType())) { in ReadDataFromGlobal() 623 Type *IntPtrTy = TD->getIntPtrType(ResultTy); in CastGEPIndices() 681 Type *IntPtrTy = TD->getIntPtrType(Ptr->getType()); in SymbolicallyEvaluateGEP() 1067 Type *IntPtrTy = TD->getIntPtrType(CE0->getType()); in ConstantFoldCompareInstOperands() 1079 Type *IntPtrTy = TD->getIntPtrType(CE0->getOperand(0)->getType()); in ConstantFoldCompareInstOperands() 1091 Type *IntPtrTy = TD->getIntPtrType(CE0->getType()); in ConstantFoldCompareInstOperands() 1105 Type *IntPtrTy = TD->getIntPtrType(CE0->getOperand(0)->getType()); in ConstantFoldCompareInstOperands()
|
| HD | Lint.cpp | 655 if (CI->isNoopCast(TD ? TD->getIntPtrType(V->getContext()) : in findValueImpl() 669 TD ? TD->getIntPtrType(V->getContext()) : in findValueImpl()
|
| HD | MemoryBuiltins.cpp | 402 IntegerType *IntTy = DL->getIntPtrType(Context); in ObjectSizeOffsetVisitor() 595 IntTy = DL->getIntPtrType(Context); in ObjectSizeOffsetEvaluator()
|
| /trueos/contrib/llvm/include/llvm/Analysis/ |
| HD | PtrUseVisitor.h | 208 IntegerType *IntPtrTy = cast<IntegerType>(DL.getIntPtrType(I.getType())); in visitPtr()
|
| /trueos/contrib/llvm/lib/Transforms/InstCombine/ |
| HD | InstCombineLoadStoreAlloca.cpp | 157 Type *IntPtrTy = TD->getIntPtrType(AI.getType()); in visitAllocaInst() 184 ? TD->getIntPtrType(AI.getType()) in visitAllocaInst() 307 ? TD->getIntPtrType(SrcTy) in InstCombineLoadCast()
|
| HD | InstructionCombining.cpp | 779 Type *IntPtrTy = TD->getIntPtrType(PtrTy); in FindElementAtOffset() 1088 Type *IntPtrTy = TD->getIntPtrType(GEP.getPointerOperandType()); in visitGetElementPtrInst() 1263 Type *IdxType = TD->getIntPtrType(GEP.getType()); in visitGetElementPtrInst() 1288 assert(Idx->getType() == TD->getIntPtrType(GEP.getType()) && in visitGetElementPtrInst() 1323 assert(Idx->getType() == TD->getIntPtrType(GEP.getType()) && in visitGetElementPtrInst() 1332 Constant::getNullValue(TD->getIntPtrType(GEP.getType())), in visitGetElementPtrInst()
|
| HD | InstCombineCasts.cpp | 248 TD->getIntPtrType(SrcTy) : 0; in isEliminableCastPair() 250 TD->getIntPtrType(MidTy) : 0; in isEliminableCastPair() 252 TD->getIntPtrType(DstTy) : 0; in isEliminableCastPair() 1364 Type *Ty = TD->getIntPtrType(CI.getContext(), AS); in visitIntToPtr() 1448 Type *PtrTy = TD->getIntPtrType(CI.getContext(), AS); in visitPtrToInt()
|
| /trueos/contrib/llvm/include/llvm/Transforms/Utils/ |
| HD | Local.h | 190 Type *IntPtrTy = TD.getIntPtrType(GEP->getType());
|
| /trueos/contrib/llvm/lib/Transforms/Instrumentation/ |
| HD | BoundsChecking.cpp | 145 Type *IntTy = TD->getIntPtrType(Ptr->getType()); in instrument()
|
| /trueos/contrib/llvm/lib/IR/ |
| HD | DataLayout.cpp | 610 IntegerType *DataLayout::getIntPtrType(LLVMContext &C, in getIntPtrType() function in DataLayout 615 Type *DataLayout::getIntPtrType(Type *Ty) const { in getIntPtrType() function in DataLayout
|
| /trueos/contrib/llvm/lib/Target/ARM/ |
| HD | ARMSelectionDAGInfo.cpp | 158 Type *IntPtrTy = TLI.getDataLayout()->getIntPtrType(*DAG.getContext()); in EmitTargetCodeForMemset()
|
| /trueos/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | InitPreprocessor.cpp | 592 DefineType("__INTPTR_TYPE__", TI.getIntPtrType(), Builder); in InitializePredefinedMacros() 593 DefineTypeWidth("__INTPTR_WIDTH__", TI.getIntPtrType(), TI, Builder); in InitializePredefinedMacros()
|
| /trueos/contrib/llvm/lib/Target/X86/ |
| HD | X86SelectionDAGInfo.cpp | 55 Type *IntPtrTy = getDataLayout()->getIntPtrType(*DAG.getContext()); in EmitTargetCodeForMemset()
|
| /trueos/contrib/llvm/lib/Transforms/IPO/ |
| HD | MergeFunctions.cpp | 218 if (PTy1 && PTy1->getAddressSpace() == 0) Ty1 = TD->getIntPtrType(Ty1); in isEquivalentType() 219 if (PTy2 && PTy2->getAddressSpace() == 0) Ty2 = TD->getIntPtrType(Ty2); in isEquivalentType()
|
| /trueos/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | TargetInfo.h | 216 IntType getIntPtrType() const { return IntPtrType; } in getIntPtrType() function
|
| /trueos/contrib/llvm/lib/Transforms/Scalar/ |
| HD | GVN.cpp | 877 StoredValTy = TD.getIntPtrType(StoredValTy); in CoerceAvailableValueToLoadType() 883 TypeToCastTo = TD.getIntPtrType(TypeToCastTo); in CoerceAvailableValueToLoadType() 902 StoredValTy = TD.getIntPtrType(StoredValTy); in CoerceAvailableValueToLoadType() 1125 TD.getIntPtrType(SrcVal->getType())); in GetStoreValueForLoad()
|
| HD | SROA.cpp | 1504 return IRB.CreateIntToPtr(IRB.CreateBitCast(V, DL.getIntPtrType(NewTy)), in convertValue() 1509 return IRB.CreateIntToPtr(IRB.CreateBitCast(V, DL.getIntPtrType(NewTy)), in convertValue() 1521 return IRB.CreateBitCast(IRB.CreatePtrToInt(V, DL.getIntPtrType(OldTy)), in convertValue() 1526 return IRB.CreateBitCast(IRB.CreatePtrToInt(V, DL.getIntPtrType(OldTy)), in convertValue()
|
| /trueos/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | FastISel.cpp | 121 if (Cast->isNoopCast(TD.getIntPtrType(Cast->getContext())) && in hasTrivialKill() 195 getRegForValue(Constant::getNullValue(TD.getIntPtrType(V->getContext()))); in materializeRegForValue()
|
| /trueos/contrib/llvm/lib/Target/XCore/ |
| HD | XCoreISelLowering.cpp | 455 Type *IntPtrTy = getDataLayout()->getIntPtrType(*DAG.getContext()); in LowerLOAD() 514 Type *IntPtrTy = getDataLayout()->getIntPtrType(*DAG.getContext()); in LowerSTORE()
|