Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp1165 unsigned LShAmt = Subtarget->getXLen() - TrailingOnes; in Select() local
1168 CurDAG->getTargetConstant(LShAmt, DL, VT)); in Select()
1171 CurDAG->getTargetConstant(LShAmt + ShAmt, DL, VT)); in Select()
1199 unsigned LShAmt = Subtarget->getXLen() - ExtSize; in Select() local
1202 CurDAG->getTargetConstant(LShAmt, DL, VT)); in Select()
1205 CurDAG->getTargetConstant(LShAmt + ShAmt, DL, VT)); in Select()
H A DRISCVISelLowering.cpp15627 uint64_t LShAmt = N0.getOperand(0).getConstantOperandVal(1); in performSRACombine()
15628 if (LShAmt < 32) { in performSRACombine()
15632 DAG.getConstant(LShAmt + 32, ShlDL, MVT::i64)); in performSRACombine()
15624 uint64_t LShAmt = N0.getOperand(0).getConstantOperandVal(1); performSRACombine() local