Home
last modified time | relevance | path

Searched refs:getPointerSizeInBits (Results 1 – 25 of 141) sorted by relevance

123456

/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyMachineFunctionInfo.cpp54 MVT PtrVT = MVT::getIntegerVT(TM.createDataLayout().getPointerSizeInBits()); in computeSignatureVTs()
76 MVT PtrVT = MVT::getIntegerVT(TM.createDataLayout().getPointerSizeInBits()); in computeSignatureVTs()
/external/llvm/include/llvm/IR/
DDataLayout.h326 unsigned getPointerSizeInBits(unsigned AS = 0) const {
514 return getPointerSizeInBits(0); in getTypeSizeInBits()
516 return getPointerSizeInBits(Ty->getPointerAddressSpace()); in getTypeSizeInBits()
/external/llvm-project/llvm/include/llvm/IR/
DDataLayout.h406 unsigned getPointerSizeInBits(unsigned AS = 0) const {
668 return TypeSize::Fixed(getPointerSizeInBits(0)); in getTypeSizeInBits()
670 return TypeSize::Fixed(getPointerSizeInBits(Ty->getPointerAddressSpace())); in getTypeSizeInBits()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h392 unsigned getPointerSizeInBits(unsigned AS = 0) const {
628 return TypeSize::Fixed(getPointerSizeInBits(0)); in getTypeSizeInBits()
630 return TypeSize::Fixed(getPointerSizeInBits(Ty->getPointerAddressSpace())); in getTypeSizeInBits()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLowLevelType.cpp31 return LLT::pointer(AddrSpace, DL.getPointerSizeInBits(AddrSpace)); in getLLTForType()
/external/llvm/lib/IR/
DOperator.cpp24 DL.getPointerSizeInBits(getPointerAddressSpace()) && in accumulateConstantOffset()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetMachine.h171 unsigned getPointerSizeInBits(unsigned AS) const { in getPointerSizeInBits() function
172 return DL.getPointerSizeInBits(AS); in getPointerSizeInBits()
/external/llvm-project/llvm/lib/CodeGen/
DLowLevelType.cpp32 return LLT::pointer(AddrSpace, DL.getPointerSizeInBits(AddrSpace)); in getLLTForType()
/external/llvm-project/llvm/include/llvm/Target/
DTargetMachine.h173 unsigned getPointerSizeInBits(unsigned AS) const { in getPointerSizeInBits() function
174 return DL.getPointerSizeInBits(AS); in getPointerSizeInBits()
/external/llvm-project/polly/include/polly/CodeGen/
DLoopGenerators.h118 Type::getIntNTy(Builder.getContext(), DL.getPointerSizeInBits())), in ParallelLoopGenerator()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CallLowering.cpp109 LLT p0 = LLT::pointer(0, DL.getPointerSizeInBits(0)); in getStackAddress()
110 LLT SType = LLT::scalar(DL.getPointerSizeInBits(0)); in getStackAddress()
244 LLT::pointer(0, DL.getPointerSizeInBits(0))); in getStackAddress()
DX86LegalizerInfo.cpp108 const LLT p0 = LLT::pointer(0, TM.getPointerSizeInBits(0)); in setLegalizerInfo32bit()
204 const LLT p0 = LLT::pointer(0, TM.getPointerSizeInBits(0)); in setLegalizerInfo64bit()
/external/llvm-project/llvm/lib/Target/X86/
DX86CallLowering.cpp108 LLT p0 = LLT::pointer(0, DL.getPointerSizeInBits(0)); in getStackAddress()
109 LLT SType = LLT::scalar(DL.getPointerSizeInBits(0)); in getStackAddress()
242 .buildFrameIndex(LLT::pointer(0, DL.getPointerSizeInBits(0)), FI) in getStackAddress()
DX86LegalizerInfo.cpp102 const LLT p0 = LLT::pointer(0, TM.getPointerSizeInBits(0)); in setLegalizerInfo32bit()
197 const LLT p0 = LLT::pointer(0, TM.getPointerSizeInBits(0)); in setLegalizerInfo64bit()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMachineFunctionInfo.cpp51 MVT PtrVT = MVT::getIntegerVT(TM.createDataLayout().getPointerSizeInBits()); in computeSignatureVTs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DStackSafetyAnalysis.cpp191 unsigned PointerSize = A->getParent()->getDataLayout().getPointerSizeInBits(); in FunctionInfo()
227 PointerSize(DL.getPointerSizeInBits()), in StackSafetyLocalAnalysis()
432 : PointerSize(M.getDataLayout().getPointerSizeInBits()), in StackSafetyDataFlowAnalysis()
/external/llvm/lib/Analysis/
DInlineCost.cpp308 unsigned IntPtrWidth = DL.getPointerSizeInBits(); in accumulateGEPOffset()
473 if (IntegerSize >= DL.getPointerSizeInBits()) { in visitPtrToInt()
511 if (IntegerSize <= DL.getPointerSizeInBits()) { in visitIntToPtr()
1158 unsigned IntPtrWidth = DL.getPointerSizeInBits(); in stripAndComputeInBoundsConstantOffsets()
1235 unsigned PointerSize = DL.getPointerSizeInBits(); in analyzeCall()
/external/llvm-project/clang/lib/Basic/Targets/
DAMDGPU.cpp329 PointerWidth = PointerAlign = DataLayout->getPointerSizeInBits(); in AMDGPUTargetInfo()
/external/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp508 DL->getPointerSizeInBits(GEP->getAddressSpace())) { in allocateCandidatesAndFindBasisForGEP()
519 DL->getPointerSizeInBits(GEP->getAddressSpace())) { in allocateCandidatesAndFindBasisForGEP()
DLoadCombine.cpp100 unsigned BitWidth = DL.getPointerSizeInBits(LI.getPointerAddressSpace()); in getPointerOffsetPair()
/external/llvm/lib/CodeGen/
DAnalysis.cpp260 DL.getPointerSizeInBits() == in getNoopInput()
268 DL.getPointerSizeInBits() == in getNoopInput()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp542 DL->getPointerSizeInBits(GEP->getAddressSpace())) { in allocateCandidatesAndFindBasisForGEP()
553 DL->getPointerSizeInBits(GEP->getAddressSpace())) { in allocateCandidatesAndFindBasisForGEP()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyAsmPrinter.cpp157 MVT::getIntegerVT(M.getDataLayout().getPointerSizeInBits())); in EmitEndOfAsmFile()
/external/llvm-project/llvm/unittests/CodeGen/
DLowLevelTypeTest.cpp195 const LLT Ty = LLT::pointer(AS, DL.getPointerSizeInBits(AS)); in TEST()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp555 DL->getPointerSizeInBits(GEP->getAddressSpace())) { in allocateCandidatesAndFindBasisForGEP()
566 DL->getPointerSizeInBits(GEP->getAddressSpace())) { in allocateCandidatesAndFindBasisForGEP()

123456