Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp1051 unsigned PtrSize = ST->isTargetILP32() ? 4 : 8; in legalizeIntrinsic() local
1227 unsigned PtrSize = ValTy.getElementType().getSizeInBits(); in legalizeLoadStore() local
1254 const unsigned PtrSize = PtrTy.getSizeInBits() / 8; in legalizeVaArg() local
/openbsd/gnu/llvm/llvm/lib/IR/
H A DMangler.cpp99 const unsigned PtrSize = DL.getPointerSize(); in addByteCountSuffix() local
H A DInstructions.cpp3257 unsigned PtrSize = SrcIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair() local
3283 unsigned PtrSize = MidIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair() local
/openbsd/gnu/llvm/clang/lib/AST/
H A DMicrosoftCXXABI.cpp306 unsigned PtrSize = Target.getPointerWidth(LangAS::Default); in getMemberPointerInfo() local
H A DASTContext.cpp7657 CharUnits PtrSize = getTypeSizeInChars(VoidPtrTy); in getObjCEncodingForBlock() local
7765 CharUnits PtrSize = getTypeSizeInChars(VoidPtrTy); in getObjCEncodingForMethodDecl() local
H A DExprConstant.cpp13088 unsigned PtrSize = Info.Ctx.getTypeSize(LHSTy); in EvaluateComparisonBinaryOperator() local
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp339 unsigned PtrSize = EE->getDataLayout().getPointerSize(); in reset() local
415 unsigned PtrSize = EE->getDataLayout().getPointerSize(); in isTargetNullPtr() local
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp938 unsigned PtrSize = MAI->getCodePointerSize(); in emitEndOfAsmFile() local
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp219 unsigned PtrSize = C.getAsmInfo()->getCodePointerSize(); in relaxDwarfLineAddr() local
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.cpp110 unsigned PtrSize = ST->getPointerSize(); in setBaseInfo() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2558 unsigned PtrSize = Asm->MAI->getCodePointerSize(); in emitDebugLocEntry() local
3026 unsigned PtrSize = Asm->MAI->getCodePointerSize(); in emitDebugARanges() local
H A DAsmPrinter.cpp831 unsigned PtrSize = DL.getPointerTypeSize(GV->getType()); in emitGlobalVariable() local
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1364 unsigned PtrSize = TM.getPointerSizeInBits(Ty->getPointerAddressSpace()); in getPTXFundamentalTypeStr() local
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp537 unsigned PtrSize = PtrTy.getSizeInBits(); in getInstrAlternativeMappings() local
3451 unsigned PtrSize = PtrTy.getSizeInBits(); in getInstrMappingForLoad() local
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1529 uint32_t PtrSize = getDataLayout().getPointerSizeInBits(); in executeIntToPtrInst() local
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2084 unsigned PtrSize = DL.getPointerSizeInBits(AS); in visitPtrToInt() local
H A DInstCombineCompares.cpp284 unsigned PtrSize = IntPtrTy->getIntegerBitWidth(); in foldCmpLoadFromIndexedGlobal() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGClass.cpp789 unsigned PtrSize = CGM.getDataLayout().getPointerSizeInBits(); in EmitAsanPrologueOrEpilogue() local
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2158 unsigned PtrSize = PtrVT.getSizeInBits(); in lowerGlobalTLSAddress() local
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9439 unsigned PtrSize = Subtarget->isTargetILP32() ? 4 : 8; in LowerAAPCS_VASTART() local
9529 unsigned PtrSize = Subtarget->isTargetILP32() ? 4 : 8; in LowerVACOPY() local
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp6740 const unsigned PtrSize = IsPPC64 ? 8 : 4; in CC_AIX() local