Searched refs:L1 (Results 76 - 92 of 92) sorted by relevance

1234

/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_termios.c299 undefined_flag2(c_oflag,N,LDLY,N,L0,N,L1);
399 undefined_flag2(c_oflag,N,LDLY,N,L0,N,L1);
/freebsd-11-stable/contrib/libpcap/
H A Dgrammar.y337 %token ISO ESIS CLNP ISIS L1 L2 IIH LSP SNP CSNP PSNP
532 | L1 { $$ = Q_ISIS_L1; }
H A Dscanner.l292 l1 return L1;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp327 Value *L1 = LHS->getOperand(0);
331 if (decomposeBitTestICmp(L1, L2, PredL, L11, L12, L2)) {
332 L21 = L22 = L1 = nullptr;
335 if (!match(L1, m_And(m_Value(L11), m_Value(L12)))) {
338 L11 = L1;
339 L12 = Constant::getAllOnesValue(L1->getType());
426 C = L1;
429 C = L1;
H A DInstructionCombining.cpp1446 Value *L0, *L1, *R0, *R1; local
1448 if (match(LHS, m_ShuffleVector(m_Value(L0), m_Value(L1), m_Constant(Mask))) &&
1461 Value *NewBO1 = Builder.CreateBinOp(Opcode, L1, R1);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1166 StringRef L1 = StartVd->getName();
1168 Analyzer.Handler.handleLockAcquiredBefore(CapKind, L1, L2, Loc);
1174 StringRef L1 = Vd->getName();
1175 Analyzer.Handler.handleBeforeAfterCycle(L1, Vd->getLocation());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp1886 RegHalf L1, H1, L2, H2;
1888 if (!matchHalf(SelfR, RC, 0, L2) || !matchHalf(SelfR, RC, 16, L1))
1893 // Rs = H1.L1, Rt = H2.L2
1894 if (H1.Reg != L1.Reg || H1.Sub != L1.Sub || H1.Low || !L1.Low)
H A DHexagonConstPropagation.cpp1374 const LatticeCell &L1 = Inputs.get(R2.Reg); local
1380 if (L1.isBottom())
1441 const LatticeCell &L1 = Inputs.get(R2.Reg); local
1447 if (L1.isBottom())
H A DHexagonISelDAGToDAGHVX.cpp1425 SDValue L1 = Lower.LowerOperation(B1, DAG);
1430 LV = DAG.getNode(ISD::CONCAT_VECTORS, dl, ResTy, {L0, L1});
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp65 SP::L0, SP::L1, SP::L2, SP::L3,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp133 Sparc::L0, Sparc::L1, Sparc::L2, Sparc::L3,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6492 Instruction *L1;
6504 } else if (match(Cond, m_Cmp(Pred, m_Instruction(L1), m_Specific(RHS)))) {
6506 !L1->isIdenticalTo(cast<Instruction>(LHS)))
6511 if (!match(Cond, m_Cmp(Pred, m_Instruction(L1), m_Instruction(L2))) ||
6512 !L1->isIdenticalTo(cast<Instruction>(LHS)) ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp9197 for (auto *L1 : LoopsUsed)
9199 assert((DT.dominates(L1->getHeader(), L2->getHeader()) ||
9200 DT.dominates(L2->getHeader(), L1->getHeader())) &&
9206 [&](const Loop *L1, const Loop *L2) {
9207 return DT.properlyDominates(L1->getHeader(), L2->getHeader());
10151 const SCEV *L1 = getSCEV(LPhi->getIncomingValueForBlock(Predecessor));
10152 if (!ProvedEasily(L1, RAR->getStart()))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2752 SDValue L1 = expandV4F32ToV2F64(DAG, 2, DL, CmpOp1, Chain);
2756 SDValue LRes = DAG.getNode(Opcode, DL, VTs, Chain, L0, L1);
2759 H1.getValue(1), L1.getValue(1),
2766 SDValue LRes = DAG.getNode(Opcode, DL, MVT::v2i64, L0, L1);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp3627 if (!__kmp_strcasecmp_with_sentinel("L1", ptr, ',')) {
4488 } else if (*(pos + 1) == '1') { // L1 - Core
4513 } else if (*d == '1') { // L1 - Core
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1026 .Case("l0", SP::L0).Case("l1", SP::L1).Case("l2", SP::L2).Case("l3", SP::L3)
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8306 for (const MapData &L1 : makeArrayRef(DeclComponentLists).slice(Count)) {
8308 std::tie(Components1, MapType, MapModifiers, IsImplicit) = L1;
8326 const MapData &BaseData = CI == CE ? L : L1;

Completed in 500 milliseconds

1234