/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceSwitchLowering.h | 90 JumpTableData(GlobalString Name, GlobalString FuncName, SizeT Id, in JumpTableData() 97 GlobalString getName() const { return Name; } in getName() 98 GlobalString getFunctionName() const { return FuncName; } in getFunctionName() 101 static std::string createSectionName(const GlobalString Name) { in createSectionName() 110 GlobalString Name; 111 GlobalString FuncName;
|
D | IceClFlags.h | 163 bool matchForceO2(GlobalString Name, uint32_t Number) const { 169 bool matchTestStatus(GlobalString Name, uint32_t Number) const { 172 bool matchTimingFocus(GlobalString Name, uint32_t Number) const { 175 bool matchTranslateOnly(GlobalString Name, uint32_t Number) const { 178 bool matchVerboseFocusOn(GlobalString Name, uint32_t Number) const {
|
D | IceELFSection.h | 178 void createDefinedSym(GlobalString Name, uint8_t Type, uint8_t Binding, 183 void noteUndefinedSym(GlobalString Name, ELFSection *NullSection); 185 const ELFSym *findSymbol(GlobalString Name) const; 203 using SymtabKey = GlobalString; 209 GlobalString NullSymbolName; 270 void add(GlobalString Str) { in add() 366 GlobalString Name = Fixup.symbol(); in writeData()
|
D | IceELFSection.cpp | 105 NullSymbolName = GlobalString::createWithString(Ctx, ""); in createNullSymbol() 110 void ELFSymbolTableSection::createDefinedSym(GlobalString Name, uint8_t Type, in createDefinedSym() 129 void ELFSymbolTableSection::noteUndefinedSym(GlobalString Name, in noteUndefinedSym() 145 const ELFSym *ELFSymbolTableSection::findSymbol(GlobalString Name) const { in findSymbol() 158 GlobalString Name = KeyValue.first; in updateIndices()
|
D | IceCfg.h | 61 void setFunctionName(GlobalString Name) { FunctionName = Name; } in setFunctionName() 62 GlobalString getFunctionName() const { return FunctionName; } in getFunctionName() 240 static void emitTextHeader(GlobalString Name, GlobalContext *Ctx, 303 GlobalString FunctionName;
|
D | IceAssembler.h | 327 GlobalString getFunctionName() const { return FunctionName; } in getFunctionName() 328 void setFunctionName(GlobalString NewName) { FunctionName = NewName; } in setFunctionName() 351 GlobalString FunctionName;
|
D | IceGlobalInits.h | 64 GlobalString getName() const { return Name; } in getName() 69 void setName(GlobalString NewName) { Name = NewName; } in setName() 71 Name = GlobalString::createWithoutString(Ctx); in setName() 121 GlobalString Name;
|
D | IceOperand.h | 155 const GlobalString getLabelName() const { return LabelName; } in getLabelName() 177 GlobalString LabelName; 269 LabelName = GlobalString::createWithString(Ctx, Str.str()); in initName() 351 const RelocOffsetArray &OffsetExpr, GlobalString Name) in RelocatableTuple() 355 const RelocOffsetArray &OffsetExpr, GlobalString Name, in RelocatableTuple() 364 const GlobalString Name; 396 GlobalString getName() const { return Name; } in getName() 411 const RelocOffsetArray &OffsetExpr, GlobalString Name, in ConstantRelocatable() 418 const GlobalString Name; /// optional for debug/dump
|
D | IceGlobalContext.h | 248 GlobalString Name, 250 Constant *getConstantSym(RelocOffsetT Offset, GlobalString Name); 251 Constant *getConstantExternSym(GlobalString Name); 268 GlobalString getGlobalString(const std::string &Name);
|
D | IceRangeSpec.h | 53 bool match(GlobalString Name, uint32_t Number) const { in match()
|
D | IceGlobalContext.cpp | 580 GlobalString Name = Asm->getFunctionName(); in emitItems() 721 GlobalString Name, const std::string &EmitString) { in getConstantSymWithEmitString() 727 GlobalString Name) { in getConstantSym() 732 Constant *GlobalContext::getConstantExternSym(GlobalString Name) { in getConstantExternSym() 806 GlobalString GlobalContext::getGlobalString(const std::string &Name) { in getGlobalString() 807 return GlobalString::createWithString(this, Name); in getGlobalString()
|
D | IceFixups.cpp | 34 GlobalString AssemblerFixup::symbol() const { in symbol()
|
D | IceASanInstrumentation.h | 29 using GlobalSizeMap = std::unordered_map<GlobalString, SizeT>;
|
D | IceFixups.h | 46 GlobalString symbol() const;
|
D | IceELFObjectWriter.cpp | 213 void ELFObjectWriter::writeFunctionCode(GlobalString FuncName, bool IsInternal, in writeFunctionCode() 404 GlobalString Name = Var->getName(); in writeDataOfType() 544 GlobalString SymName = Const->getLabelName(); in writeConstantPool() 613 GlobalString Name = Sym->getName(); in setUndefinedSyms()
|
D | IceELFObjectWriter.h | 73 void writeFunctionCode(GlobalString FuncName, bool IsInternal,
|
D | IceStringPool.h | 149 using GlobalString = StringID<struct GlobalStringPoolTraits>; variable
|
D | IceInst.cpp | 579 GlobalString makeName(Cfg *Func, const SizeT Id) { in makeName() 583 return GlobalString::createWithString( in makeName() 585 return GlobalString::createWithString( in makeName()
|
D | IceInstMIPS32.cpp | 161 Name = GlobalString::createWithString( in InstMIPS32Label() 165 Name = GlobalString::createWithoutString(Func->getContext()); in InstMIPS32Label()
|
D | IceInst.h | 1078 GlobalString Name; // This JumpTable's name in the output. 1079 GlobalString FuncName;
|
D | IceTargetLoweringARM32.h | 999 GlobalString createGotoffRelocation(const ConstantRelocatable *CR); 1000 CfgUnorderedSet<GlobalString> KnownGotoffs;
|
D | IceInstMIPS32.h | 780 GlobalString getLabelName() const { return Name; } in getLabelName() 793 GlobalString Name;
|
D | IceInstARM32.h | 1082 GlobalString getLabelName() const { return Name; } in getLabelName() 1094 GlobalString Name;
|
D | IceTargetLoweringX8664.cpp | 5140 GlobalString TargetX8664::lowerShuffleVector_NewMaskName() { in lowerShuffleVector_NewMaskName() 5141 GlobalString FuncName = Func->getFunctionName(); in lowerShuffleVector_NewMaskName() 5144 return GlobalString::createWithString( in lowerShuffleVector_NewMaskName() 5148 return GlobalString::createWithString( in lowerShuffleVector_NewMaskName() 5166 GlobalString MaskName = lowerShuffleVector_NewMaskName(); in lowerShuffleVector_CreatePshufbMask() 5924 auto JTName = GlobalString::createWithString(Ctx, JumpTable->getName()); in lowerCaseCluster()
|
D | IceTargetLoweringX8632.cpp | 5730 GlobalString TargetX8632::lowerShuffleVector_NewMaskName() { in lowerShuffleVector_NewMaskName() 5731 GlobalString FuncName = Func->getFunctionName(); in lowerShuffleVector_NewMaskName() 5734 return GlobalString::createWithString( in lowerShuffleVector_NewMaskName() 5738 return GlobalString::createWithString( in lowerShuffleVector_NewMaskName() 5756 GlobalString MaskName = lowerShuffleVector_NewMaskName(); in lowerShuffleVector_CreatePshufbMask() 6543 auto JTName = GlobalString::createWithString(Ctx, JumpTable->getName()); in lowerCaseCluster()
|