/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() 248 static void emitTextHeader(GlobalString Name, GlobalContext *Ctx, 318 GlobalString FunctionName;
|
D | IceIntrinsics.h | 183 const FullIntrinsicInfo *find(GlobalString Name, bool &Error) const; 187 using IntrinsicMap = std::unordered_map<GlobalString, FullIntrinsicInfo>;
|
D | IceAssembler.h | 327 GlobalString getFunctionName() const { return FunctionName; } in getFunctionName() 328 void setFunctionName(GlobalString NewName) { FunctionName = NewName; } in setFunctionName() 351 GlobalString FunctionName;
|
D | IceOperand.h | 155 const GlobalString getLabelName() const { return LabelName; } in getLabelName() 182 GlobalString LabelName; 276 LabelName = GlobalString::createWithString(Ctx, Str.str()); in initName() 374 const RelocOffsetArray &OffsetExpr, GlobalString Name) in RelocatableTuple() 378 const RelocOffsetArray &OffsetExpr, GlobalString Name, in RelocatableTuple() 387 const GlobalString Name; 419 GlobalString getName() const { return Name; } in getName() 434 const RelocOffsetArray &OffsetExpr, GlobalString Name, in ConstantRelocatable() 441 const GlobalString Name; /// optional for debug/dump
|
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() 125 GlobalString Name;
|
D | IceGlobalContext.h | 249 GlobalString Name, 251 Constant *getConstantSym(RelocOffsetT Offset, GlobalString Name); 252 Constant *getConstantExternSym(GlobalString Name); 269 GlobalString getGlobalString(const std::string &Name);
|
D | IceRangeSpec.h | 53 bool match(GlobalString Name, uint32_t Number) const { in match()
|
D | IceGlobalContext.cpp | 662 GlobalString Name = Asm->getFunctionName(); in emitItems() 803 GlobalString Name, const std::string &EmitString) { in getConstantSymWithEmitString() 809 GlobalString Name) { in getConstantSym() 814 Constant *GlobalContext::getConstantExternSym(GlobalString Name) { in getConstantExternSym() 888 GlobalString GlobalContext::getGlobalString(const std::string &Name) { in getGlobalString() 889 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 | 220 void ELFObjectWriter::writeFunctionCode(GlobalString FuncName, bool IsInternal, in writeFunctionCode() 411 GlobalString Name = Var->getName(); in writeDataOfType() 562 GlobalString SymName = Const->getLabelName(); in writeConstantPool() 631 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 | IceIntrinsics.cpp | 243 const Intrinsics::FullIntrinsicInfo *Intrinsics::find(GlobalString Name, in find()
|
D | IceInst.cpp | 596 GlobalString makeName(Cfg *Func, const SizeT Id) { in makeName() 600 return GlobalString::createWithString( in makeName() 602 return GlobalString::createWithString( in makeName()
|
D | IceTargetLoweringARM32.h | 1017 GlobalString createGotoffRelocation(const ConstantRelocatable *CR); 1018 CfgUnorderedSet<GlobalString> KnownGotoffs; 1039 loadNamedConstantRelocatablePIC(GlobalString Name, Variable *Register,
|
D | IceInst.h | 1124 GlobalString Name; // This JumpTable's name in the output. 1125 GlobalString FuncName;
|
D | IceInstMIPS32.cpp | 257 Name = GlobalString::createWithString( in InstMIPS32Label() 261 Name = GlobalString::createWithoutString(Func->getContext()); in InstMIPS32Label()
|
D | IceInstMIPS32.h | 780 GlobalString getLabelName() const { return Name; } in getLabelName() 793 GlobalString Name;
|
/external/v8/src/js/ |
D | intl.js | 30 var GlobalString = global.String; 39 var StringSubstr = GlobalString.prototype.substr; 40 var StringSubstring = GlobalString.prototype.substring;
|