| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/GlobalISel/mips-prelegalizer-combiner/ |
| H A D | tryCombine.mir | 13 # MIPS32: Try combining %0:_(s32) = COPY $a0 14 # MIPS32: Try combining %1:_(s32) = COPY $a1 15 # MIPS32: Try combining %2:_(s32) = G_ADD %1:_, %0:_ 16 # MIPS32: Try combining $v0 = COPY %2:_(s32) 17 # MIPS32: Try combining RetRA implicit $v0
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | lock.h | 45 bool Try() { return pthread_mutex_trylock(&mutex_) == 0; } in Try() function 51 bool Try() { return TryEnterCriticalSection(&cs_); } 55 bool Try() { return mutex_.try_lock(); } 60 if (Try()) { in CheckLocked()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | constexpr-nqueens.cpp | 37 constexpr Board tryBoard(const Board &Try, in tryBoard() argument 39 return Try.Failed ? buildBoardScan(N, Col, Row, B) : Try; in tryBoard()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-lto2/X86/ |
| H A D | pipeline.ll | 3 ; Try the default pipeline and check is BasicAA is invoked. 8 ; Try a custom pipeline 14 ; Try the new pass manager LTO default pipeline (make sure the option
|
| H A D | stats-file-option.ll | 5 ; Try to save statistics to file. 22 ; Try to save statistics to an invalid file.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | sdiv-pow2-arm-size.ll | 17 ; Try an i16 sdiv, with a small immediate. 37 ; Try an i32 sdiv, with a small immediate. 55 ; Try a large power of 2 immediate, which should also be materialised with 1
|
| /llvm-project-15.0.7/llvm/test/tools/gold/X86/ |
| H A D | stats-file-option.ll | 5 ; Try to save statistics to file. 22 ; Try to save statistics to an invalid file.
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/ |
| H A D | ExceptionAnalyzer.cpp | 168 } else if (const auto *Try = dyn_cast<CXXTryStmt>(St)) { in throwsException() local 170 throwsException(Try->getTryBlock(), Caught, CallStack); in throwsException() 171 for (unsigned I = 0; I < Try->getNumHandlers(); ++I) { in throwsException() 172 const CXXCatchStmt *Catch = Try->getHandler(I); in throwsException()
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/PDB/ |
| H A D | expressions.test | 13 // Try the relaxed namespaces search 17 // Try the relaxed variables and functions search
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyCFGStackify.cpp | 711 MachineInstr *Try = EHPadToTry[Cont]; in removeUnnecessaryInstrs() local 712 MachineInstr *EndTry = BeginToEnd[Try]; in removeUnnecessaryInstrs() 759 MachineInstr *Try = &MI, *EndTry = BeginToEnd[Try]; in removeUnnecessaryInstrs() local 763 MachineBasicBlock *TryBB = Try->getParent(); in removeUnnecessaryInstrs() 765 int64_t RetType = Try->getOperand(0).getImm(); in removeUnnecessaryInstrs() 766 for (auto B = Try->getIterator(), E = std::next(EndTry->getIterator()); in removeUnnecessaryInstrs() 873 MachineInstr *Try = BuildMI(*BeginBB, TryPos, RangeBegin->getDebugLoc(), in addTryDelegate() local 965 registerTryScope(Try, Delegate, nullptr); in addTryDelegate() 1358 MachineInstr *Try = EHPadToTry[EHPad]; in fixCatchUnwindMismatches() local 1359 MachineInstr *EndTry = BeginToEnd[Try]; in fixCatchUnwindMismatches() [all …]
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | gisel-physreg-input.td | 25 // Try a normal physical register use. 53 // Try using the name of the physreg in another operand. 81 // Try giving the physical operand a name
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | issue48473.mir | 29 # Try to assign: %17 to $sgpr88_sgpr89_sgpr90_sgpr91_sgpr92_sgpr93_sgpr94_sgpr95 30 # %39 Try assign to $sgpr72_sgpr73_sgpr74_sgpr75 succeeded 35 # Try assign %41 to $sgpr72_sgpr73_sgpr74_sgpr75 succeeded
|
| /llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/ |
| H A D | shfl.ll | 13 ; Try all four permutations of register and immediate parameters with 53 ; Try shfl.down with floating-point params. 63 ; Try the rest of the shfl modes. Hopefully they're declared in such a way
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | MeetupGuidelines.rst | 24 * Do not be alone to organize the meetup. Try to work with a couple other 38 * Try to advertise via similar meetups/user groups 56 * Try to record the talks if possible. It adds visibility to the meetup and
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 225 Try, enumerator 312 case Try: in nestingString() 583 push(Try); in ParseInstruction() 593 if (pop(Name, Try)) in ParseInstruction() 595 push(Try); in ParseInstruction() 597 if (pop(Name, Try)) in ParseInstruction() 604 if (pop(Name, Try, CatchAll)) in ParseInstruction() 607 if (pop(Name, Try)) in ParseInstruction()
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/googletest-timeout/ |
| H A D | lit.cfg | 9 # Try setting the max individual test time in the configuration
|
| /llvm-project-15.0.7/llvm/test/LTO/Resolution/X86/ |
| H A D | diagnostic-handler-remarks.ll | 13 ; Try again with ThinLTO 35 ; Try again with ThinLTO
|
| /llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/ |
| H A D | trip-count7.ll | 49 declare void @Try(i32, i32*, i32*, i32*, i32*, i32*) nounwind 73 Try.exit.exitStub: ; preds = %bb7.i 115 call void @Try(i32 2, i32* %q, i32* %b9, i32* %a10, i32* %c11, i32* %x1.sub) nounwind 143 br i1 %tmp37, label %bb.i, label %Try.exit.exitStub
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | vec-const-13.ll | 128 ; Try a case where we want consistent undefs to be treated as 0. 150 ; Try a case where we want consistent undefs to be treated as -1. 183 ; Try a case where we want some consistent undefs to be treated as 0
|
| /llvm-project-15.0.7/lld/test/ELF/lto/ |
| H A D | stats-file-option.ll | 5 ;; Try to save statistics to file.
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | amdgpu-elf-flags.s | 7 ## Try to link again where there are no object file inputs, only a shared library. Issue 47690
|
| /llvm-project-15.0.7/llvm/cmake/modules/ |
| H A D | FindZ3.cmake | 8 # Try to find a threading module in case Z3 was built with threading support. 79 # We do not have the Z3 binary to query for a version. Try to use
|
| H A D | Findzstd.cmake | 1 # Try to find the zstd library
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-timeout/ |
| H A D | lit.cfg | 21 # Try setting the max individual test time in the configuration
|
| /llvm-project-15.0.7/bolt/test/runtime/X86/ |
| H A D | basic-instrumentation.test | 1 # Try to instrument a very fast test. Input bin will not execute any code during
|