Home
last modified time | relevance | path

Searched refs:Try (Results 1 – 25 of 168) sorted by relevance

1234567

/llvm-project-15.0.7/llvm/test/CodeGen/Mips/GlobalISel/mips-prelegalizer-combiner/
H A DtryCombine.mir13 # 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 Dlock.h45 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 Dconstexpr-nqueens.cpp37 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 Dpipeline.ll3 ; 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 Dstats-file-option.ll5 ; 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 Dsdiv-pow2-arm-size.ll17 ; 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 Dstats-file-option.ll5 ; 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 DExceptionAnalyzer.cpp168 } 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 Dexpressions.test13 // Try the relaxed namespaces search
17 // Try the relaxed variables and functions search
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp711 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 Dgisel-physreg-input.td25 // 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 Dissue48473.mir29 # 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 Dshfl.ll13 ; 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 DMeetupGuidelines.rst24 * 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 DWebAssemblyAsmParser.cpp225 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 Dlit.cfg9 # Try setting the max individual test time in the configuration
/llvm-project-15.0.7/llvm/test/LTO/Resolution/X86/
H A Ddiagnostic-handler-remarks.ll13 ; Try again with ThinLTO
35 ; Try again with ThinLTO
/llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/
H A Dtrip-count7.ll49 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 Dvec-const-13.ll128 ; 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 Dstats-file-option.ll5 ;; Try to save statistics to file.
/llvm-project-15.0.7/lld/test/ELF/
H A Damdgpu-elf-flags.s7 ## 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 DFindZ3.cmake8 # 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 DFindzstd.cmake1 # Try to find the zstd library
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-timeout/
H A Dlit.cfg21 # Try setting the max individual test time in the configuration
/llvm-project-15.0.7/bolt/test/runtime/X86/
H A Dbasic-instrumentation.test1 # Try to instrument a very fast test. Input bin will not execute any code during

1234567