Searched refs:RoundModeTimesNumBits (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 4298 SDValue RoundModeTimesNumBits = in lowerGET_ROUNDING() local 4304 DAG.getNode(ISD::SRL, SL, MVT::i64, BitTable, RoundModeTimesNumBits); in lowerGET_ROUNDING() 4352 SDValue RoundModeTimesNumBits = in lowerSET_ROUNDING() local 4356 DAG.getNode(ISD::SRL, SL, MVT::i32, BitTable, RoundModeTimesNumBits); in lowerSET_ROUNDING() 4372 SDValue RoundModeTimesNumBits = in lowerSET_ROUNDING() local 4376 DAG.getNode(ISD::SRL, SL, MVT::i64, BitTable, RoundModeTimesNumBits); in lowerSET_ROUNDING()
|