Home
last modified time | relevance | path

Searched refs:selectZExti32 (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/LoongArch/
H A DLoongArchISelDAGToDAG.h52 bool selectZExti32(SDValue N, SDValue &Val);
H A DLoongArchISelDAGToDAG.cpp164 bool LoongArchDAGToDAGISel::selectZExti32(SDValue N, SDValue &Val) { in selectZExti32() function in LoongArchDAGToDAGISel
H A DLoongArchInstrInfo.td601 def zexti32 : ComplexPattern<i64, 1, "selectZExti32">;
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h61 bool selectZExti32(SDValue N, SDValue &Val);
H A DRISCVISelDAGToDAG.cpp2007 bool RISCVDAGToDAGISel::selectZExti32(SDValue N, SDValue &Val) { in selectZExti32() function in RISCVDAGToDAGISel
H A DRISCVInstrInfo.td1146 def zexti32 : ComplexPattern<i64, 1, "selectZExti32">;