/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | StackSafetyAnalysis.cpp | 89 explicit UseInfo(unsigned PointerSize) : Range{PointerSize, false} {} in UseInfo() 106 AllocaInfo(unsigned PointerSize, const AllocaInst *AI, uint64_t Size) in AllocaInfo() 107 : AI(AI), Size(Size), Use(PointerSize) {} in AllocaInfo() 120 explicit ParamInfo(unsigned PointerSize, const Argument *Arg) in ParamInfo() 121 : Arg(Arg), Use(PointerSize) {} in ParamInfo() 191 unsigned PointerSize = A->getParent()->getDataLayout().getPointerSizeInBits(); in FunctionInfo() local 196 Params.emplace_back(PointerSize, nullptr); in FunctionInfo() 198 US.Calls.emplace_back(Aliasee, ArgNo, ConstantRange(APInt(PointerSize, 0))); in FunctionInfo() 208 unsigned PointerSize = 0; member in __anonb850f4730211::StackSafetyLocalAnalysis 221 return ConstantRange(APInt(PointerSize, Lower), APInt(PointerSize, Upper)); in getRange() [all …]
|
D | BasicAliasAnalysis.cpp | 436 static APInt adjustToPointerSize(APInt Offset, unsigned PointerSize) { in adjustToPointerSize() argument 437 assert(PointerSize <= Offset.getBitWidth() && "Invalid PointerSize!"); in adjustToPointerSize() 438 unsigned ShiftBits = Offset.getBitWidth() - PointerSize; in adjustToPointerSize() 537 unsigned PointerSize = DL.getPointerSizeInBits(AS); in DecomposeGEPExpression() local 574 if (PointerSize > Width) in DecomposeGEPExpression() 575 SExtBits += PointerSize - Width; in DecomposeGEPExpression() 602 if (PointerSize > Width) in DecomposeGEPExpression() 603 SExtBits += PointerSize - Width; in DecomposeGEPExpression() 625 Scale = adjustToPointerSize(Scale, PointerSize); in DecomposeGEPExpression() 636 adjustToPointerSize(Decomposed.StructOffset, PointerSize); in DecomposeGEPExpression() [all …]
|
D | InlineCost.cpp | 2081 unsigned PointerSize = DL.getPointerSizeInBits(AS); in getCallsiteCost() local 2083 unsigned NumStores = (TypeSize + PointerSize - 1) / PointerSize; in getCallsiteCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcABISupport.h | 38 static const unsigned PointerSize = sizeof(uintptr_t); 117 static const unsigned PointerSize = 8; 152 static const unsigned PointerSize = 8; 210 static const unsigned PointerSize = 4; 245 static const unsigned PointerSize = 4; 287 static const unsigned PointerSize = 8;
|
D | OrcRemoteTargetServer.h | 308 (sys::Process::getPageSizeEstimate() - TargetT::PointerSize) / in handleEmitTrampolineBlock() 337 uint32_t PointerSize = TargetT::PointerSize; in handleGetRemoteInfo() local 343 << " pointer size = " << PointerSize << "\n" in handleGetRemoteInfo() 348 return std::make_tuple(ProcessTriple, PointerSize, PageSize, TrampolineSize, in handleGetRemoteInfo()
|
D | IndirectionUtils.h | 155 (sys::Process::getPageSizeEstimate() - ORCABI::PointerSize) / in grow()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | MachO.h | 137 uint8_t PointerSize, uint32_t Count=1, 199 uint8_t PointerSize; variable 256 uint8_t PointerSize; variable 420 uint8_t PointerSize, uint32_t Count=1, 423 PointerSize, Count, Skip); 434 uint8_t PointerSize, 438 PointerSize, Count, Skip);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMCTargetDesc.cpp | 250 const unsigned PointerSize = MAI->getCodePointerSize(); in emitTCEntry() local 251 Streamer.EmitValueToAlignment(PointerSize); in emitTCEntry() 252 Streamer.EmitSymbolValue(&S, PointerSize); in emitTCEntry()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 3109 PointerSize(is64Bit ? 8 : 4) {} in MachORebaseEntry() 3178 PointerSize); in moveNext() 3203 PointerSize); in moveNext() 3218 PointerSize); in moveNext() 3226 SegmentOffset += ImmValue * PointerSize; in moveNext() 3228 PointerSize); in moveNext() 3244 AdvanceAmount = PointerSize; in moveNext() 3252 PointerSize, Count, Skip); in moveNext() 3269 AdvanceAmount = PointerSize; in moveNext() 3284 PointerSize, Count, Skip); in moveNext() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 473 int PointerSize) { in emitDwarfSetLineAddr() argument 476 OS.EmitULEB128IntValue(PointerSize + 1); in emitDwarfSetLineAddr() 478 OS.EmitSymbolValue(Label, PointerSize); in emitDwarfSetLineAddr() 487 unsigned PointerSize) { in EmitDwarfAdvanceLineAddr() argument 490 Label, PointerSize); in EmitDwarfAdvanceLineAddr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceELFObjectWriter.cpp | 578 const Elf64_Xword PointerSize = typeWidthInBytes(getPointerType()); in writeJumpTable() local 579 const Elf64_Xword ShAddralign = PointerSize; in writeJumpTable() 580 const Elf64_Xword ShEntsize = PointerSize; in writeJumpTable() 591 Section->padToAlignment(Str, PointerSize); in writeJumpTable() 596 Section->getCurrentSize(), PointerSize); in writeJumpTable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 868 unsigned int PointerSize = in tryLoad() local 929 } else if (PointerSize == 64 ? SelectADDRsi64(N1.getNode(), N1, Base, Offset) in tryLoad() 942 } else if (PointerSize == 64 ? SelectADDRri64(N1.getNode(), N1, Base, Offset) in tryLoad() 944 if (PointerSize == 64) in tryLoad() 962 if (PointerSize == 64) in tryLoad() 1012 unsigned int PointerSize = in tryLoadVector() local 1097 } else if (PointerSize == 64 in tryLoadVector() 1124 } else if (PointerSize == 64 in tryLoadVector() 1127 if (PointerSize == 64) { in tryLoadVector() 1175 if (PointerSize == 64) { in tryLoadVector() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
D | JITLink.h | 780 LinkGraph(std::string Name, unsigned PointerSize, in LinkGraph() argument 782 : Name(std::move(Name)), PointerSize(PointerSize), in LinkGraph() 790 unsigned getPointerSize() const { return PointerSize; } in getPointerSize() 1012 unsigned PointerSize; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 1004 static Optional<uint64_t> getTypeSize(DWARFDie Type, uint64_t PointerSize) { in getTypeSize() argument 1013 return PointerSize; in getTypeSize() 1017 return 2 * PointerSize; in getTypeSize() 1018 return PointerSize; in getTypeSize() 1025 return getTypeSize(BaseType, PointerSize); in getTypeSize() 1032 Optional<uint64_t> BaseSize = getTypeSize(BaseType, PointerSize); in getTypeSize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCObjectStreamer.h | 149 unsigned PointerSize);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 249 unsigned PointerSize = Asm->getDataLayout().getPointerSize(); in addLocationAttribute() local 250 assert((PointerSize == 4 || PointerSize == 8) && in addLocationAttribute() 256 PointerSize == 4 ? dwarf::DW_OP_const4u in addLocationAttribute()
|
D | AsmPrinter.cpp | 3239 const unsigned PointerSize = getPointerSize(); in emitPatchableFunctionEntries() local 3265 EmitAlignment(Align(PointerSize)); in emitPatchableFunctionEntries() 3266 OutStreamer->EmitSymbolValue(CurrentPatchableFunctionEntrySym, PointerSize); in emitPatchableFunctionEntries()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 1675 const unsigned PointerSize = DL.getPointerSizeInBits() == 64 ? 8 : 4; in EmitFunctionDescriptor() local 1684 PointerSize); in EmitFunctionDescriptor() 1691 PointerSize); in EmitFunctionDescriptor() 1693 OutStreamer->EmitIntValue(0, PointerSize); in EmitFunctionDescriptor()
|