Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSROA.cpp1374 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/
DSROA.cpp1313 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/
DNeonEmitter.cpp458 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/
DInstrProfiling.cpp246 StringRef NamePrefix = getInstrProfNameVarPrefix(); in getVarName() local
247 StringRef Name = Inc->getName()->getName().substr(NamePrefix.size()); in getVarName()
/external/v8/include/
Dv8-profiler.h668 virtual const char* NamePrefix() { return nullptr; } in NamePrefix() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp627 StringRef NamePrefix = getInstrProfNameVarPrefix(); in getVarName() local
628 StringRef Name = Inc->getName()->getName().substr(NamePrefix.size()); in getVarName()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc2123 const char* prefix = node->NamePrefix(); in EmbedderGraphNodeName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td978 class AsmVectorIndex<int Min, int Max, string NamePrefix=""> : AsmOperandClass {
979 let Name = NamePrefix # "IndexRange" # Min # "_" # Max;