Searched refs:selectAddrModeXRO (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 383 ComplexRendererFns selectAddrModeXRO(MachineOperand &Root, 386 ComplexRendererFns selectAddrModeXRO(MachineOperand &Root) const { in selectAddrModeXRO() function in __anone1ac91c40111::AArch64InstructionSelector 387 return selectAddrModeXRO(Root, Width / 8); in selectAddrModeXRO() 6288 AArch64InstructionSelector::selectAddrModeXRO(MachineOperand &Root, in selectAddrModeXRO() function in AArch64InstructionSelector
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 3545 GIComplexOperandMatcher<s64, "selectAddrModeXRO<8>">, 3548 GIComplexOperandMatcher<s64, "selectAddrModeXRO<16>">, 3551 GIComplexOperandMatcher<s64, "selectAddrModeXRO<32>">, 3554 GIComplexOperandMatcher<s64, "selectAddrModeXRO<64>">, 3557 GIComplexOperandMatcher<s64, "selectAddrModeXRO<128>">,
|