Searched refs:OpLHS (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp621 Value *OpLHS;
631 if (match(Check.getBase(), m_Add(m_Value(OpLHS), m_ConstantInt(OpRHS)))) {
632 Check.setBase(OpLHS);
637 m_Or(m_Value(OpLHS), m_ConstantInt(OpRHS)))) {
638 KnownBits Known = computeKnownBits(OpLHS, DL);
640 Check.setBase(OpLHS);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7499 SDValue OpLHS, OpRHS; local
7500 OpLHS = GeneratePerfectShuffle(PerfectShuffleTable[LHSID], LHS, RHS, DAG, dl);
7502 EVT VT = OpLHS.getValueType();
7511 return DAG.getNode(AArch64ISD::REV64, dl, VT, OpLHS);
7516 return DAG.getNode(AArch64ISD::REV32, dl, VT, OpLHS);
7519 return DAG.getNode(AArch64ISD::REV16, dl, VT, OpLHS);
7538 OpLHS = WidenVector(OpLHS, DAG);
7540 return DAG.getNode(Opcode, dl, VT, OpLHS, Lane);
7545 unsigned Imm = (OpNum - OP_VEXT1 + 1) * getExtFactor(OpLHS);
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7987 SDValue OpLHS, OpRHS; local
7988 OpLHS = GeneratePerfectShuffle(PerfectShuffleTable[LHSID], LHS, RHS, DAG, dl);
7990 EVT VT = OpLHS.getValueType();
7998 return DAG.getNode(ARMISD::VREV64, dl, VT, OpLHS);
8001 return DAG.getNode(ARMISD::VREV32, dl, VT, OpLHS);
8004 return DAG.getNode(ARMISD::VREV16, dl, VT, OpLHS);
8010 OpLHS, DAG.getConstant(OpNum-OP_VDUP0, dl, MVT::i32));
8015 OpLHS, OpRHS,
8020 OpLHS, OpRHS).getValue(OpNum-OP_VUZPL);
8024 OpLHS, OpRH
8056 SDValue OpLHS = Op.getOperand(0); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9524 SDValue OpLHS, OpRHS; local
9525 OpLHS = GeneratePerfectShuffle(PerfectShuffleTable[LHSID], LHS, RHS, DAG, dl);
9560 return BuildVSLDOI(OpLHS, OpRHS, 4, OpLHS.getValueType(), DAG, dl);
9562 return BuildVSLDOI(OpLHS, OpRHS, 8, OpLHS.getValueType(), DAG, dl);
9564 return BuildVSLDOI(OpLHS, OpRHS, 12, OpLHS.getValueType(), DAG, dl);
9566 EVT VT = OpLHS.getValueType();
9567 OpLHS
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp7501 Value *OpLHS;
7506 MatchPositiveShift(BEValue, OpLHS, OpCodeOut) &&
7509 OpLHS == PNOut &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 399 milliseconds