Home
last modified time | relevance | path

Searched refs:NamePrefix (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrumentation.cpp62 const char *NamePrefix) { in createPrivateGlobalForString() argument
68 GlobalValue::PrivateLinkage, StrConst, NamePrefix); in createPrivateGlobalForString()
DInstrProfiling.cpp676 StringRef NamePrefix = getInstrProfNameVarPrefix(); in getVarName() local
677 StringRef Name = Inc->getName()->getName().substr(NamePrefix.size()); in getVarName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DInstrumentation.h43 const char *NamePrefix = "");
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp1399 SmallVectorImpl<Value *> &Indices, Twine NamePrefix) { in buildGEP() argument
1409 BasePtr, Indices, NamePrefix + "sroa_idx"); in buildGEP()
1424 Twine NamePrefix) { in getNaturalGEPWithType() argument
1426 return buildGEP(IRB, BasePtr, Indices, NamePrefix); in getNaturalGEPWithType()
1458 return buildGEP(IRB, BasePtr, Indices, NamePrefix); in getNaturalGEPWithType()
1469 Twine NamePrefix) { in getNaturalGEPRecursively() argument
1472 NamePrefix); in getNaturalGEPRecursively()
1494 Offset, TargetTy, Indices, NamePrefix); in getNaturalGEPRecursively()
1507 Indices, NamePrefix); in getNaturalGEPRecursively()
1526 Indices, NamePrefix); in getNaturalGEPRecursively()
[all …]
/third_party/node/src/
Dheap_utils.cc128 const char* prefix = n->NamePrefix(); in CreateObject()
132 name_str = n->NamePrefix(); in CreateObject()
Dmemory_tracker-inl.h49 const char* NamePrefix() override { return "Node /"; } in NamePrefix() function
/third_party/node/deps/v8/include/
Dv8-profiler.h867 virtual const char* NamePrefix() { return nullptr; } in NamePrefix() function
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc2445 const char* prefix = node->NamePrefix(); in EmbedderGraphNodeName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td1087 class AsmVectorIndex<int Min, int Max, string NamePrefix=""> : AsmOperandClass {
1088 let Name = NamePrefix # "IndexRange" # Min # "_" # Max;