Lines Matching refs:OpVT
988 MVT OpVT = Node->getOperand(CompareOperand).getSimpleValueType(); in LegalizeOp() local
991 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp()
997 Action = TLI.getOperationAction(Node->getOpcode(), OpVT); in LegalizeOp()
1571 MVT OpVT = LHS.getSimpleValueType(); in LegalizeSetCCCondCode() local
1574 switch (TLI.getCondCodeAction(CCCode, OpVT)) { in LegalizeSetCCCondCode()
1581 if (TLI.isCondCodeLegal(InvCC, OpVT)) { in LegalizeSetCCCondCode()
1591 assert(TLI.getCondCodeAction(ISD::SETOEQ, OpVT) in LegalizeSetCCCondCode()
1596 assert(TLI.getCondCodeAction(ISD::SETUNE, OpVT) in LegalizeSetCCCondCode()
1613 if (!OpVT.isInteger()) { in LegalizeSetCCCondCode()
1633 if (TLI.isCondCodeLegal(InvCC, OpVT)) { in LegalizeSetCCCondCode()
1828 EVT OpVT = Node->getOperand(0).getValueType(); in ExpandBUILD_VECTOR() local
1870 if (OpVT==EltVT) in ExpandBUILD_VECTOR()