Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h124 bool selectZExtImm32(SDValue N, SDValue &Val);
H A DRISCVInstrInfoZb.td708 def zExtImm32 : ComplexPattern<i64, 1, "selectZExtImm32", [], [], 0>;
H A DRISCVISelDAGToDAG.cpp3488 bool RISCVDAGToDAGISel::selectZExtImm32(SDValue N, SDValue &Val) { in selectZExtImm32() function in RISCVDAGToDAGISel