/external/llvm-project/clang-tools-extra/clang-tidy/ |
D | ClangTidyCheck.cpp | 76 : NamePrefix(CheckName.str() + "."), CheckOptions(CheckOptions), in OptionsView() 81 const auto &Iter = CheckOptions.find(NamePrefix + LocalName.str()); in get() 84 return llvm::make_error<MissingOptionError>((NamePrefix + LocalName).str()); in get() 88 findPriorityOption(const ClangTidyOptions::OptionMap &Options, StringRef NamePrefix, in findPriorityOption() argument 90 auto IterLocal = Options.find((NamePrefix + LocalName).str()); in findPriorityOption() 103 auto Iter = findPriorityOption(CheckOptions, NamePrefix, LocalName); in getLocalOrGlobal() 106 return llvm::make_error<MissingOptionError>((NamePrefix + LocalName).str()); in getLocalOrGlobal() 127 return getAsBool(*ValueOr, NamePrefix + LocalName); in get() 144 auto Iter = findPriorityOption(CheckOptions, NamePrefix, LocalName); in getLocalOrGlobal() 147 return llvm::make_error<MissingOptionError>((NamePrefix + LocalName).str()); in getLocalOrGlobal() [all …]
|
D | ClangTidyCheck.h | 264 (NamePrefix + LocalName).str(), *Value); in get() 310 (IsGlobal ? LocalName.str() : (NamePrefix + LocalName).str()), in getLocalOrGlobal() 497 std::string NamePrefix; variable
|
/external/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()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | Instrumentation.cpp | 62 const char *NamePrefix) { in createPrivateGlobalForString() argument 68 GlobalValue::PrivateLinkage, StrConst, NamePrefix); in createPrivateGlobalForString()
|
D | InstrProfiling.cpp | 735 StringRef NamePrefix = getInstrProfNameVarPrefix(); in getVarName() local 736 StringRef Name = Inc->getName()->getName().substr(NamePrefix.size()); in getVarName()
|
/external/llvm-project/llvm/include/llvm/Transforms/ |
D | Instrumentation.h | 44 const char *NamePrefix = "");
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/ |
D | Instrumentation.h | 43 const char *NamePrefix = "");
|
/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/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 …]
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 1402 const Twine &NamePrefix) { in buildGEP() argument 1412 BasePtr, Indices, NamePrefix + "sroa_idx"); in buildGEP() 1427 const Twine &NamePrefix) { in getNaturalGEPWithType() argument 1429 return buildGEP(IRB, BasePtr, Indices, NamePrefix); in getNaturalGEPWithType() 1461 return buildGEP(IRB, BasePtr, Indices, NamePrefix); in getNaturalGEPWithType() 1472 const Twine &NamePrefix) { in getNaturalGEPRecursively() argument 1475 NamePrefix); in getNaturalGEPRecursively() 1498 Offset, TargetTy, Indices, NamePrefix); in getNaturalGEPRecursively() 1512 Indices, NamePrefix); in getNaturalGEPRecursively() 1531 Indices, NamePrefix); in getNaturalGEPRecursively() [all …]
|
/external/llvm-project/clang/unittests/AST/ |
D | ASTImporterODRStrategiesTest.cpp | 386 TypeParam, ODRHandlingParam, NamePrefix, TestCase) \ argument 389 TEST_P(TypeParam##ODRHandlingParam, NamePrefix##TestCase) { \
|
D | ASTImporterGenericRedeclTest.cpp | 421 NamePrefix, TestCase) \ argument 423 TEST_P(BaseTemplate##TypeParam, NamePrefix##TestCase) { \
|
/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/llvm-project/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 501 StringRef NamePrefix, StringRef CallPrefix); 511 void emitPrototype(StringRef NamePrefix); 1139 void Intrinsic::emitPrototype(StringRef NamePrefix) { in emitPrototype() argument 1145 OS << NamePrefix.str() << mangleName(Name, ClassS) << "("; in emitPrototype() 1828 StringRef NamePrefix, StringRef CallPrefix) { in generateImpl() argument 1844 emitPrototype(NamePrefix); in generateImpl()
|
/external/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;
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 1191 class AsmVectorIndex<int Min, int Max, string NamePrefix=""> : AsmOperandClass { 1192 let Name = NamePrefix # "IndexRange" # Min # "_" # Max;
|