Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp101 const unsigned PtrSize = DL.getPointerSize(); in addByteCountSuffix() local
H A DInstructions.cpp2881 unsigned PtrSize = SrcIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair() local
2907 unsigned PtrSize = MidIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp339 unsigned PtrSize = EE->getDataLayout().getPointerSize(); in reset() local
415 unsigned PtrSize = EE->getDataLayout().getPointerSize(); in isTargetNullPtr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp1516 unsigned PtrSize = ST->isTargetILP32() ? 4 : 8; in legalizeIntrinsic() local
1806 unsigned PtrSize = ValTy.getElementType().getSizeInBits(); in legalizeLoadStore() local
1833 const unsigned PtrSize = PtrTy.getSizeInBits() / 8; in legalizeVaArg() local
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp347 unsigned PtrSize = C.getAsmInfo()->getCodePointerSize(); in relaxDwarfLineAddr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp1030 unsigned PtrSize = MAI->getCodePointerSize(); in emitEndOfAsmFile() local
H A DX86ISelLoweringCall.cpp1820 int PtrSize = Subtarget.is64Bit() ? 8 : 4; in LowerFormalArguments() local
H A DX86ISelLowering.cpp26804 int PtrSize = Subtarget.is64Bit() ? 8 : 4; in LowerINTRINSIC_W_CHAIN() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp237 unsigned PtrSize = C.getAsmInfo()->getCodePointerSize(); in relaxDwarfLineAddr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.cpp156 unsigned PtrSize = ST->getPointerSize(); in setBaseInfo() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2604 unsigned PtrSize = Asm->MAI->getCodePointerSize(); in emitDebugLocEntry() local
3058 unsigned PtrSize = Asm->MAI->getCodePointerSize(); in emitDebugARanges() local
H A DAsmPrinter.cpp860 unsigned PtrSize = DL.getPointerTypeSize(GV->getType()); in emitGlobalVariable() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1417 unsigned PtrSize = TM.getPointerSizeInBits(Ty->getPointerAddressSpace()); in getPTXFundamentalTypeStr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp554 unsigned PtrSize = PtrTy.getSizeInBits(); in getInstrAlternativeMappings() local
3651 unsigned PtrSize = PtrTy.getSizeInBits(); in getInstrMappingForLoad() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1493 uint32_t PtrSize = getDataLayout().getPointerSizeInBits(); in executeIntToPtrInst() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2037 unsigned PtrSize = DL.getPointerSizeInBits(AS); in visitPtrToInt() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp790 unsigned PtrSize = CGM.getDataLayout().getPointerSizeInBits(); in EmitAsanPrologueOrEpilogue() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2181 unsigned PtrSize = PtrVT.getSizeInBits(); in lowerGlobalTLSAddress() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8120 CharUnits PtrSize = getTypeSizeInChars(VoidPtrTy); in getObjCEncodingForBlock() local
8228 CharUnits PtrSize = getTypeSizeInChars(VoidPtrTy); in getObjCEncodingForMethodDecl() local
H A DExprConstant.cpp13774 unsigned PtrSize = Info.Ctx.getTypeSize(LHSTy); in EvaluateComparisonBinaryOperator() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1011 unsigned PtrSize = DL.getPointerSizeInBits(AddrSpace); in createResetStateLibcall() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10971 unsigned PtrSize = Subtarget->isTargetILP32() ? 4 : 8; in LowerAAPCS_VASTART() local
11062 unsigned PtrSize = Subtarget->isTargetILP32() ? 4 : 8; in LowerVACOPY() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp6849 const unsigned PtrSize = IsPPC64 ? 8 : 4; in CC_AIX() local