Searched refs:TheSelect (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 14009 bool DAGCombiner::SimplifySelectOps(SDNode *TheSelect, SDValue LHS, in SimplifySelectOps() argument 14022 if (TheSelect->getOpcode() == ISD::SELECT_CC) { in SimplifySelectOps() 14023 CC = dyn_cast<CondCodeSDNode>(TheSelect->getOperand(4))->get(); in SimplifySelectOps() 14024 CmpLHS = TheSelect->getOperand(0); in SimplifySelectOps() 14025 Zero = isConstOrConstSplatFP(TheSelect->getOperand(1)); in SimplifySelectOps() 14028 SDValue Cmp = TheSelect->getOperand(0); in SimplifySelectOps() 14039 CombineTo(TheSelect, Sqrt); in SimplifySelectOps() 14045 if (TheSelect->getOperand(0).getValueType().isVector()) return false; in SimplifySelectOps() 14082 !TLI.isOperationLegalOrCustom(TheSelect->getOpcode(), in SimplifySelectOps() 14090 if (TheSelect->getOpcode() == ISD::SELECT) { in SimplifySelectOps() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 20040 bool DAGCombiner::SimplifySelectOps(SDNode *TheSelect, SDValue LHS, in SimplifySelectOps() argument 20052 if (TheSelect->getOpcode() == ISD::SELECT_CC) { in SimplifySelectOps() 20053 CC = cast<CondCodeSDNode>(TheSelect->getOperand(4))->get(); in SimplifySelectOps() 20054 CmpLHS = TheSelect->getOperand(0); in SimplifySelectOps() 20055 Zero = isConstOrConstSplatFP(TheSelect->getOperand(1)); in SimplifySelectOps() 20058 SDValue Cmp = TheSelect->getOperand(0); in SimplifySelectOps() 20069 CombineTo(TheSelect, Sqrt); in SimplifySelectOps() 20075 if (TheSelect->getOperand(0).getValueType().isVector()) return false; in SimplifySelectOps() 20118 !TLI.isOperationLegalOrCustom(TheSelect->getOpcode(), in SimplifySelectOps() 20136 Visited.insert(TheSelect); in SimplifySelectOps() [all …]
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 21475 bool DAGCombiner::SimplifySelectOps(SDNode *TheSelect, SDValue LHS, in SimplifySelectOps() argument 21487 if (TheSelect->getOpcode() == ISD::SELECT_CC) { in SimplifySelectOps() 21488 CC = cast<CondCodeSDNode>(TheSelect->getOperand(4))->get(); in SimplifySelectOps() 21489 CmpLHS = TheSelect->getOperand(0); in SimplifySelectOps() 21490 Zero = isConstOrConstSplatFP(TheSelect->getOperand(1)); in SimplifySelectOps() 21493 SDValue Cmp = TheSelect->getOperand(0); in SimplifySelectOps() 21504 CombineTo(TheSelect, Sqrt); in SimplifySelectOps() 21510 if (TheSelect->getOperand(0).getValueType().isVector()) return false; in SimplifySelectOps() 21553 !TLI.isOperationLegalOrCustom(TheSelect->getOpcode(), in SimplifySelectOps() 21571 Visited.insert(TheSelect); in SimplifySelectOps() [all …]
|