Lines Matching refs:getZExtValue
79 uint64_t RegNum = cast<ConstantSDNode>(RegIdx)->getZExtValue(); in getMSACtrlReg()
298 if (!isAligned(Alignment, CN->getZExtValue())) in selectAddrFrameIndexOffset()
302 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), SDLoc(Addr), in selectAddrFrameIndexOffset()
446 unsigned CnstOff = CN->getZExtValue(); in selectIntAddrLSL2MM()
837 cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue(); in trySelect()
890 switch (cast<ConstantSDNode>(Node->getOperand(0))->getZExtValue()) { in trySelect()
907 cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue(); in trySelect()
1161 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1170 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1171 const unsigned Hi = SplatValue.lshr(16).getLoBits(16).getZExtValue(); in trySelect()
1193 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1194 const unsigned Hi = SplatValue.lshr(16).getLoBits(16).getZExtValue(); in trySelect()
1242 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1243 const unsigned Hi = SplatValue.lshr(16).getLoBits(16).getZExtValue(); in trySelect()
1244 const unsigned Higher = SplatValue.lshr(32).getLoBits(16).getZExtValue(); in trySelect()
1245 const unsigned Highest = SplatValue.lshr(48).getLoBits(16).getZExtValue(); in trySelect()