Lines Matching refs:OpVT
330 MVT OpVT = Node->getOperand(1).getSimpleValueType(); in LegalizeOp() local
332 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp()
334 Action = TLI.getOperationAction(Node->getOpcode(), OpVT); in LegalizeOp()
524 MVT OpVT = Node->getOperand(0).getSimpleValueType(); in LegalizeOp() local
526 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp()
528 Action = TLI.getOperationAction(Node->getOpcode(), OpVT); in LegalizeOp()
694 MVT OpVT = Node->getOperand(0).getSimpleValueType(); in PromoteFloatVECREDUCE() local
695 assert(OpVT.isFloatingPoint() && "Expected floating point reduction!"); in PromoteFloatVECREDUCE()
696 MVT NewOpVT = TLI.getTypeToPromoteTo(Node->getOpcode(), OpVT); in PromoteFloatVECREDUCE()
2036 MVT OpVT = LHS.getSimpleValueType(); in ExpandSETCC() local
2039 if (TLI.getCondCodeAction(CCCode, OpVT) != TargetLowering::Expand) { in ExpandSETCC()