Searched refs:OpSVT (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 12866 EVT OpSVT = OpVT.getScalarType(); in matchBinOpReduction() local 12867 EVT SubVT = EVT::getVectorVT(*getContext(), OpSVT, NumSubElts); in matchBinOpReduction()
|
| H A D | DAGCombiner.cpp | 25340 EVT OpSVT = Op.getOperand(0).getValueType(); in visitCONCAT_VECTORS() local 25341 MinVT = (!FoundMinVT || OpSVT.bitsLE(MinVT)) ? OpSVT : MinVT; in visitCONCAT_VECTORS()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 43624 MVT OpSVT = Op.getOperand(0).getSimpleValueType().getScalarType(); in SimplifyDemandedVectorEltsForTargetNode() local 43625 SDValue LHS = TLO.DAG.getExtractVectorElt(dl, OpSVT, Op.getOperand(0), 0); in SimplifyDemandedVectorEltsForTargetNode() 43626 SDValue RHS = TLO.DAG.getExtractVectorElt(dl, OpSVT, Op.getOperand(1), 0); in SimplifyDemandedVectorEltsForTargetNode() 43634 SDValue Cmp = TLO.DAG.getNode(X86ISD::FSETCC, dl, OpSVT, LHS, RHS, CC); in SimplifyDemandedVectorEltsForTargetNode() 51970 MVT OpSVT = EltSizeInBits <= 32 ? MVT::i32 : MVT::i64; in canonicalizeBitSelect() local 51972 MVT::getVectorVT(OpSVT, VT.getSizeInBits() / OpSVT.getSizeInBits()); in canonicalizeBitSelect()
|