Home
last modified time | relevance | path

Searched refs:createWithString (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCfgNode.h48 Name = NodeString::createWithString(Func, NewName); in setName()
DIceStringPool.h88 static StringID createWithString(const typename Traits::OwnerType *Owner, in createWithString() function
DIceELFSection.cpp105 NullSymbolName = GlobalString::createWithString(Ctx, ""); in createNullSymbol()
DIceInst.cpp583 return GlobalString::createWithString( in makeName()
585 return GlobalString::createWithString( in makeName()
DIceOperand.h269 LabelName = GlobalString::createWithString(Ctx, Str.str()); in initName()
699 Name = VariableString::createWithString(Func, NewName); in setName()
DIceGlobalContext.cpp807 return GlobalString::createWithString(this, Name); in getGlobalString()
DIceInstMIPS32.cpp161 Name = GlobalString::createWithString( in InstMIPS32Label()
DIceTargetLoweringX8664.cpp5144 return GlobalString::createWithString( in lowerShuffleVector_NewMaskName()
5148 return GlobalString::createWithString( in lowerShuffleVector_NewMaskName()
5924 auto JTName = GlobalString::createWithString(Ctx, JumpTable->getName()); in lowerCaseCluster()
DIceTargetLoweringX8632.cpp5734 return GlobalString::createWithString( in lowerShuffleVector_NewMaskName()
5738 return GlobalString::createWithString( in lowerShuffleVector_NewMaskName()
6543 auto JTName = GlobalString::createWithString(Ctx, JumpTable->getName()); in lowerCaseCluster()
DIceInstARM32.cpp1287 Name = GlobalString::createWithString( in InstARM32Label()
DIceInstX8664.cpp147 Name = GlobalString::createWithString( in InstX86Label()
DIceInstX8632.cpp159 Name = GlobalString::createWithString( in InstX86Label()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp1011 currFunc->setFunctionName(Ice::GlobalString::createWithString(::context, names[i])); in acquireRoutine()