Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h90 bool selectShiftMaskXLen(SDValue N, SDValue &ShAmt) { in selectShiftMaskXLen() function
H A DRISCVInstrInfo.td1485 def shiftMaskXLen : ComplexPattern<XLenVT, 1, "selectShiftMaskXLen", [], [], 0>;
1493 GIComplexOperandMatcher<s32, "selectShiftMaskXLen">,
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp98 ComplexRendererFns selectShiftMaskXLen(MachineOperand &Root) const { in selectShiftMaskXLen() function in __anon05b3f3090111::RISCVInstructionSelector