Searched refs:VSel (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLoweringHVX.cpp | 1605 SDValue VSel = DCI.DAG.getNode(ISD::VSELECT, dl, ty(Op), C0, in PerformHvxDAGCombine() local 1607 return VSel; in PerformHvxDAGCombine()
|
D | HexagonISelLowering.cpp | 3011 SDValue VSel = DCI.DAG.getNode(ISD::VSELECT, dl, ty(Op), C0, in PerformDAGCombine() local 3013 return VSel; in PerformDAGCombine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 9438 SDValue VSel = Cast->getOperand(0); in matchVSelectOpSizesWithSetCC() local 9439 if (VSel.getOpcode() != ISD::VSELECT || !VSel.hasOneUse() || in matchVSelectOpSizesWithSetCC() 9440 VSel.getOperand(0).getOpcode() != ISD::SETCC) in matchVSelectOpSizesWithSetCC() 9444 SDValue SetCC = VSel.getOperand(0); in matchVSelectOpSizesWithSetCC() 9450 SDValue A = VSel.getOperand(1); in matchVSelectOpSizesWithSetCC() 9451 SDValue B = VSel.getOperand(2); in matchVSelectOpSizesWithSetCC()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 22106 SDValue VSel = DAG.getSelect(DL, VecVT, VCmp, VOp1, VOp2); in LowerSELECT() local 22109 VSel, DAG.getIntPtrConstant(0, DL)); in LowerSELECT()
|