Searched refs:VSel (Results 1 – 9 of 9) sorted by relevance
/external/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()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonISelLoweringHVX.cpp | 1707 SDValue VSel = DAG.getNode(ISD::VSELECT, dl, ValTy, Mask, Load, Thru); in LowerHvxMaskedOp() local 1708 return DAG.getMergeValues({VSel, Load.getValue(1)}, dl); in LowerHvxMaskedOp()
|
D | HexagonISelLowering.cpp | 3197 SDValue VSel = DCI.DAG.getNode(ISD::VSELECT, dl, ty(Op), C0, in PerformDAGCombine() local 3199 return VSel; in PerformDAGCombine()
|
/external/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()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 10334 SDValue VSel = Cast->getOperand(0); in matchVSelectOpSizesWithSetCC() local 10335 if (VSel.getOpcode() != ISD::VSELECT || !VSel.hasOneUse() || in matchVSelectOpSizesWithSetCC() 10336 VSel.getOperand(0).getOpcode() != ISD::SETCC) in matchVSelectOpSizesWithSetCC() 10340 SDValue SetCC = VSel.getOperand(0); in matchVSelectOpSizesWithSetCC() 10346 SDValue A = VSel.getOperand(1); in matchVSelectOpSizesWithSetCC() 10347 SDValue B = VSel.getOperand(2); in matchVSelectOpSizesWithSetCC()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 15777 SDValue VSel = DAG.getNode(ISD::VSELECT, DL, VecVT, VCmp, VOp1, VOp2); in LowerSELECT() local 15780 VSel, DAG.getIntPtrConstant(0, DL)); in LowerSELECT()
|
/external/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()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 23360 SDValue VSel = DAG.getSelect(DL, VecVT, VCmp, VOp1, VOp2); in LowerSELECT() local 23363 VSel, DAG.getIntPtrConstant(0, DL)); in LowerSELECT()
|