Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelDAGToDAG.h53 bool selectShiftMask32(SDValue N, SDValue &ShAmt) { in selectShiftMask32() function
H A DLoongArchInstrInfo.td1163 def shiftMask32 : ComplexPattern<i64, 1, "selectShiftMask32", [], [], 0>;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h93 bool selectShiftMask32(SDValue N, SDValue &ShAmt) { in selectShiftMask32() function
H A DRISCVInstrInfo.td1486 def shiftMask32 : ComplexPattern<i64, 1, "selectShiftMask32", [], [], 0>;
1496 GIComplexOperandMatcher<s64, "selectShiftMask32">,
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp101 ComplexRendererFns selectShiftMask32(MachineOperand &Root) const { in selectShiftMask32() function in __anon05b3f3090111::RISCVInstructionSelector