Home
last modified time | relevance | path

Searched refs:SelectArithImmed (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp71 bool SelectArithImmed(SDValue N, SDValue &Val, SDValue &Shift);
592 bool AArch64DAGToDAGISel::SelectArithImmed(SDValue N, SDValue &Val, in SelectArithImmed() function in AArch64DAGToDAGISel
649 return SelectArithImmed(CurDAG->getConstant(Immed, SDLoc(N), MVT::i32), Val, in SelectNegArithImmed()
H A DAArch64InstrFormats.td1244 : Operand<Ty>, ComplexPattern<Ty, 2, "SelectArithImmed", [imm]> {