Home
last modified time | relevance | path

Searched refs:splitBinaryBitConstantOp (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h136 SDValue splitBinaryBitConstantOp(DAGCombinerInfo &DCI, const SDLoc &SL,
H A DSIISelLowering.cpp7160 SDValue SITargetLowering::splitBinaryBitConstantOp( in splitBinaryBitConstantOp() function in SITargetLowering
7278 = splitBinaryBitConstantOp(DCI, SDLoc(N), ISD::AND, LHS, CRHS)) in performAndCombine()
7569 = splitBinaryBitConstantOp(DCI, SDLoc(N), ISD::OR, LHS, CRHS)) in performOrCombine()
7588 = splitBinaryBitConstantOp(DCI, SDLoc(N), ISD::XOR, LHS, CRHS)) in performXorCombine()