| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | functionpadmin.test | 9 RUN: llvm-objdump -s %t.exe | FileCheck %s --check-prefix PADDED-MORE 16 RUN: llvm-objdump -s %t.exe | FileCheck %s --check-prefix PADDED-MORE 28 RUN: llvm-objdump -s %t.exe | FileCheck %s --check-prefix MULTI-BASE-PADDED-MORE 64 PADDED-MORE: Contents of section .text: 68 PADDED-MORE-NEXT: 140001030 28c3 (. 69 PADDED-MORE-NEXT: Contents of section .rdata: 70 PADDED-MORE-NEXT: 140002000 01040100 04420000 .....B.. 71 PADDED-MORE-NEXT: Contents of section .pdata: 95 MULTI-BASE-PADDED-MORE: Contents of section .text: 102 MULTI-BASE-PADDED-MORE-NEXT: Contents of section .rdata: [all …]
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | regcomp.c | 429 assert(!MORE() || SEE(stop)); in p_ere() 452 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp() 547 if (!MORE()) in p_ere_exp() 598 if (!MORE()) in p_ere_exp() 613 REQUIRE(MORE(), REG_EMPTY); in p_str() 614 while (MORE()) in p_str() 901 REQUIRE(MORE(), REG_EBRACK); in p_b_term() 905 REQUIRE(MORE(), REG_EBRACK); in p_b_term() 910 REQUIRE(MORE(), REG_EBRACK); in p_b_term() 990 REQUIRE(MORE(), REG_EBRACK); in p_b_symbol() [all …]
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InstructionSelect.cpp | 110 MachineOptimizationRemarkEmitter MORE(MF, /*MBFI=*/nullptr); in runOnMachineFunction() local 122 reportGISelFailure(MF, TPC, MORE, "gisel-select", in runOnMachineFunction() 189 reportGISelFailure(MF, TPC, MORE, "gisel-select", "cannot select", MI); in runOnMachineFunction() 266 reportGISelFailure(MF, TPC, MORE, "gisel-select", in runOnMachineFunction() 274 MF, TPC, MORE, "gisel-select", in runOnMachineFunction() 285 reportGISelFailure(MF, TPC, MORE, R); in runOnMachineFunction()
|
| H A D | Legalizer.cpp | 313 MachineOptimizationRemarkEmitter MORE(MF, /*MBFI=*/nullptr); in runOnMachineFunction() local 344 reportGISelFailure(MF, TPC, MORE, "gisel-legalize", in runOnMachineFunction() 355 reportGISelFailure(MF, TPC, MORE, R); in runOnMachineFunction() 366 reportGISelWarning(MF, TPC, MORE, R); in runOnMachineFunction()
|
| H A D | Utils.cpp | 245 MachineOptimizationRemarkEmitter &MORE, in reportGISelDiagnostic() argument 257 MORE.emit(R); in reportGISelDiagnostic() 261 MachineOptimizationRemarkEmitter &MORE, in reportGISelWarning() argument 263 reportGISelDiagnostic(DS_Warning, MF, TPC, MORE, R); in reportGISelWarning() 267 MachineOptimizationRemarkEmitter &MORE, in reportGISelFailure() argument 270 reportGISelDiagnostic(DS_Error, MF, TPC, MORE, R); in reportGISelFailure() 274 MachineOptimizationRemarkEmitter &MORE, in reportGISelFailure() argument 281 if (TPC.isGlobalISelAbortEnabled() || MORE.allowExtraAnalysis(PassName)) in reportGISelFailure() 283 reportGISelFailure(MF, TPC, MORE, R); in reportGISelFailure()
|
| H A D | Combiner.cpp | 112 MachineOptimizationRemarkEmitter MORE(MF, /*MBFI=*/nullptr); in combineMachineInstrs() local
|
| H A D | RegBankSelect.cpp | 95 MORE = std::make_unique<MachineOptimizationRemarkEmitter>(MF, MBFI); in init() 689 reportGISelFailure(MF, *TPC, *MORE, "gisel-regbankselect", in runOnMachineFunction() 728 reportGISelFailure(MF, *TPC, *MORE, "gisel-regbankselect", in runOnMachineFunction()
|
| H A D | LoadStoreOpt.cpp | 406 MachineOptimizationRemarkEmitter MORE(*MF, nullptr); in doSingleStoreMerge() local 407 MORE.emit([&]() { in doSingleStoreMerge()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | dyn-symbols-size-from-hash-table.test | 153 # RUN: FileCheck %s --check-prefixes=GNU2,GNU2-MORE,GNU2-ALL,WARN \ 175 # RUN: FileCheck %s --check-prefixes=GNU2,GNU2-MORE \ 197 # LLVM2-MORE-NEXT: Symbol { 198 # LLVM2-MORE-NEXT: Name: bar (5) 199 # LLVM2-MORE-NEXT: Value: 0x200 200 # LLVM2-MORE-NEXT: Size: 0 201 # LLVM2-MORE-NEXT: Binding: Local (0x0) 202 # LLVM2-MORE-NEXT: Type: Object (0x1) 203 # LLVM2-MORE-NEXT: Other: 0 204 # LLVM2-MORE-NEXT: Section: .data (0x2) [all …]
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | complete-in-stringify.c | 3 #define MORE __FILE__ macro 6 #define N(x) func("2"#x MORE)
|
| /llvm-project-15.0.7/llvm/test/Feature/ |
| H A D | optnone-opt.ll | 5 … -dce -gvn-hoist -loweratomic -S -debug -enable-new-pm=0 %s 2>&1 | FileCheck %s --check-prefix=MORE 10 …s='dce,gvn-hoist,loweratomic' -S -debug-pass-manager %s 2>&1 | FileCheck %s --check-prefix=NPM-MORE 68 ; MORE-DAG: Skipping pass 'Dead Code Elimination' 69 ; NPM-MORE-DAG: Skipping pass: DCEPass 70 ; NPM-MORE-DAG: Skipping pass: GVNHoistPass
|
| H A D | optnone-llc.ll | 4 ; RUN: llc -misched-postra -debug %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=LLC-MORE 57 ; LLC-MORE: Skipping pass 'PostRA Machine Instruction Scheduler'
|
| /llvm-project-15.0.7/llvm/test/FileCheck/ |
| H A D | allow-unused-prefixes.txt | 2 …ile %S/Inputs/one-check.txt %S/Inputs/one-check.txt 2>&1 | FileCheck --check-prefix=MISSING-MORE %s 8 ; MISSING-MORE: error: no check strings found with prefixes 'P2:', 'P3:'
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineFunctionPass.cpp | 92 MachineOptimizationRemarkEmitter MORE(MF, nullptr); in runOnFunction() local 93 MORE.emit([&]() { in runOnFunction()
|
| H A D | MachineOutliner.cpp | 477 MachineOptimizationRemarkEmitter MORE(*(C.getMF()), nullptr); in emitNotOutliningCheaperRemark() local 478 MORE.emit([&]() { in emitNotOutliningCheaperRemark() 505 MachineOptimizationRemarkEmitter MORE(*OF.MF, nullptr); in emitOutlinedFunctionRemark() local 525 MORE.emit(R); in emitOutlinedFunctionRemark() 981 MachineOptimizationRemarkEmitter MORE(*MF, nullptr); in emitInstrCountChangedRemark() local 982 MORE.emit([&]() { in emitInstrCountChangedRemark()
|
| H A D | MIRSampleProfile.cpp | 125 MachineOptimizationRemarkEmitter *MORE) { in setInitVals() argument 130 ORE = MORE; in setInitVals()
|
| H A D | EarlyIfConversion.cpp | 883 MachineOptimizationRemarkEmitter MORE(*MBB.getParent(), nullptr); in shouldConvertIf() local 896 MORE.emit([&]() { in shouldConvertIf() 982 MORE.emit([&]() { in shouldConvertIf() 998 MORE.emit([&]() { in shouldConvertIf()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/ |
| H A D | debug_line_invalid.test | 23 # RUN: | FileCheck %s --check-prefixes=HEADER,FIRST,NONFATAL,LAST,SOME-ERR,MORE-ERR \ 26 # RUN: | FileCheck %s --check-prefixes=HEADER,FIRST,VERBOSE,NONFATAL,LAST,SOME-ERR,MORE-ERR \ 125 # MORE-ERR: warning: unexpected line op length at offset 0x00000157 expected 0x02 found 0x01 127 # MORE-ERR: warning: unexpected line op length at offset 0x0000015b expected 0x01 found 0x02 138 # MORE-ERR: warning: last sequence in debug line table at offset 0x0000016b is not terminated 246 # MORE-ERR-NEXT: warning: unexpected end of data at offset 0x3ed while reading [0x3e6, 0x3ee) 247 # MORE-ERR-NEXT: warning: last sequence in debug line table at offset 0x0000039d is not terminated
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | Utils.h | 154 MachineOptimizationRemarkEmitter &MORE, 158 MachineOptimizationRemarkEmitter &MORE, 165 MachineOptimizationRemarkEmitter &MORE,
|
| H A D | RegBankSelect.h | 505 std::unique_ptr<MachineOptimizationRemarkEmitter> MORE; variable
|
| /llvm-project-15.0.7/llvm/test/Object/ |
| H A D | macho-invalid.test | 150 INVALID-SYMTAB-MORE-THAN-ONE: macho-invalid-symtab-more-than-one': truncated or malformed object (m… 171 INVALID-DYSYMTAB-MORE-THAN-ONE: macho-invalid-dysymtab-more-than-one': truncated or malformed objec… 213 INVALID-DATAINCODE-MORE-THAN-ONE: macho-invalid-dataincode-more-than-one': truncated or malformed o… 279 INVALID-DYLIB-ID-MORE-THAN-ONE: macho-invalid-dylib-id-more-than-one': truncated or malformed objec… 290 …uts/macho-invalid-uuid-more-than-one 2>&1 | FileCheck --check-prefix=INVALID-UUID-MORE-THAN-ONE %s 291 INVALID-UUID-MORE-THAN-ONE: macho-invalid-uuid-more-than-one': truncated or malformed object (more … 317 …puts/macho-invalid-vers-more-than-one 2>&1 | FileCheck --check-prefix=INVALID-VERS-MORE-THAN-ONE %s 333 INVALID-SOURCE-MORE-THAN-ONE: macho-invalid-source-more-than-one': truncated or malformed object (m… 339 INVALID-ENTRY-MORE-THAN-ONE: macho-invalid-entry-more-than-one': truncated or malformed object (mor… 399 INVALID-UNIXTHREAD-MORE-THAN-ONE: macho-invalid-unixthread-more-than-one': truncated or malformed o… [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/MemCpyOpt/ |
| H A D | nonlocal-memcpy-memcpy.ll | 28 ; CHECK-NEXT: br i1 [[SOME_CONDITION:%.*]], label [[MORE:%.*]], label [[OUT:%.*]]
|