HomeSort by relevance Sort by last modified time
    Searched refs:createWithString (Results 1 - 11 of 11) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceCfgNode.h 48 Name = NodeString::createWithString(Func, NewName);
IceStringPool.h 88 static StringID createWithString(const typename Traits::OwnerType *Owner,
94 /// std::string value, i.e. via StringID::createWithString().
IceELFSection.cpp 105 NullSymbolName = GlobalString::createWithString(Ctx, "");
IceOperand.h 276 LabelName = GlobalString::createWithString(Ctx, Str.str());
722 Name = VariableString::createWithString(Func, NewName);
    [all...]
IceInst.cpp 600 return GlobalString::createWithString(
602 return GlobalString::createWithString(
    [all...]
IceGlobalContext.cpp     [all...]
IceInstMIPS32.cpp 257 Name = GlobalString::createWithString(
    [all...]
IceTargetLoweringX86BaseImpl.h     [all...]
IceInstARM32.cpp     [all...]
IceInstX86BaseImpl.h 99 Name = GlobalString::createWithString(
    [all...]
  /external/swiftshader/src/Reactor/
SubzeroReactor.cpp 588 ::function->setFunctionName(Ice::GlobalString::createWithString(::context, name));
    [all...]

Completed in 653 milliseconds