Searched defs:Shamt (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAnalyzeImmediate.cpp46 unsigned Shamt = countTrailingZeros(Imm); local
H A DMipsISelLowering.cpp905 unsigned Shamt = CN->getZExtValue(); local
2584 SDValue Shamt = Op.getOperand(2); local
2613 SDValue Shamt = Op.getOperand(2); local
4438 unsigned Shamt; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp197 bool RISCVDAGToDAGISel::SelectSLOI(SDValue N, SDValue &RS1, SDValue &Shamt) { argument
241 bool RISCVDAGToDAGISel::SelectSROI(SDValue N, SDValue &RS1, SDValue &Shamt) { argument
289 bool RISCVDAGToDAGISel::SelectRORI(SDValue N, SDValue &RS1, SDValue &Shamt) { argument
328 SelectSLLIUW(SDValue N, SDValue &RS1, SDValue &Shamt) argument
359 SelectSLOIW(SDValue N, SDValue &RS1, SDValue &Shamt) argument
394 SelectSROIW(SDValue N, SDValue &RS1, SDValue &Shamt) argument
429 SelectRORIW(SDValue N, SDValue &RS1, SDValue &Shamt) argument
476 SelectFSRIW(SDValue N, SDValue &RS1, SDValue &RS2, SDValue &Shamt) argument
[all...]
H A DRISCVISelLowering.cpp782 SDValue Shamt = Op.getOperand(2); local
821 SDValue Shamt = Op.getOperand(2); local
[all...]

Completed in 100 milliseconds