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/GISel/
H A DAArch64InstructionSelector.cpp383 ComplexRendererFns selectArithImmed(MachineOperand &Root) const;
4278 if (auto Fns = selectArithImmed(RHS)) in emitAddSub()
6939 AArch64InstructionSelector::selectArithImmed(MachineOperand &Root) const { in selectArithImmed() function in AArch64InstructionSelector
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td1264 GIComplexOperandMatcher<s32, "selectArithImmed">,
1268 GIComplexOperandMatcher<s64, "selectArithImmed">,