Home
last modified time | relevance | path

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

/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()