Home
last modified time | relevance | path

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

/external/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()
DIceOperand.h269 LabelName = GlobalString::createWithString(Ctx, Str.str()); in initName()
699 Name = VariableString::createWithString(Func, NewName); in setName()
DIceInst.cpp592 return GlobalString::createWithString( in makeName()
594 return GlobalString::createWithString( in makeName()
DIceGlobalContext.cpp807 return GlobalString::createWithString(this, Name); in getGlobalString()
DIceInstMIPS32.cpp255 Name = GlobalString::createWithString( in InstMIPS32Label()
DIceTargetLoweringX86BaseImpl.h6214 return GlobalString::createWithString(
6218 return GlobalString::createWithString(
7049 auto JTName = GlobalString::createWithString(Ctx, JumpTable->getName());
DIceInstARM32.cpp1287 Name = GlobalString::createWithString( in InstARM32Label()
DIceInstX86BaseImpl.h99 Name = GlobalString::createWithString( in InstX86Label()
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp1012 currFunc->setFunctionName(Ice::GlobalString::createWithString(::context, names[i])); in acquireRoutine()