Lines Matching refs:OpVT
1268 MVT OpVT = Node->getOperand(CompareOperand).getSimpleValueType(); in LegalizeOp() local
1271 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp()
1277 Action = TLI.getOperationAction(Node->getOpcode(), OpVT); in LegalizeOp()
1825 MVT OpVT = LHS.getSimpleValueType(); in LegalizeSetCCCondCode() local
1828 switch (TLI.getCondCodeAction(CCCode, OpVT)) { in LegalizeSetCCCondCode()
1835 if (TLI.isCondCodeLegal(InvCC, OpVT)) { in LegalizeSetCCCondCode()
1845 assert(TLI.getCondCodeAction(ISD::SETOEQ, OpVT) in LegalizeSetCCCondCode()
1850 assert(TLI.getCondCodeAction(ISD::SETUNE, OpVT) in LegalizeSetCCCondCode()
1867 if (!OpVT.isInteger()) { in LegalizeSetCCCondCode()
1887 if (TLI.isCondCodeLegal(InvCC, OpVT)) { in LegalizeSetCCCondCode()
2084 EVT OpVT = Node->getOperand(0).getValueType(); in ExpandBUILD_VECTOR() local
2126 if (OpVT==EltVT) in ExpandBUILD_VECTOR()