Searched refs:getIntPtrType (Results 1 - 25 of 52) sorted by relevance

123

/external/llvm/lib/Target/
H A DTarget.cpp78 return wrap(unwrap(TD)->getIntPtrType(getGlobalContext()));
82 return wrap(unwrap(TD)->getIntPtrType(getGlobalContext(), AS));
86 return wrap(unwrap(TD)->getIntPtrType(*unwrap(C)));
90 return wrap(unwrap(TD)->getIntPtrType(*unwrap(C), AS));
/external/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp52 TD->getIntPtrType(Context),
81 TD->getIntPtrType(Context),
83 TD->getIntPtrType(Context),
141 TD->getIntPtrType(Context), NULL);
220 TD->getIntPtrType(Context),
221 TD->getIntPtrType(Context), NULL);
249 TD->getIntPtrType(Context),
280 TD->getIntPtrType(Context), NULL);
477 TD->getIntPtrType(Context),
479 TD->getIntPtrType(Contex
[all...]
H A DSimplifyLibCalls.cpp188 FT->getParamType(2) != DL->getIntPtrType(Context) ||
189 FT->getParamType(3) != DL->getIntPtrType(Context))
212 FT->getParamType(2) != DL->getIntPtrType(Context) ||
213 FT->getParamType(3) != DL->getIntPtrType(Context))
236 FT->getParamType(2) != DL->getIntPtrType(Context) ||
237 FT->getParamType(3) != DL->getIntPtrType(Context))
263 FT->getParamType(2) != DL->getIntPtrType(Context))
288 ConstantInt::get(DL->getIntPtrType(Context), Len),
309 FT->getParamType(2) != DL->getIntPtrType(FT->getParamType(0)))
335 Value *LenV = ConstantInt::get(DL->getIntPtrType(P
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp43 Type *IntPtrTy = getDataLayout()->getIntPtrType(*DAG.getContext());
/external/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.cpp39 Entry.Ty = TLI.getDataLayout()->getIntPtrType(*DAG.getContext());
/external/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp118 DL.getIntPtrType(Context), nullptr);
125 DL.getIntPtrType(Context), nullptr);
132 DL.getIntPtrType(Context), nullptr);
466 Type *IntPtr = DL.getIntPtrType(Context);
477 Type *IntPtr = DL.getIntPtrType(Context);
489 Type *IntPtr = DL.getIntPtrType(Op0->getType());
/external/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h208 IntegerType *IntPtrTy = cast<IntegerType>(DL.getIntPtrType(I.getType()));
/external/llvm/include/llvm/IR/
H A DDataLayout.h397 /// getIntPtrType - Return an integer type with size at least as big as that
399 IntegerType *getIntPtrType(LLVMContext &C, unsigned AddressSpace = 0) const;
401 /// getIntPtrType - Return an integer (vector of integer) type with size at
404 Type *getIntPtrType(Type *) const;
/external/llvm/bindings/ocaml/target/
H A Dllvm_target.mli86 See the method [llvm::DataLayout::getIntPtrType]. *)
95 See the method [llvm::DataLayout::getIntPtrType]. *)
/external/llvm/include/llvm/Transforms/Utils/
H A DLocal.h190 Type *IntPtrTy = TD.getIntPtrType(GEP->getType());
/external/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp165 Type *IntPtrTy = TLI.getDataLayout()->getIntPtrType(*DAG.getContext());
/external/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp144 Type *IntTy = DL->getIntPtrType(Ptr->getType());
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp383 CE->getOperand(0)->getType() == TD.getIntPtrType(CE->getType())) {
678 Type *IntPtrTy = TD->getIntPtrType(ResultTy);
736 Type *IntPtrTy = TD->getIntPtrType(Ptr->getType());
1122 Type *IntPtrTy = TD->getIntPtrType(CE0->getType());
1134 Type *IntPtrTy = TD->getIntPtrType(CE0->getOperand(0)->getType());
1146 Type *IntPtrTy = TD->getIntPtrType(CE0->getType());
1160 Type *IntPtrTy = TD->getIntPtrType(CE0->getOperand(0)->getType());
/external/llvm/lib/IR/
H A DDataLayout.cpp703 IntegerType *DataLayout::getIntPtrType(LLVMContext &C,
708 Type *DataLayout::getIntPtrType(Type *Ty) const {
/external/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp601 Type *IntPtrTy = DL->getIntPtrType(GEP->getType());
776 Type *IntPtrTy = DL->getIntPtrType(GEP->getType());
H A DGVN.cpp877 StoredValTy = DL.getIntPtrType(StoredValTy);
883 TypeToCastTo = DL.getIntPtrType(TypeToCastTo);
902 StoredValTy = DL.getIntPtrType(StoredValTy);
1125 DL.getIntPtrType(SrcVal->getType()));
/external/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp57 Type *IntPtrTy = getDataLayout()->getIntPtrType(*DAG.getContext());
/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp614 DefineTypeSize("__INTPTR_MAX__", TI.getIntPtrType(), TI, Builder);
642 DefineType("__INTPTR_TYPE__", TI.getIntPtrType(), Builder);
643 DefineTypeWidth("__INTPTR_WIDTH__", TI.getIntPtrType(), TI, Builder);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp169 Type *IntPtrTy = DL->getIntPtrType(AI.getType());
196 ? DL->getIntPtrType(AI.getType())
319 ? DL->getIntPtrType(SrcTy)
H A DInstructionCombining.cpp879 Type *IntPtrTy = DL->getIntPtrType(PtrTy);
1296 Type *IntPtrTy = DL->getIntPtrType(GEP.getPointerOperandType());
1578 Type *IdxType = DL->getIntPtrType(GEP.getType());
1606 assert(Idx->getType() == DL->getIntPtrType(GEP.getType()) &&
1644 assert(Idx->getType() == DL->getIntPtrType(GEP.getType()) &&
1653 Constant::getNullValue(DL->getIntPtrType(GEP.getType())),
H A DInstCombineCasts.cpp251 DL->getIntPtrType(SrcTy) : nullptr;
253 DL->getIntPtrType(MidTy) : nullptr;
255 DL->getIntPtrType(DstTy) : nullptr;
1415 Type *Ty = DL->getIntPtrType(CI.getContext(), AS);
1504 Type *PtrTy = DL->getIntPtrType(CI.getContext(), AS);
/external/clang/include/clang/Basic/
H A DTargetInfo.h213 IntType getIntPtrType() const { return IntPtrType; } function in class:clang::TargetInfo
/external/llvm/unittests/IR/
H A DInstructionsTest.cpp460 IntegerType *Int16SizePtr = DL.getIntPtrType(C, 1);
461 IntegerType *Int64SizePtr = DL.getIntPtrType(C, 2);
/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp624 if (PTyL && PTyL->getAddressSpace() == 0) TyL = DL->getIntPtrType(TyL);
625 if (PTyR && PTyR->getAddressSpace() == 0) TyR = DL->getIntPtrType(TyR);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp125 if (Cast->isNoopCast(DL.getIntPtrType(Cast->getContext())) &&
199 getRegForValue(Constant::getNullValue(DL.getIntPtrType(V->getContext())));

Completed in 2627 milliseconds

123