Searched refs:C0Val (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | CombinerHelper.cpp | 1680 uint64_t C0Val; in matchShiftOfShiftedLogic() local 1682 if (matchFirstShift(LogicMIOp1, C0Val)) { in matchShiftOfShiftedLogic() 1685 } else if (matchFirstShift(LogicMIOp2, C0Val)) { in matchShiftOfShiftedLogic() 1691 MatchInfo.ValSum = C0Val + C1Val; in matchShiftOfShiftedLogic()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULegalizerInfo.cpp | 2223 const APFloat C0Val(1.0f); in legalizeFDIVFastIntrin() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 4632 const APInt &C0Val = C0->getAPIntValue(); in foldLogicOfSetCCs() local 4634 if ((C0Val - C1Val).isPowerOf2()) { in foldLogicOfSetCCs() 4639 SDValue MaskC = DAG.getConstant(~(C0Val - C1Val), DL, OpVT); in foldLogicOfSetCCs() 7271 const APInt *C0Val; in combineShiftOfShiftedLogic() local 7272 if (matchFirstShift(LogicOp.getOperand(0), X, C0Val)) in combineShiftOfShiftedLogic() 7274 else if (matchFirstShift(LogicOp.getOperand(1), X, C0Val)) in combineShiftOfShiftedLogic() 7283 SDValue ShiftSumC = DAG.getConstant(*C0Val + C1Val, DL, ShiftAmtVT); in combineShiftOfShiftedLogic()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 4905 const APInt &C0Val = C0->getAPIntValue(); in foldLogicOfSetCCs() local 4907 if ((C0Val - C1Val).isPowerOf2()) { in foldLogicOfSetCCs() 4912 SDValue MaskC = DAG.getConstant(~(C0Val - C1Val), DL, OpVT); in foldLogicOfSetCCs() 7829 const APInt *C0Val; in combineShiftOfShiftedLogic() local 7830 if (matchFirstShift(LogicOp.getOperand(0), X, C0Val)) in combineShiftOfShiftedLogic() 7832 else if (matchFirstShift(LogicOp.getOperand(1), X, C0Val)) in combineShiftOfShiftedLogic() 7841 SDValue ShiftSumC = DAG.getConstant(*C0Val + C1Val, DL, ShiftAmtVT); in combineShiftOfShiftedLogic()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPULegalizerInfo.cpp | 3327 const APFloat C0Val(1.0f); in legalizeFDIVFastIntrin() local
|