/external/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() 241 static void emitTextHeader(GlobalString Name, GlobalContext *Ctx, 304 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.h | 73 void writeFunctionCode(GlobalString FuncName, bool IsInternal,
|
D | IceELFObjectWriter.cpp | 219 void ELFObjectWriter::writeFunctionCode(GlobalString FuncName, bool IsInternal, in writeFunctionCode() 410 GlobalString Name = Var->getName(); in writeDataOfType() 550 GlobalString SymName = Const->getLabelName(); in writeConstantPool() 619 GlobalString Name = Sym->getName(); in setUndefinedSyms()
|
D | IceStringPool.h | 149 using GlobalString = StringID<struct GlobalStringPoolTraits>; variable
|
D | IceInst.cpp | 588 GlobalString makeName(Cfg *Func, const SizeT Id) { in makeName() 592 return GlobalString::createWithString( in makeName() 594 return GlobalString::createWithString( in makeName()
|
D | IceTargetLoweringARM32.h | 1010 GlobalString createGotoffRelocation(const ConstantRelocatable *CR); 1011 CfgUnorderedSet<GlobalString> KnownGotoffs; 1032 loadNamedConstantRelocatablePIC(GlobalString Name, Variable *Register,
|
D | IceInst.h | 1129 GlobalString Name; // This JumpTable's name in the output. 1130 GlobalString FuncName;
|
D | IceInstMIPS32.cpp | 255 Name = GlobalString::createWithString( in InstMIPS32Label() 259 Name = GlobalString::createWithoutString(Func->getContext()); in InstMIPS32Label()
|
D | IceInstMIPS32.h | 780 GlobalString getLabelName() const { return Name; } in getLabelName() 793 GlobalString Name;
|
D | IceInstARM32.h | 1083 GlobalString getLabelName() const { return Name; } in getLabelName() 1095 GlobalString Name;
|
D | IceTargetLoweringX86BaseImpl.h | 6210 GlobalString TargetX86Base<TraitsType>::lowerShuffleVector_NewMaskName() { 6211 GlobalString FuncName = Func->getFunctionName(); 6214 return GlobalString::createWithString( 6218 return GlobalString::createWithString( 6238 GlobalString MaskName = lowerShuffleVector_NewMaskName(); 7049 auto JTName = GlobalString::createWithString(Ctx, JumpTable->getName());
|
D | IceTargetLoweringARM32.cpp | 886 GlobalString 888 GlobalString CRName = CR->getName(); in createGotoffRelocation() 889 GlobalString CRGotoffName = in createGotoffRelocation() 950 GlobalString Name, Variable *Register, in loadNamedConstantRelocatablePIC() 6466 GlobalString CGotoffName = createGotoffRelocation(C); in legalize()
|