Home
last modified time | relevance | path

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

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