Home
last modified time | relevance | path

Searched refs:ExtOpc (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1229 unsigned ExtOpc = ISD::isSignedIntSetCC(CC) ? ISD::SIGN_EXTEND in LowerSETCC() local
1231 SDValue LX = DAG.getNode(ExtOpc, dl, MVT::v2i32, LHS); in LowerSETCC()
1232 SDValue RX = DAG.getNode(ExtOpc, dl, MVT::v2i32, RHS); in LowerSETCC()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp989 unsigned ExtOpc = in PromoteOperand() local
991 return DAG.getNode(ExtOpc, dl, PVT, Op); in PromoteOperand()
5783 unsigned ExtOpc, in ExtendUsesToFormExtLoad() argument
5797 if (ExtOpc != ISD::ANY_EXTEND && User->getOpcode() == ISD::SETCC) { in ExtendUsesToFormExtLoad()
5799 if (ExtOpc == ISD::ZERO_EXTEND && ISD::isSignedIntSetCC(CC)) in ExtendUsesToFormExtLoad()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp18893 unsigned ExtOpc = in LowerShift() local
18895 R = DAG.getNode(ExtOpc, dl, ExtVT, R); in LowerShift()