Searched refs:NamePrefix (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 1374 SmallVectorImpl<Value *> &Indices, Twine NamePrefix) { in buildGEP() argument 1384 NamePrefix + "sroa_idx"); in buildGEP() 1399 Twine NamePrefix) { in getNaturalGEPWithType() argument 1401 return buildGEP(IRB, BasePtr, Indices, NamePrefix); in getNaturalGEPWithType() 1433 return buildGEP(IRB, BasePtr, Indices, NamePrefix); in getNaturalGEPWithType() 1444 Twine NamePrefix) { in getNaturalGEPRecursively() argument 1447 NamePrefix); in getNaturalGEPRecursively() 1469 Offset, TargetTy, Indices, NamePrefix); in getNaturalGEPRecursively() 1482 Indices, NamePrefix); in getNaturalGEPRecursively() 1501 Indices, NamePrefix); in getNaturalGEPRecursively() [all …]
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 1313 SmallVectorImpl<Value *> &Indices, Twine NamePrefix) { in buildGEP() argument 1323 NamePrefix + "sroa_idx"); in buildGEP() 1338 Twine NamePrefix) { in getNaturalGEPWithType() argument 1340 return buildGEP(IRB, BasePtr, Indices, NamePrefix); in getNaturalGEPWithType() 1372 return buildGEP(IRB, BasePtr, Indices, NamePrefix); in getNaturalGEPWithType() 1383 Twine NamePrefix) { in getNaturalGEPRecursively() argument 1386 NamePrefix); in getNaturalGEPRecursively() 1408 Offset, TargetTy, Indices, NamePrefix); in getNaturalGEPRecursively() 1421 Indices, NamePrefix); in getNaturalGEPRecursively() 1440 Indices, NamePrefix); in getNaturalGEPRecursively() [all …]
|
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 458 StringRef NamePrefix, StringRef CallPrefix); 468 void emitPrototype(StringRef NamePrefix); 1147 void Intrinsic::emitPrototype(StringRef NamePrefix) { in emitPrototype() argument 1153 OS << NamePrefix.str() << mangleName(Name, ClassS) << "("; in emitPrototype() 1810 StringRef NamePrefix, StringRef CallPrefix) { in generateImpl() argument 1826 emitPrototype(NamePrefix); in generateImpl()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 246 StringRef NamePrefix = getInstrProfNameVarPrefix(); in getVarName() local 247 StringRef Name = Inc->getName()->getName().substr(NamePrefix.size()); in getVarName()
|
/external/v8/include/ |
D | v8-profiler.h | 668 virtual const char* NamePrefix() { return nullptr; } in NamePrefix() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 627 StringRef NamePrefix = getInstrProfNameVarPrefix(); in getVarName() local 628 StringRef Name = Inc->getName()->getName().substr(NamePrefix.size()); in getVarName()
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 2123 const char* prefix = node->NamePrefix(); in EmbedderGraphNodeName()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 978 class AsmVectorIndex<int Min, int Max, string NamePrefix=""> : AsmOperandClass { 979 let Name = NamePrefix # "IndexRange" # Min # "_" # Max;
|