Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp4082 SDValue RoundModeTimesNumBits = in lowerGET_ROUNDING() local
4088 DAG.getNode(ISD::SRL, SL, MVT::i64, BitTable, RoundModeTimesNumBits); in lowerGET_ROUNDING()
4136 SDValue RoundModeTimesNumBits = in lowerSET_ROUNDING() local
4140 DAG.getNode(ISD::SRL, SL, MVT::i32, BitTable, RoundModeTimesNumBits); in lowerSET_ROUNDING()
4156 SDValue RoundModeTimesNumBits = in lowerSET_ROUNDING() local
4160 DAG.getNode(ISD::SRL, SL, MVT::i64, BitTable, RoundModeTimesNumBits); in lowerSET_ROUNDING()