Home
last modified time | relevance | path

Searched defs:PointerSize (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h199 uint8_t PointerSize; variable
256 uint8_t PointerSize; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DStackSafetyAnalysis.cpp191 unsigned PointerSize = A->getParent()->getDataLayout().getPointerSizeInBits(); in FunctionInfo() local
208 unsigned PointerSize = 0; member in __anondcdf58c00211::StackSafetyLocalAnalysis
404 unsigned PointerSize = 0; member in __anondcdf58c00211::StackSafetyDataFlowAnalysis
DBasicAliasAnalysis.cpp436 static APInt adjustToPointerSize(APInt Offset, unsigned PointerSize) { in adjustToPointerSize()
537 unsigned PointerSize = DL.getPointerSizeInBits(AS); in DecomposeGEPExpression() local
DInlineCost.cpp2081 unsigned PointerSize = DL.getPointerSizeInBits(AS); in getCallsiteCost() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp868 unsigned int PointerSize = in tryLoad() local
1012 unsigned int PointerSize = in tryLoadVector() local
1731 unsigned int PointerSize = in tryStore() local
1888 unsigned int PointerSize = in tryStoreVector() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectStreamer.cpp473 int PointerSize) { in emitDwarfSetLineAddr()
487 unsigned PointerSize) { in EmitDwarfAdvanceLineAddr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp250 const unsigned PointerSize = MAI->getCodePointerSize(); in emitTCEntry() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h337 uint32_t PointerSize = TargetT::PointerSize; in handleGetRemoteInfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h780 LinkGraph(std::string Name, unsigned PointerSize, in LinkGraph()
1012 unsigned PointerSize; variable
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp578 const Elf64_Xword PointerSize = typeWidthInBytes(getPointerType()); in writeJumpTable() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp1675 const unsigned PointerSize = DL.getPointerSizeInBits() == 64 ? 8 : 4; in EmitFunctionDescriptor() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp249 unsigned PointerSize = Asm->getDataLayout().getPointerSize(); in addLocationAttribute() local
DAsmPrinter.cpp3239 const unsigned PointerSize = getPointerSize(); in emitPatchableFunctionEntries() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1004 static Optional<uint64_t> getTypeSize(DWARFDie Type, uint64_t PointerSize) { in getTypeSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp4037 uint8_t PointerSize, in checkSegAndOffsets()