Searched refs:ExtOpc (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1229 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/ |
D | DAGCombiner.cpp | 989 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/ |
D | X86ISelLowering.cpp | 18893 unsigned ExtOpc = in LowerShift() local 18895 R = DAG.getNode(ExtOpc, dl, ExtVT, R); in LowerShift()
|