Home
last modified time | relevance | path

Searched refs:selectZExtBits (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h109 bool selectZExtBits(SDValue N, unsigned Bits, SDValue &Val);
110 template <unsigned Bits> bool selectZExtBits(SDValue N, SDValue &Val) { in selectZExtBits() function
111 return selectZExtBits(N, Bits, Val); in selectZExtBits()
H A DRISCVInstrInfo.td1382 def zexti32 : ComplexPattern<i64, 1, "selectZExtBits<32>">;
1383 def gi_zexti32 : GIComplexOperandMatcher<s64, "selectZExtBits<32>">,
1386 def zexti16 : ComplexPattern<XLenVT, 1, "selectZExtBits<16>">;
1387 def gi_zexti16 : GIComplexOperandMatcher<s32, "selectZExtBits<16>">,
1390 def zexti8 : ComplexPattern<XLenVT, 1, "selectZExtBits<8>">;
1391 def gi_zexti8 : GIComplexOperandMatcher<s32, "selectZExtBits<8>">,
H A DRISCVISelDAGToDAG.cpp3283 bool RISCVDAGToDAGISel::selectZExtBits(SDValue N, unsigned Bits, SDValue &Val) { in selectZExtBits() function in RISCVDAGToDAGISel
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp112 ComplexRendererFns selectZExtBits(MachineOperand &Root, unsigned Bits) const;
114 ComplexRendererFns selectZExtBits(MachineOperand &Root) const { in selectZExtBits() function in __anon05b3f3090111::RISCVInstructionSelector
115 return selectZExtBits(Root, Bits); in selectZExtBits()
371 RISCVInstructionSelector::selectZExtBits(MachineOperand &Root, in selectZExtBits() function in RISCVInstructionSelector