| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 410 if (BaseName == "block") { in ParseInstruction() 413 } else if (BaseName == "loop") { in ParseInstruction() 416 } else if (BaseName == "try") { in ParseInstruction() 419 } else if (BaseName == "if") { in ParseInstruction() 423 if (pop(BaseName, If)) in ParseInstruction() 427 if (pop(BaseName, Try)) in ParseInstruction() 431 if (pop(BaseName, Try)) in ParseInstruction() 435 if (pop(BaseName, If, Else)) in ParseInstruction() 438 if (pop(BaseName, Try)) in ParseInstruction() 441 if (pop(BaseName, Loop)) in ParseInstruction() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/OProfileJIT/ |
| H A D | OProfileWrapper.cpp | 138 char* BaseName = 0; in checkForOProfileProcEntry() local 146 BaseName = ExeName; in checkForOProfileProcEntry() 160 BaseName = ExeName + Idx + 1; in checkForOProfileProcEntry() 167 if (BaseName != 0 && (!strcmp("oprofiled", BaseName) || in checkForOProfileProcEntry() 168 !strcmp("operf", BaseName))) { in checkForOProfileProcEntry()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | SSAUpdater.cpp | 339 SSAUpdater &S, StringRef BaseName) : SSA(S) { in LoadAndStorePromoter() argument 348 if (BaseName.empty()) in LoadAndStorePromoter() 349 BaseName = SomeVal->getName(); in LoadAndStorePromoter() 350 SSA.Initialize(SomeVal->getType(), BaseName); in LoadAndStorePromoter()
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrFormats.td | 22 string BaseName = NAME; 56 let BaseName = NAME in
|
| H A D | WebAssemblyInstrInfo.td | 173 let RowFields = ["BaseName"];
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPC.td | 256 // Instructions with the same BaseName and Interpretation64Bit values 258 let RowFields = ["BaseName", "Interpretation64Bit"]; 269 // Instructions with the same BaseName and Interpretation64Bit values 271 let RowFields = ["BaseName", "Interpretation64Bit"]; 282 // Instructions with the same BaseName and Interpretation64Bit values 284 let RowFields = ["BaseName"];
|
| H A D | PPCInstrInfo.td | 926 let BaseName = asmbase in { 940 let BaseName = asmbase in { 955 let BaseName = asmbase in { 970 let BaseName = asmbase in { 984 let BaseName = asmbase in { 1000 let BaseName = asmbase in { 1015 let BaseName = asmbase in { 1030 let BaseName = asmbase in { 1044 let BaseName = asmbase in { 1059 let BaseName = asmbase in { [all …]
|
| H A D | PPCInstrVSX.td | 91 let BaseName = asmbase in { 239 let BaseName = "XSMADDADP" in { 255 let BaseName = "XSMSUBADP" in { 271 let BaseName = "XSNMADDADP" in { 287 let BaseName = "XSNMSUBADP" in { 303 let BaseName = "XVMADDADP" in { 319 let BaseName = "XVMADDASP" in { 335 let BaseName = "XVMSUBADP" in { 351 let BaseName = "XVMSUBASP" in { 367 let BaseName = "XVNMADDADP" in { [all …]
|
| H A D | PPCInstrFormats.td | 54 string BaseName = ""; 113 string BaseName = "";
|
| /freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/ |
| H A D | ClangASTNodesEmitter.cpp | 76 std::string BaseName = macroName(Base->getName()); in EmitNode() local 93 << BaseName << "(Type, Base)\n"; in EmitNode()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ |
| H A D | Driver.cpp | 4168 StringRef BaseName, in MakeCLOutputFilename() argument 4174 Filename = BaseName; in MakeCLOutputFilename() 4177 llvm::sys::path::append(Filename, BaseName); in MakeCLOutputFilename() 4211 StringRef BaseName = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath() local 4262 StringRef BaseName; in GetNamedOutputPath() local 4266 BaseName = BasePath; in GetNamedOutputPath() 4268 BaseName = llvm::sys::path::filename(BasePath); in GetNamedOutputPath() 4314 End = BaseName.rfind('.'); in GetNamedOutputPath() 4315 SmallString<128> Suffixed(BaseName.substr(0, End)); in GetNamedOutputPath() 4349 llvm::sys::path::append(Result, BaseName); in GetNamedOutputPath() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 2622 AST_MATCHER_P_OVERLOAD(CXXRecordDecl, isDerivedFrom, std::string, BaseName, 1) { 2623 assert(!BaseName.empty()); 2624 return isDerivedFrom(hasName(BaseName)).matches(Node, Finder, Builder); 2638 BaseName, 1) { 2639 assert(!BaseName.empty()); 2640 return isSameOrDerivedFrom(hasName(BaseName)).matches(Node, Finder, Builder); 2968 AST_MATCHER_P(ObjCMessageExpr, hasSelector, std::string, BaseName) { in AST_MATCHER_P() argument 2970 return BaseName.compare(Sel.getAsString()) == 0; in AST_MATCHER_P()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/ |
| H A D | Driver.h | 513 std::string GetClPchPath(Compilation &C, StringRef BaseName) const;
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 9079 defm : SIMDLdStAliases<BaseName, asm, "8h", Count, Offset128, 128>; 9080 defm : SIMDLdStAliases<BaseName, asm, "4s", Count, Offset128, 128>; 9082 defm : SIMDLdStAliases<BaseName, asm, "8b", Count, Offset64, 64>; 9083 defm : SIMDLdStAliases<BaseName, asm, "4h", Count, Offset64, 64>; 9084 defm : SIMDLdStAliases<BaseName, asm, "2s", Count, Offset64, 64>; 9154 defm : SIMDLdStAliases<BaseName, asm, "8b", Count, Offset64, 64>; 9155 defm : SIMDLdStAliases<BaseName, asm, "4h", Count, Offset64, 64>; 9156 defm : SIMDLdStAliases<BaseName, asm, "2s", Count, Offset64, 64>; 9176 defm : SIMDLdStAliases<BaseName, asm, "1d", Count, Offset64, 64>; 9196 defm : SIMDLdStAliases<BaseName, asm, "1d", Count, Offset64, 64>; [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/ |
| H A D | CommonArgs.cpp | 1461 StringRef BaseName = llvm::sys::path::filename(Input.getBaseInput()); in getStatsFileName() local 1462 llvm::sys::path::append(StatsFile, BaseName); in getStatsFileName()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ItaniumMangle.cpp | 3003 const char *BaseName = nullptr; in mangleNeonVectorType() local 3007 BaseName = "__simd64_"; in mangleNeonVectorType() 3010 BaseName = "__simd128_"; in mangleNeonVectorType() 3012 Out << strlen(BaseName) + strlen(EltName); in mangleNeonVectorType() 3013 Out << BaseName << EltName; in mangleNeonVectorType()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86InstrAVX512.td | 3430 multiclass avx512_store<bits<8> opc, string OpcodeStr, string BaseName, 3439 FoldGenData<BaseName#_.ZSuffix#rr>, Sched<[Sched.RR]>, 3446 FoldGenData<BaseName#_.ZSuffix#rrk>, 3453 FoldGenData<BaseName#_.ZSuffix#rrkz>, 3471 (!cast<Instruction>(BaseName#_.ZSuffix#mrk) addr:$ptr, 3475 (!cast<Instruction>(BaseName#_.ZSuffix#"rr_REV") 3478 (!cast<Instruction>(BaseName#_.ZSuffix#"rrk_REV") 3481 (!cast<Instruction>(BaseName#_.ZSuffix#"rrkz_REV")
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 5258 const char *BaseName = in CodeCompleteConstructorInitializer() local 5263 BaseName, nullptr); in CodeCompleteConstructorInitializer()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 3515 const char *BaseName; in EmitBuiltinExpr() local 3518 BaseName = "__get_pipe_num_packets"; in EmitBuiltinExpr() 3520 BaseName = "__get_pipe_max_packets"; in EmitBuiltinExpr() 3521 auto Name = std::string(BaseName) + in EmitBuiltinExpr()
|