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/ |
D | Instrumentation.cpp | 62 const char *NamePrefix) { in createPrivateGlobalForString() argument 68 GlobalValue::PrivateLinkage, StrConst, NamePrefix); in createPrivateGlobalForString()
|
D | InstrProfiling.cpp | 676 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/ |
D | Instrumentation.h | 43 const char *NamePrefix = "");
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 1399 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/ |
D | heap_utils.cc | 128 const char* prefix = n->NamePrefix(); in CreateObject() 132 name_str = n->NamePrefix(); in CreateObject()
|
D | memory_tracker-inl.h | 49 const char* NamePrefix() override { return "Node /"; } in NamePrefix() function
|
/third_party/node/deps/v8/include/ |
D | v8-profiler.h | 867 virtual const char* NamePrefix() { return nullptr; } in NamePrefix() function
|
/third_party/node/deps/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 2445 const char* prefix = node->NamePrefix(); in EmbedderGraphNodeName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 1087 class AsmVectorIndex<int Min, int Max, string NamePrefix=""> : AsmOperandClass { 1088 let Name = NamePrefix # "IndexRange" # Min # "_" # Max;
|