Home
last modified time | relevance | path

Searched defs:PtrSize (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DMangler.cpp99 const unsigned PtrSize = DL.getPointerSize(); in addByteCountSuffix() local
H A DInstructions.cpp2853 unsigned PtrSize = SrcIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair() local
2877 unsigned PtrSize = MidIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftCXXABI.cpp270 unsigned PtrSize = Target.getPointerWidth(0); in getMemberPointerInfo() local
H A DASTContext.cpp6905 CharUnits PtrSize = getTypeSizeInChars(VoidPtrTy); in getObjCEncodingForBlock() local
7013 CharUnits PtrSize = getTypeSizeInChars(VoidPtrTy); in getObjCEncodingForMethodDecl() local
H A DExprConstant.cpp12723 unsigned PtrSize = Info.Ctx.getTypeSize(LHSTy); in EvaluateComparisonBinaryOperator() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp955 unsigned PtrSize = ValTy.getElementType().getSizeInBits(); in legalizeLoadStore() local
980 const unsigned PtrSize = PtrTy.getSizeInBits() / 8; in legalizeVaArg() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp339 unsigned PtrSize = EE->getDataLayout().getPointerSize(); in reset() local
415 unsigned PtrSize = EE->getDataLayout().getPointerSize(); in isTargetNullPtr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp662 unsigned PtrSize = DL.getPointerTypeSize(GV->getType()); in emitGlobalVariable() local
1870 unsigned PtrSize = MAI->getCodePointerSize(); in doFinalization() local
H A DDwarfDebug.cpp2450 unsigned PtrSize = Asm->MAI->getCodePointerSize(); in emitDebugLocEntry() local
2920 unsigned PtrSize = Asm->MAI->getCodePointerSize(); in emitDebugARanges() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp542 unsigned PtrSize = PtrTy.getSizeInBits(); in getInstrAlternativeMappings() local
3227 unsigned PtrSize = PtrTy.getSizeInBits(); in getInstrMappingForLoad() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1990 unsigned PtrSize = DL.getPointerSizeInBits(AS); in visitPtrToInt() local
H A DInstCombineCompares.cpp277 unsigned PtrSize = IntPtrTy->getIntegerBitWidth(); in foldCmpLoadFromIndexedGlobal() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1529 uint32_t PtrSize = getDataLayout().getPointerSizeInBits(); in executeIntToPtrInst() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGClass.cpp790 unsigned PtrSize = CGM.getDataLayout().getPointerSizeInBits(); in EmitAsanPrologueOrEpilogue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2150 unsigned PtrSize = PtrVT.getSizeInBits(); in lowerGlobalTLSAddress() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7332 unsigned PtrSize = Subtarget->isTargetILP32() ? 4 : 8; in LowerAAPCS_VASTART() local
7422 unsigned PtrSize = Subtarget->isTargetILP32() ? 4 : 8; in LowerVACOPY() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4708 unsigned PtrSize = DL.getPointerSizeInBits(PT->getAddressSpace()); in ParseConstraints() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp6660 const unsigned PtrSize = IsPPC64 ? 8 : 4; in CC_AIX() local