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

123

/freebsd-11.0-release/contrib/llvm/lib/Target/
H A DTarget.cpp75 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));
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp36 Type *IntPtrTy = DAG.getDataLayout().getIntPtrType(*DAG.getContext());
/freebsd-11.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.cpp33 Entry.Ty = DAG.getDataLayout().getIntPtrType(*DAG.getContext());
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp40 Entry.Ty = DAG.getDataLayout().getIntPtrType(*DAG.getContext());
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp50 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(Contex
[all...]
H A DSimplifyLibCalls.cpp133 Type *SizeTTy = DL.getIntPtrType(Context);
235 ConstantInt::get(DL.getIntPtrType(Src->getContext()), Len + 1),
302 ConstantInt::get(DL.getIntPtrType(CI->getContext()), Len),
396 ConstantInt::get(DL.getIntPtrType(CI->getContext()),
470 ConstantInt::get(DL.getIntPtrType(CI->getContext()), Len), 1);
491 Value *LenV = ConstantInt::get(DL.getIntPtrType(PT), Len);
493 ConstantInt::get(DL.getIntPtrType(PT), Len - 1));
537 B.CreateMemCpy(Dst, Src, ConstantInt::get(DL.getIntPtrType(PT), Len), 1);
1894 ConstantInt::get(DL.getIntPtrType(CI->getContext()),
1987 ConstantInt::get(DL.getIntPtrType(C
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp118 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());
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DDataLayout.h421 IntegerType *getIntPtrType(LLVMContext &C, unsigned AddressSpace = 0) const;
425 Type *getIntPtrType(Type *) const;
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h208 IntegerType *IntPtrTy = cast<IntegerType>(DL.getIntPtrType(I.getType()));
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp660 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);
/freebsd-11.0-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DLocal.h197 Type *IntPtrTy = DL.getIntPtrType(GEP->getType());
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp143 Type *IntTy = DL.getIntPtrType(Ptr->getType());
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp720 Type *IntPtrTy = DL->getIntPtrType(GEP->getType());
771 Type *IntPtrTy = DL->getIntPtrType(Variadic->getType());
843 Type *IntPtrTy = DL->getIntPtrType(Variadic->getType());
1022 Type *IntPtrTy = DL->getIntPtrType(GEP->getType());
H A DNaryReassociate.cpp457 Type *IntPtrTy = DL->getIntPtrType(GEP->getType());
H A DStraightLineStrengthReduce.cpp470 IntegerType *IntPtrTy = cast<IntegerType>(DL->getIntPtrType(I->getType()));
652 Type *IntPtrTy = DL->getIntPtrType(C.Ins->getType());
H A DGVN.cpp896 StoredValTy = DL.getIntPtrType(StoredValTy);
902 TypeToCastTo = DL.getIntPtrType(TypeToCastTo);
921 StoredValTy = DL.getIntPtrType(StoredValTy);
1145 DL.getIntPtrType(SrcVal->getType()));
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DDataLayout.cpp699 IntegerType *DataLayout::getIntPtrType(LLVMContext &C,
704 Type *DataLayout::getIntPtrType(Type *Ty) const {
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp80 Entry.Ty = DAG.getDataLayout().getIntPtrType(*DAG.getContext());
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp391 CE->getOperand(0)->getType() == DL.getIntPtrType(CE->getType())) {
680 Type *IntPtrTy = DL.getIntPtrType(ResultTy);
738 Type *IntPtrTy = DL.getIntPtrType(Ptr->getType());
1121 Type *IntPtrTy = DL.getIntPtrType(CE0->getType());
1133 Type *IntPtrTy = DL.getIntPtrType(CE0->getOperand(0)->getType());
1145 Type *IntPtrTy = DL.getIntPtrType(CE0->getType());
1159 Type *IntPtrTy = DL.getIntPtrType(CE0->getOperand(0)->getType());
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp78 Type *IntPtrTy = DAG.getDataLayout().getIntPtrType(*DAG.getContext());
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h222 IntType getIntPtrType() const { return IntPtrType; } function in class:clang::TargetInfo
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp199 Type *IdxTy = IC.getDataLayout().getIntPtrType(AI.getType());
216 Type *IntPtrTy = IC.getDataLayout().getIntPtrType(AI.getType());
H A DInstCombineCasts.cpp245 SrcTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(SrcTy) : nullptr;
247 MidTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(MidTy) : nullptr;
249 DstTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(DstTy) : nullptr;
1497 Type *Ty = DL.getIntPtrType(CI.getContext(), AS);
1547 Type *PtrTy = DL.getIntPtrType(CI.getContext(), AS);
H A DInstructionCombining.cpp941 Type *IntPtrTy = DL.getIntPtrType(PtrTy);
1346 DL.getIntPtrType(GEP.getPointerOperandType()->getScalarType());
1695 Type *IdxType = DL.getIntPtrType(GEP.getType());
1724 assert(Idx->getType() == DL.getIntPtrType(GEP.getType()) &&
1763 assert(Idx->getType() == DL.getIntPtrType(GEP.getType()) &&
1772 Constant::getNullValue(DL.getIntPtrType(GEP.getType())),
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp809 TyL = DL.getIntPtrType(TyL);
811 TyR = DL.getIntPtrType(TyR);

Completed in 189 milliseconds

123