Home
last modified time | relevance | path

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

12

/llvm-project/clang/unittests/CodeGen/
H A DTestCompiler.h32 unsigned PtrSize = 0; global() member
/llvm-project/clang/lib/AST/
H A DMicrosoftCXXABI.cpp304 unsigned PtrSize = Target.getPointerWidth(LangAS::Default); in getMemberPointerInfo() local
H A DASTContext.cpp7843 CharUnits PtrSize = getTypeSizeInChars(VoidPtrTy); getObjCEncodingForBlock() local
7951 CharUnits PtrSize = getTypeSizeInChars(VoidPtrTy); getObjCEncodingForMethodDecl() local
/llvm-project/llvm/lib/IR/
H A DMangler.cpp100 const unsigned PtrSize = DL.getPointerSize(); addByteCountSuffix() local
H A DInstructions.cpp2881 unsigned PtrSize = SrcIntPtrTy->getScalarSizeInBits(); isEliminableCastPair() local
2907 unsigned PtrSize = MidIntPtrTy->getScalarSizeInBits(); isEliminableCastPair() local
/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp347 unsigned PtrSize = C.getAsmInfo()->getCodePointerSize(); relaxDwarfLineAddr() local
/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp1480 unsigned PtrSize = ST->isTargetILP32() ? 4 : 8; legalizeIntrinsic() local
1770 unsigned PtrSize = ValTy.getElementType().getSizeInBits(); legalizeLoadStore() local
1797 const unsigned PtrSize = PtrTy.getSizeInBits() / 8; legalizeVaArg() local
/llvm-project/bolt/lib/Target/RISCV/
H A DRISCVMCPlusBuilder.cpp177 const unsigned PtrSize, MCInst *&MemLocInstr, unsigned &BaseRegNum, in analyzeIndirectBranch() argument
/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp339 Array = std::make_unique<char[]>((InputArgv.size()+1)*PtrSize); in reset() local
415 for (unsigned i = 0; i < PtrSize; ++i) in isTargetNullPtr() local
/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp1031 unsigned PtrSize = MAI->getCodePointerSize(); emitEndOfAsmFile() local
H A DX86ISelLoweringCall.cpp1820 int PtrSize = Subtarget.is64Bit() ? 8 : 4; LowerFormalArguments() local
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp237 unsigned PtrSize = C.getAsmInfo()->getCodePointerSize(); relaxDwarfLineAddr() local
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.cpp156 unsigned PtrSize = ST->getPointerSize(); setBaseInfo() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2604 unsigned PtrSize = Asm->MAI->getCodePointerSize(); emitDebugLocEntry() local
3056 unsigned PtrSize = Asm->MAI->getCodePointerSize(); emitDebugARanges() local
[all...]
H A DAsmPrinter.cpp860 unsigned PtrSize = DL.getPointerTypeSize(GV->getType()); emitGlobalVariable() local
/llvm-project/bolt/lib/Core/
H A DBinaryFunction.cpp776 const unsigned PtrSize = BC.AsmInfo->getCodePointerSize(); processIndirectBranch() local
1875 const unsigned PtrSize = BC.AsmInfo->getCodePointerSize(); postProcessIndirectBranches() local
/llvm-project/bolt/lib/Target/AArch64/
H A DAArch64MCPlusBuilder.cpp857 analyzeIndirectBranch(MCInst & Instruction,InstructionIterator Begin,InstructionIterator End,const unsigned PtrSize,MCInst * & MemLocInstrOut,unsigned & BaseRegNumOut,unsigned & IndexRegNumOut,int64_t & DispValueOut,const MCExpr * & DispExprOut,MCInst * & PCRelBaseOut) const analyzeIndirectBranch() argument
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1417 unsigned PtrSize = TM.getPointerSizeInBits(Ty->getPointerAddressSpace()); getPTXFundamentalTypeStr() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp554 unsigned PtrSize = PtrTy.getSizeInBits(); in getInstrAlternativeMappings() local
3651 unsigned PtrSize = PtrTy.getSizeInBits(); getInstrMappingForLoad() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2037 unsigned PtrSize = DL.getPointerSizeInBits(AS); visitPtrToInt() local
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1493 uint32_t PtrSize = getDataLayout().getPointerSizeInBits(); in executeIntToPtrInst() local
/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp789 unsigned PtrSize = CGM.getDataLayout().getPointerSizeInBits(); in EmitAsanPrologueOrEpilogue() local
/llvm-project/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1506 const unsigned PtrSize = BC->AsmInfo->getCodePointerSize(); createPLTBinaryFunction() local
/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2191 unsigned PtrSize = PtrVT.getSizeInBits(); lowerGlobalTLSAddress() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp999 unsigned PtrSize = DL.getPointerSizeInBits(AddrSpace); createResetStateLibcall() local

12