Searched defs:NamePrefix (Results 1 - 2 of 2) sorted by relevance

/external/clang/utils/TableGen/
H A DNeonEmitter.cpp445 StringRef NamePrefix, StringRef CallPrefix);
455 void emitPrototype(StringRef NamePrefix);
1127 void Intrinsic::emitPrototype(StringRef NamePrefix) { argument
1133 OS << NamePrefix.str() << mangleName(Name, ClassS) << "(";
1801 StringRef NamePrefix, StringRef CallPrefix) {
1817 emitPrototype(NamePrefix);
1800 generateImpl(bool ReverseArguments, StringRef NamePrefix, StringRef CallPrefix) argument
/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1264 SmallVectorImpl<Value *> &Indices, Twine NamePrefix) {
1273 return IRB.CreateInBoundsGEP(BasePtr, Indices, NamePrefix + "sroa_idx");
1288 Twine NamePrefix) {
1290 return buildGEP(IRB, BasePtr, Indices, NamePrefix);
1322 return buildGEP(IRB, BasePtr, Indices, NamePrefix);
1333 Twine NamePrefix) {
1335 return getNaturalGEPWithType(IRB, DL, Ptr, Ty, TargetTy, Indices, NamePrefix);
1357 Offset, TargetTy, Indices, NamePrefix);
1370 Indices, NamePrefix);
1389 Indices, NamePrefix);
1263 buildGEP(IRBuilderTy &IRB, Value *BasePtr, SmallVectorImpl<Value *> &Indices, Twine NamePrefix) argument
1285 getNaturalGEPWithType(IRBuilderTy &IRB, const DataLayout &DL, Value *BasePtr, Type *Ty, Type *TargetTy, SmallVectorImpl<Value *> &Indices, Twine NamePrefix) argument
1329 getNaturalGEPRecursively(IRBuilderTy &IRB, const DataLayout &DL, Value *Ptr, Type *Ty, APInt &Offset, Type *TargetTy, SmallVectorImpl<Value *> &Indices, Twine NamePrefix) argument
1402 getNaturalGEPWithOffset(IRBuilderTy &IRB, const DataLayout &DL, Value *Ptr, APInt Offset, Type *TargetTy, SmallVectorImpl<Value *> &Indices, Twine NamePrefix) argument
1442 getAdjustedPtr(IRBuilderTy &IRB, const DataLayout &DL, Value *Ptr, APInt Offset, Type *PointerTy, Twine NamePrefix) argument
[all...]

Completed in 250 milliseconds