Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDataLayout.h392 unsigned getPointerSizeInBits(unsigned AS = 0) const {
628 return TypeSize::Fixed(getPointerSizeInBits(0)); in getTypeSizeInBits()
630 return TypeSize::Fixed(getPointerSizeInBits(Ty->getPointerAddressSpace())); in getTypeSizeInBits()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetMachine.h171 unsigned getPointerSizeInBits(unsigned AS) const { in getPointerSizeInBits() function
172 return DL.getPointerSizeInBits(AS); in getPointerSizeInBits()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDLowLevelType.cpp31 return LLT::pointer(AddrSpace, DL.getPointerSizeInBits(AddrSpace)); in getLLTForType()
HDAnalysis.cpp299 DL.getPointerSizeInBits() == in getNoopInput()
307 DL.getPointerSizeInBits() == in getNoopInput()
HDStackMaps.cpp113 unsigned Size = DL.getPointerSizeInBits(); in parseOperand()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86CallLowering.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()
HDX86LegalizerInfo.cpp108 const LLT p0 = LLT::pointer(0, TM.getPointerSizeInBits(0)); in setLegalizerInfo32bit()
204 const LLT p0 = LLT::pointer(0, TM.getPointerSizeInBits(0)); in setLegalizerInfo64bit()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyMachineFunctionInfo.cpp51 MVT PtrVT = MVT::getIntegerVT(TM.createDataLayout().getPointerSizeInBits()); in computeSignatureVTs()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDStackSafetyAnalysis.cpp191 unsigned PointerSize = A->getParent()->getDataLayout().getPointerSizeInBits(); in FunctionInfo()
227 PointerSize(DL.getPointerSizeInBits()), in StackSafetyLocalAnalysis()
432 : PointerSize(M.getDataLayout().getPointerSizeInBits()), in StackSafetyDataFlowAnalysis()
HDInlineCost.cpp761 APInt ZeroOffset = APInt::getNullValue(DL.getPointerSizeInBits(0)); in visitPHI()
945 if (IntegerSize >= DL.getPointerSizeInBits(AS)) { in visitPtrToInt()
2081 unsigned PointerSize = DL.getPointerSizeInBits(AS); in getCallsiteCost()
HDCFLGraph.h318 APInt APOffset(DL.getPointerSizeInBits(GEPOp.getPointerAddressSpace()), in visitGEP()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
HDAMDGPU.cpp289 PointerWidth = PointerAlign = DataLayout->getPointerSizeInBits(); in AMDGPUTargetInfo()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDStraightLineStrengthReduce.cpp542 DL->getPointerSizeInBits(GEP->getAddressSpace())) { in allocateCandidatesAndFindBasisForGEP()
553 DL->getPointerSizeInBits(GEP->getAddressSpace())) { in allocateCandidatesAndFindBasisForGEP()
HDNaryReassociate.cpp327 DL->getPointerSizeInBits(GEP->getType()->getPointerAddressSpace()); in requiresSignExtension()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDDataLayout.cpp675 return getPointerSizeInBits(cast<PointerType>(Ty)->getAddressSpace()); in getPointerTypeSizeInBits()
771 return IntegerType::get(C, getPointerSizeInBits(AddressSpace)); in getIntPtrType()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDIRDynamicChecks.cpp291 data_layout.getPointerSizeInBits()); in GetIntptrTy()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
HDExternalFunctions.cpp382 TheInterpreter->getDataLayout().getPointerSizeInBits() == 64 && in lle_X_sprintf()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDIRInterpreter.cpp240 value = APInt(m_target_data.getPointerSizeInBits(), addr); in ResolveConstantValue()
300 value = APInt(m_target_data.getPointerSizeInBits(), 0); in ResolveConstantValue()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCAsmPrinter.cpp1438 bool isPPC64 = DL.getPointerSizeInBits() == 64; in doFinalization()
1678 const unsigned PointerSize = DL.getPointerSizeInBits() == 64 ? 8 : 4; in EmitFunctionDescriptor()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXISelDAGToDAG.cpp869 CurDAG->getDataLayout().getPointerSizeInBits(LD->getAddressSpace()); in tryLoad()
1013 CurDAG->getDataLayout().getPointerSizeInBits(MemSD->getAddressSpace()); in tryLoadVector()
1732 CurDAG->getDataLayout().getPointerSizeInBits(ST->getAddressSpace()); in tryStore()
1889 CurDAG->getDataLayout().getPointerSizeInBits(MemSD->getAddressSpace()); in tryStoreVector()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDFunctionComparator.cpp673 unsigned BitWidth = DL.getPointerSizeInBits(ASL); in cmpGEPs()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDAddressSanitizer.cpp593 LongSize = M.getDataLayout().getPointerSizeInBits(); in AddressSanitizer()
759 int LongSize = M.getDataLayout().getPointerSizeInBits(); in ModuleAddressSanitizer()
2420 int LongSize = M.getDataLayout().getPointerSizeInBits(); in GetAsanVersion()
HDSanitizerCoverage.cpp371 IntptrTy = Type::getIntNTy(*C, DL->getPointerSizeInBits()); in instrumentModule()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDLowerTypeTests.cpp707 APInt APOffset(DL.getPointerSizeInBits(0), 0); in isKnownTypeIdMember()
765 ConstantInt::get(Int8Ty, DL.getPointerSizeInBits(0)), in lowerTypeTestCall()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoadStoreVectorizer.cpp333 unsigned PtrBitWidth = DL.getPointerSizeInBits(ASA); in isConsecutiveAccess()

12