Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp3728 auto getOperandBits = [&Src, In](SDValue Op, uint8_t &Bits) -> bool { in BitOp3_Op() local
3799 if (!getOperandBits(LHS, LHSBits) || in BitOp3_Op()
3800 !getOperandBits(RHS, RHSBits)) { in BitOp3_Op()
H A DAMDGPUInstructionSelector.cpp3783 auto getOperandBits = [&Src, R, &MRI](Register Op, uint8_t &Bits) -> bool { in BitOp3_Op() local
3850 if (!getOperandBits(LHS, LHSBits) || in BitOp3_Op()
3851 !getOperandBits(RHS, RHSBits)) { in BitOp3_Op()