/openbsd/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64LegalizerInfo.cpp | 1051 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 D | Mangler.cpp | 99 const unsigned PtrSize = DL.getPointerSize(); in addByteCountSuffix() local
|
H A D | Instructions.cpp | 3257 unsigned PtrSize = SrcIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair() local 3283 unsigned PtrSize = MidIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair() local
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | MicrosoftCXXABI.cpp | 306 unsigned PtrSize = Target.getPointerWidth(LangAS::Default); in getMemberPointerInfo() local
|
H A D | ASTContext.cpp | 7657 CharUnits PtrSize = getTypeSizeInChars(VoidPtrTy); in getObjCEncodingForBlock() local 7765 CharUnits PtrSize = getTypeSizeInChars(VoidPtrTy); in getObjCEncodingForMethodDecl() local
|
H A D | ExprConstant.cpp | 13088 unsigned PtrSize = Info.Ctx.getTypeSize(LHSTy); in EvaluateComparisonBinaryOperator() local
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 339 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 D | X86AsmPrinter.cpp | 938 unsigned PtrSize = MAI->getCodePointerSize(); in emitEndOfAsmFile() local
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVAsmBackend.cpp | 219 unsigned PtrSize = C.getAsmInfo()->getCodePointerSize(); in relaxDwarfLineAddr() local
|
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVModuleAnalysis.cpp | 110 unsigned PtrSize = ST->getPointerSize(); in setBaseInfo() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 2558 unsigned PtrSize = Asm->MAI->getCodePointerSize(); in emitDebugLocEntry() local 3026 unsigned PtrSize = Asm->MAI->getCodePointerSize(); in emitDebugARanges() local
|
H A D | AsmPrinter.cpp | 831 unsigned PtrSize = DL.getPointerTypeSize(GV->getType()); in emitGlobalVariable() local
|
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 1364 unsigned PtrSize = TM.getPointerSizeInBits(Ty->getPointerAddressSpace()); in getPTXFundamentalTypeStr() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURegisterBankInfo.cpp | 537 unsigned PtrSize = PtrTy.getSizeInBits(); in getInstrAlternativeMappings() local 3451 unsigned PtrSize = PtrTy.getSizeInBits(); in getInstrMappingForLoad() local
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 1529 uint32_t PtrSize = getDataLayout().getPointerSizeInBits(); in executeIntToPtrInst() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 2084 unsigned PtrSize = DL.getPointerSizeInBits(AS); in visitPtrToInt() local
|
H A D | InstCombineCompares.cpp | 284 unsigned PtrSize = IntPtrTy->getIntegerBitWidth(); in foldCmpLoadFromIndexedGlobal() local
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGClass.cpp | 789 unsigned PtrSize = CGM.getDataLayout().getPointerSizeInBits(); in EmitAsanPrologueOrEpilogue() local
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 2158 unsigned PtrSize = PtrVT.getSizeInBits(); in lowerGlobalTLSAddress() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 9439 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 D | PPCISelLowering.cpp | 6740 const unsigned PtrSize = IsPPC64 ? 8 : 4; in CC_AIX() local
|