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

/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7064 SDValue OpLHS, OpRHS; local
7065 OpLHS = GeneratePerfectShuffle(PerfectShuffleTable[LHSID], LHS, RHS, DAG, dl);
7067 EVT VT = OpLHS.getValueType();
7076 return DAG.getNode(AArch64ISD::REV64, dl, VT, OpLHS);
7080 return DAG.getNode(AArch64ISD::REV32, dl, VT, OpLHS);
7083 return DAG.getNode(AArch64ISD::REV16, dl, VT, OpLHS);
7102 OpLHS = WidenVector(OpLHS, DAG);
7104 return DAG.getNode(Opcode, dl, VT, OpLHS, Lane);
7109 unsigned Imm = (OpNum - OP_VEXT1 + 1) * getExtFactor(OpLHS);
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7684 SDValue OpLHS, OpRHS; local
7685 OpLHS = GeneratePerfectShuffle(PerfectShuffleTable[LHSID], LHS, RHS, DAG, dl);
7687 EVT VT = OpLHS.getValueType();
7695 return DAG.getNode(ARMISD::VREV64, dl, VT, OpLHS);
7698 return DAG.getNode(ARMISD::VREV32, dl, VT, OpLHS);
7701 return DAG.getNode(ARMISD::VREV16, dl, VT, OpLHS);
7707 OpLHS, DAG.getConstant(OpNum-OP_VDUP0, dl, MVT::i32));
7712 OpLHS, OpRHS,
7717 OpLHS, OpRHS).getValue(OpNum-OP_VUZPL);
7721 OpLHS, OpRH
7753 SDValue OpLHS = Op.getOperand(0); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8956 SDValue OpLHS, OpRHS; local
8957 OpLHS = GeneratePerfectShuffle(PerfectShuffleTable[LHSID], LHS, RHS, DAG, dl);
8992 return BuildVSLDOI(OpLHS, OpRHS, 4, OpLHS.getValueType(), DAG, dl);
8994 return BuildVSLDOI(OpLHS, OpRHS, 8, OpLHS.getValueType(), DAG, dl);
8996 return BuildVSLDOI(OpLHS, OpRHS, 12, OpLHS.getValueType(), DAG, dl);
8998 EVT VT = OpLHS.getValueType();
8999 OpLHS
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp7698 Value *OpLHS;
7703 MatchPositiveShift(BEValue, OpLHS, OpCodeOut) &&
7706 OpLHS == PNOut &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 396 milliseconds