Searched refs:splitBinaryBitConstantOp (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.h | 175 SDValue splitBinaryBitConstantOp(DAGCombinerInfo &DCI, const SDLoc &SL,
|
| H A D | SIISelLowering.cpp | 9465 SDValue SITargetLowering::splitBinaryBitConstantOp( in splitBinaryBitConstantOp() function in SITargetLowering 9585 = splitBinaryBitConstantOp(DCI, SDLoc(N), ISD::AND, LHS, CRHS)) in performAndCombine() 9876 = splitBinaryBitConstantOp(DCI, SDLoc(N), ISD::OR, in performOrCombine() 9899 = splitBinaryBitConstantOp(DCI, SDLoc(N), ISD::XOR, LHS, CRHS)) in performXorCombine()
|