Home
last modified time | relevance | path

Searched defs:NewName (Results 1 – 25 of 30) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceMangling.cpp41 ManglerVector NewName(OldName.size() * 2); in incrementSubstitutions() local
136 ManglerVector NewName(BufLen); in mangleName() local
DIceTimerTree.h69 void setName(const std::string &NewName) { Name = NewName; } in setName()
DIceCfgNode.h45 void setName(const std::string &NewName) { in setName()
DIceGlobalInits.h65 void setName(GlobalContext *Ctx, const std::string &NewName) { in setName()
69 void setName(GlobalString NewName) { Name = NewName; } in setName()
DIceAssembler.h328 void setFunctionName(GlobalString NewName) { FunctionName = NewName; } in setFunctionName()
DIceOperand.h696 virtual void setName(const Cfg *Func, const std::string &NewName) { in setName()
906 void setName(const Cfg *Func, const std::string &NewName) override { in setName()
972 void setName(const Cfg *Func, const std::string &NewName) override { in setName()
DIceGlobalContext.cpp869 const std::string &NewName) { in setTimerName()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DTestUtil.h54 #define LegacyRegAliases(NewName, Name64, Name32, Name16, Name8) \ argument
760 #define LegacyRegAccessors(NewName, Name64, Name32, Name16, Name8) \ argument
806 #define NewRegAccessors(NewName) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp57 std::string NewName = (Name + ModuleId).str(); in promoteInternals() local
96 std::string NewName = (Twine(LocalToGlobal.size()) + ModuleId).str(); in promoteTypeIds() local
DArgumentPromotion.cpp456 std::string NewName = I->getName(); in doPromotion() local
DSampleProfile.cpp1864 StringRef NewName = OrigName.substr(0, pos); in runOnModule() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRecordStreamer.cpp212 SmallString<128> NewName; in flushSymverDirectives() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DTimer.h199 void setName(StringRef NewName, StringRef NewDescription) { in setName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTimer.h204 void setName(StringRef NewName, StringRef NewDescription) { in setName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPropagateAttributes.cpp276 std::string NewName = NewF->getName(); in cloneWithFeatures() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValue.cpp224 void Value::setNameImpl(const Twine &NewName) { in setNameImpl()
286 void Value::setName(const Twine &NewName) { in setName()
DGlobals.cpp146 std::string NewName = Name; in getGlobalIdentifier() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h634 std::string NewName = SrcM.getName(); in emitPartition() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp77 Status Status::copyWithNewName(const Status &In, const Twine &NewName) { in copyWithNewName()
83 Status Status::copyWithNewName(const file_status &In, const Twine &NewName) { in copyWithNewName()
179 RealFile(file_t RawFD, StringRef NewName, StringRef NewRealPathName) in RealFile()
DCommandLine.cpp330 void updateArgStr(Option *O, StringRef NewName, SubCommand *SC) { in updateArgStr()
340 void updateArgStr(Option *O, StringRef NewName) { in updateArgStr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp190 SmallString<128> NewName = Name; in createSymbol() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp722 std::string NewName = std::string(Suffix) + ".split-lp"; in SplitBlockPredecessors() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp266 void updateArgStr(Option *O, StringRef NewName, SubCommand *SC) { in updateArgStr()
276 void updateArgStr(Option *O, StringRef NewName) { in updateArgStr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp2090 void Record::setName(Init *NewName) { in setName()
2139 Init *NewName = Name->resolveReferences(R); in resolveReferences() local
DTGParser.cpp116 Init *NewName = in QualifyName() local

12