HomeSort by relevance Sort by last modified time
    Searched refs:getIntPtrType (Results 1 - 25 of 44) sorted by null

1 2

  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 51 TD->getIntPtrType(Context),
80 TD->getIntPtrType(Context),
82 TD->getIntPtrType(Context),
140 TD->getIntPtrType(Context), NULL);
219 TD->getIntPtrType(Context),
220 TD->getIntPtrType(Context), NULL);
248 TD->getIntPtrType(Context),
279 TD->getIntPtrType(Context), NULL);
448 TD->getIntPtrType(Context),
450 TD->getIntPtrType(Context)
    [all...]
SimplifyLibCalls.cpp 166 FT->getParamType(2) != TD->getIntPtrType(Context) ||
167 FT->getParamType(3) != TD->getIntPtrType(Context))
189 FT->getParamType(2) != TD->getIntPtrType(Context) ||
190 FT->getParamType(3) != TD->getIntPtrType(Context))
212 FT->getParamType(2) != TD->getIntPtrType(Context) ||
213 FT->getParamType(3) != TD->getIntPtrType(Context))
238 FT->getParamType(2) != TD->getIntPtrType(Context))
263 ConstantInt::get(TD->getIntPtrType(Context), Len),
283 FT->getParamType(2) != TD->getIntPtrType(FT->getParamType(0)))
309 Value *LenV = ConstantInt::get(TD->getIntPtrType(PT), Len)
    [all...]
  /external/llvm/lib/Target/
Target.cpp 84 return wrap(unwrap(TD)->getIntPtrType(getGlobalContext()));
88 return wrap(unwrap(TD)->getIntPtrType(getGlobalContext(), AS));
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 118 TD.getIntPtrType(Context), (Type *)0);
125 TD.getIntPtrType(Context), (Type *)0);
132 TD.getIntPtrType(Context), (Type *)0);
466 Type *IntPtr = TD.getIntPtrType(Context);
477 Type *IntPtr = TD.getIntPtrType(Context);
488 Type *IntPtr = TD.getIntPtrType(Context);
  /external/llvm/include/llvm/IR/
DataLayout.h 359 /// getIntPtrType - Return an integer type with size at least as big as that
361 IntegerType *getIntPtrType(LLVMContext &C, unsigned AddressSpace = 0) const;
363 /// getIntPtrType - Return an integer (vector of integer) type with size at
366 Type *getIntPtrType(Type *) const;
  /external/llvm/include/llvm/Analysis/
PtrUseVisitor.h 208 IntegerType *IntPtrTy = cast<IntegerType>(DL.getIntPtrType(I.getType()));
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 190 Type *IntPtrTy = TD.getIntPtrType(GEP->getType());
  /external/llvm/bindings/ocaml/target/
llvm_target.mli 53 See the method llvm::DataLayout::getIntPtrType. *)
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 158 Type *IntPtrTy = TLI.getDataLayout()->getIntPtrType(*DAG.getContext());
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 146 Type *IntTy = TD->getIntPtrType(Ptr->getType());
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 370 CE->getOperand(0)->getType() == TD.getIntPtrType(CE->getContext()))
604 Type *IntPtrTy = TD->getIntPtrType(ResultTy->getContext());
658 Type *IntPtrTy = TD->getIntPtrType(Ptr->getContext());
746 IntegerType *IntPtrTy = TD->getIntPtrType(Ty->getContext());
    [all...]
Lint.cpp 627 if (CI->isNoopCast(TD ? TD->getIntPtrType(V->getContext()) :
641 TD ? TD->getIntPtrType(V->getContext()) :
MemoryBuiltins.cpp 394 IntegerType *IntTy = TD->getIntPtrType(Context);
586 IntTy = TD->getIntPtrType(Context);
  /external/llvm/lib/IR/
DataLayout.cpp 610 IntegerType *DataLayout::getIntPtrType(LLVMContext &C,
615 Type *DataLayout::getIntPtrType(Type *Ty) const {
  /external/llvm/unittests/IR/
InstructionsTest.cpp 384 IntegerType *Int16SizePtr = DL.getIntPtrType(C, 1);
385 IntegerType *Int64SizePtr = DL.getIntPtrType(C, 2);
  /external/clang/include/clang/Basic/
TargetInfo.h 209 IntType getIntPtrType() const { return IntPtrType; }
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 57 Type *IntPtrTy = getDataLayout()->getIntPtrType(*DAG.getContext());
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 248 TD->getIntPtrType(SrcTy) : 0;
250 TD->getIntPtrType(MidTy) : 0;
252 TD->getIntPtrType(DstTy) : 0;
    [all...]
InstCombineCalls.cpp     [all...]
InstructionCombining.cpp 770 Type *IntPtrTy = TD->getIntPtrType(Ty->getContext());
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 520 DefineType("__INTPTR_TYPE__", TI.getIntPtrType(), Builder);
521 DefineTypeWidth("__INTPTR_WIDTH__", TI.getIntPtrType(), TI, Builder);
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 218 if (isa<PointerType>(Ty1) && Ty2 == TD->getIntPtrType(Ctx)) return true;
219 if (isa<PointerType>(Ty2) && Ty1 == TD->getIntPtrType(Ctx)) return true;
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp     [all...]
GVN.cpp 860 StoredValTy = TD.getIntPtrType(StoredValTy);
866 TypeToCastTo = TD.getIntPtrType(TypeToCastTo);
885 StoredValTy = TD.getIntPtrType(StoredValTy);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 121 if (Cast->isNoopCast(TD.getIntPtrType(Cast->getContext())) &&
195 getRegForValue(Constant::getNullValue(TD.getIntPtrType(V->getContext())));
    [all...]

Completed in 530 milliseconds

1 2