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

1 2 3

  /external/llvm/lib/Target/
Target.cpp 75 return wrap(unwrap(TD)->getIntPtrType(getGlobalContext()));
79 return wrap(unwrap(TD)->getIntPtrType(getGlobalContext(), AS));
83 return wrap(unwrap(TD)->getIntPtrType(*unwrap(C)));
87 return wrap(unwrap(TD)->getIntPtrType(*unwrap(C), AS));
  /external/llvm/lib/Target/AArch64/
AArch64SelectionDAGInfo.cpp 36 Type *IntPtrTy = DAG.getDataLayout().getIntPtrType(*DAG.getContext());
  /external/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.cpp 40 Entry.Ty = DAG.getDataLayout().getIntPtrType(*DAG.getContext());
  /external/llvm/lib/Target/XCore/
XCoreSelectionDAGInfo.cpp 33 Entry.Ty = DAG.getDataLayout().getIntPtrType(*DAG.getContext());
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 50 DL.getIntPtrType(Context), B.getInt8PtrTy(), nullptr);
100 B.getInt8PtrTy(), B.getInt8PtrTy(), DL.getIntPtrType(Context), nullptr);
174 B.getInt8PtrTy(), B.getInt8PtrTy(), DL.getIntPtrType(Context),
175 DL.getIntPtrType(Context), nullptr);
198 B.getInt8PtrTy(), B.getInt32Ty(), DL.getIntPtrType(Context), nullptr);
223 B.getInt8PtrTy(), B.getInt8PtrTy(), DL.getIntPtrType(Context), nullptr);
419 DL.getIntPtrType(Context), B.getInt8PtrTy(), DL.getIntPtrType(Context),
420 DL.getIntPtrType(Context), File->getType(), nullptr);
422 F = M->getOrInsertFunction(FWriteName, DL.getIntPtrType(Context)
    [all...]
SimplifyLibCalls.cpp 135 Type *SizeTTy = DL.getIntPtrType(Context);
237 ConstantInt::get(DL.getIntPtrType(Src->getContext()), Len + 1),
304 ConstantInt::get(DL.getIntPtrType(CI->getContext()), Len),
397 ConstantInt::get(DL.getIntPtrType(CI->getContext()),
471 ConstantInt::get(DL.getIntPtrType(CI->getContext()), Len), 1);
492 Value *LenV = ConstantInt::get(DL.getIntPtrType(PT), Len);
494 B.CreateGEP(B.getInt8Ty(), Dst, ConstantInt::get(DL.getIntPtrType(PT), Len - 1));
538 B.CreateMemCpy(Dst, Src, ConstantInt::get(DL.getIntPtrType(PT), Len), 1);
    [all...]
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 118 DL.getIntPtrType(Context), nullptr);
125 DL.getIntPtrType(Context), nullptr);
132 DL.getIntPtrType(Context), nullptr);
474 Type *IntPtr = DL.getIntPtrType(Context);
485 Type *IntPtr = DL.getIntPtrType(Context);
497 Type *IntPtr = DL.getIntPtrType(Op0->getType());
LowerEmuTLS.cpp 110 IntegerType *WordType = DL.getIntPtrType(C);
  /external/llvm/include/llvm/IR/
DataLayout.h 421 IntegerType *getIntPtrType(LLVMContext &C, unsigned AddressSpace = 0) const;
425 Type *getIntPtrType(Type *) const;
  /external/llvm/include/llvm/Analysis/
PtrUseVisitor.h 208 IntegerType *IntPtrTy = cast<IntegerType>(DL.getIntPtrType(I.getType()));
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 660 DefineTypeSize("__INTPTR_MAX__", TI.getIntPtrType(), TI, Builder);
694 DefineType("__INTPTR_TYPE__", TI.getIntPtrType(), Builder);
695 DefineFmt("__INTPTR", TI.getIntPtrType(), TI, Builder);
696 DefineTypeWidth("__INTPTR_WIDTH__", TI.getIntPtrType(), TI, Builder);
    [all...]
  /external/llvm/bindings/ocaml/target/
llvm_target.mli 86 See the method [llvm::DataLayout::getIntPtrType]. *)
95 See the method [llvm::DataLayout::getIntPtrType]. *)
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 196 Type *IntPtrTy = DL.getIntPtrType(GEP->getType());
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 143 Type *IntTy = DL.getIntPtrType(Ptr->getType());
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp 720 Type *IntPtrTy = DL->getIntPtrType(GEP->getType());
    [all...]
NaryReassociate.cpp 457 Type *IntPtrTy = DL->getIntPtrType(GEP->getType());
StraightLineStrengthReduce.cpp 470 IntegerType *IntPtrTy = cast<IntegerType>(DL->getIntPtrType(I->getType()));
652 Type *IntPtrTy = DL->getIntPtrType(C.Ins->getType());
  /external/llvm/lib/IR/
DataLayout.cpp 699 IntegerType *DataLayout::getIntPtrType(LLVMContext &C,
704 Type *DataLayout::getIntPtrType(Type *Ty) const {
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 80 Entry.Ty = DAG.getDataLayout().getIntPtrType(*DAG.getContext());
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 391 CE->getOperand(0)->getType() == DL.getIntPtrType(CE->getType())) {
680 Type *IntPtrTy = DL.getIntPtrType(ResultTy);
738 Type *IntPtrTy = DL.getIntPtrType(Ptr->getType());
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 222 IntType getIntPtrType() const { return IntPtrType; }
    [all...]
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 78 Type *IntPtrTy = DAG.getDataLayout().getIntPtrType(*DAG.getContext());
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 197 Type *IdxTy = IC.getDataLayout().getIntPtrType(AI.getType());
214 Type *IntPtrTy = IC.getDataLayout().getIntPtrType(AI.getType());
    [all...]
InstCombineCasts.cpp 245 SrcTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(SrcTy) : nullptr;
247 MidTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(MidTy) : nullptr;
249 DstTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(DstTy) : nullptr;
    [all...]
  /external/llvm/unittests/IR/
InstructionsTest.cpp 462 IntegerType *Int16SizePtr = DL.getIntPtrType(C, 1);
463 IntegerType *Int64SizePtr = DL.getIntPtrType(C, 2);

Completed in 537 milliseconds

1 2 3