Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDMangler.cpp101 const unsigned PtrSize = DL.getPointerSize(); in addByteCountSuffix() local
HDInstructions.cpp2881 unsigned PtrSize = SrcIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair() local
2907 unsigned PtrSize = MidIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDMicrosoftCXXABI.cpp304 unsigned PtrSize = Target.getPointerWidth(LangAS::Default); in getMemberPointerInfo() local
HDASTContext.cpp8120 CharUnits PtrSize = getTypeSizeInChars(VoidPtrTy); in getObjCEncodingForBlock() local
8228 CharUnits PtrSize = getTypeSizeInChars(VoidPtrTy); in getObjCEncodingForMethodDecl() local
HDExprConstant.cpp13774 unsigned PtrSize = Info.Ctx.getTypeSize(LHSTy); in EvaluateComparisonBinaryOperator() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
HDExecutionEngine.cpp339 unsigned PtrSize = EE->getDataLayout().getPointerSize(); in reset() local
415 unsigned PtrSize = EE->getDataLayout().getPointerSize(); in isTargetNullPtr() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
HDAArch64LegalizerInfo.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-14-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
HDLoongArchAsmBackend.cpp347 unsigned PtrSize = C.getAsmInfo()->getCodePointerSize(); in relaxDwarfLineAddr() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86AsmPrinter.cpp1030 unsigned PtrSize = MAI->getCodePointerSize(); in emitEndOfAsmFile() local
HDX86ISelLoweringCall.cpp1820 int PtrSize = Subtarget.is64Bit() ? 8 : 4; in LowerFormalArguments() local
HDX86ISelLowering.cpp26804 int PtrSize = Subtarget.is64Bit() ? 8 : 4; in LowerINTRINSIC_W_CHAIN() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
HDRISCVAsmBackend.cpp237 unsigned PtrSize = C.getAsmInfo()->getCodePointerSize(); in relaxDwarfLineAddr() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVModuleAnalysis.cpp156 unsigned PtrSize = ST->getPointerSize(); in setBaseInfo() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.cpp2604 unsigned PtrSize = Asm->MAI->getCodePointerSize(); in emitDebugLocEntry() local
3058 unsigned PtrSize = Asm->MAI->getCodePointerSize(); in emitDebugARanges() local
HDAsmPrinter.cpp860 unsigned PtrSize = DL.getPointerTypeSize(GV->getType()); in emitGlobalVariable() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXAsmPrinter.cpp1417 unsigned PtrSize = TM.getPointerSizeInBits(Ty->getPointerAddressSpace()); in getPTXFundamentalTypeStr() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPURegisterBankInfo.cpp554 unsigned PtrSize = PtrTy.getSizeInBits(); in getInstrAlternativeMappings() local
3651 unsigned PtrSize = PtrTy.getSizeInBits(); in getInstrMappingForLoad() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineCasts.cpp2037 unsigned PtrSize = DL.getPointerSizeInBits(AS); in visitPtrToInt() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
HDExecution.cpp1493 uint32_t PtrSize = getDataLayout().getPointerSizeInBits(); in executeIntToPtrInst() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGClass.cpp790 unsigned PtrSize = CGM.getDataLayout().getPointerSizeInBits(); in EmitAsanPrologueOrEpilogue() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsISelLowering.cpp2181 unsigned PtrSize = PtrVT.getSizeInBits(); in lowerGlobalTLSAddress() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDLegalizerHelper.cpp1011 unsigned PtrSize = DL.getPointerSizeInBits(AddrSpace); in createResetStateLibcall() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.cpp10971 unsigned PtrSize = Subtarget->isTargetILP32() ? 4 : 8; in LowerAAPCS_VASTART() local
11062 unsigned PtrSize = Subtarget->isTargetILP32() ? 4 : 8; in LowerVACOPY() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp6849 const unsigned PtrSize = IsPPC64 ? 8 : 4; in CC_AIX() local