Searched refs:selectAddrModeXRO (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 436 ComplexRendererFns selectAddrModeXRO(MachineOperand &Root, 439 ComplexRendererFns selectAddrModeXRO(MachineOperand &Root) const { in selectAddrModeXRO() function in __anonde0bbd8d0111::AArch64InstructionSelector 440 return selectAddrModeXRO(Root, Width / 8); in selectAddrModeXRO() 7257 AArch64InstructionSelector::selectAddrModeXRO(MachineOperand &Root, in selectAddrModeXRO() function in AArch64InstructionSelector
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrFormats.td | 3731 GIComplexOperandMatcher<s64, "selectAddrModeXRO<8>">, 3734 GIComplexOperandMatcher<s64, "selectAddrModeXRO<16>">, 3737 GIComplexOperandMatcher<s64, "selectAddrModeXRO<32>">, 3740 GIComplexOperandMatcher<s64, "selectAddrModeXRO<64>">, 3743 GIComplexOperandMatcher<s64, "selectAddrModeXRO<128>">,
|