Searched refs:splitBinaryBitConstantOp (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.h | 184 SDValue splitBinaryBitConstantOp(DAGCombinerInfo &DCI, const SDLoc &SL,
|
H A D | SIISelLowering.cpp | 11402 SDValue SITargetLowering::splitBinaryBitConstantOp( in splitBinaryBitConstantOp() function in SITargetLowering 11518 = splitBinaryBitConstantOp(DCI, SDLoc(N), ISD::AND, LHS, CRHS)) in performAndCombine() 12425 = splitBinaryBitConstantOp(DCI, SDLoc(N), ISD::OR, in performOrCombine() 12447 = splitBinaryBitConstantOp(DCI, SDLoc(N), ISD::XOR, LHS, CRHS)) in performXorCombine()
|