Searched refs:L2 (Results 51 - 60 of 60) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp1892 RegHalf L1, H1, L2, H2;
1894 if (!matchHalf(SelfR, RC, 0, L2) || !matchHalf(SelfR, RC, 16, L1))
1899 // Rs = H1.L1, Rt = H2.L2
1902 if (H2.Reg != L2.Reg || H2.Sub != L2.Sub || H2.Low || !L2.Low)
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.cpp1749 jmp L2
1751 L2:
1761 jmp L2
1763 L2:
H A Dkmp_settings.cpp3629 } else if (!__kmp_strcasecmp_with_sentinel("L2", ptr, ',')) {
4478 if (*(pos + 1) == '2') { // L2 - Tile
4503 if (*d == '2') { // L2 - Tile
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp65 SP::L0, SP::L1, SP::L2, SP::L3,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1166 StringRef L2 = Vdb->getName();
1167 Analyzer.Handler.handleLockAcquiredBefore(CapKind, L1, L2, Loc);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6619 Instruction *L2;
6626 if (match(Cond, m_Cmp(Pred, m_Specific(LHS), m_Instruction(L2)))) {
6628 !L2->isIdenticalTo(cast<Instruction>(RHS)))
6637 if (!match(Cond, m_Cmp(Pred, m_Instruction(L1), m_Instruction(L2))) ||
6639 !L2->isIdenticalTo(cast<Instruction>(RHS)))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp135 Sparc::L0, Sparc::L1, Sparc::L2, Sparc::L3,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp9002 for (auto *L2 : LoopsUsed)
9003 assert((DT.dominates(L1->getHeader(), L2->getHeader()) ||
9004 DT.dominates(L2->getHeader(), L1->getHeader())) &&
9010 [&](const Loop *L1, const Loop *L2) {
9011 return DT.properlyDominates(L1->getHeader(), L2->getHeader());
9962 const SCEV *L2 = getSCEV(LPhi->getIncomingValueForBlock(Latch));
9963 if (!ProvedEasily(L2, RAR->getPostIncExpr(*this)))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1024 .Case("l0", SP::L0).Case("l1", SP::L1).Case("l2", SP::L2).Case("l3", SP::L3)
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp777 template< template<typename...> class L1, typename...E1, template<typename...> class L2, typename...E2, typename...Rest>\
778 struct append<L1<E1...>, L2<E2...>, Rest...> { using type = typename append<L1<E1...,E2...>, Rest...>::type; };\

Completed in 204 milliseconds

123