Searched refs:selectAddrModeIndexed (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 410 ComplexRendererFns selectAddrModeIndexed(MachineOperand &Root, 413 ComplexRendererFns selectAddrModeIndexed(MachineOperand &Root) const { in selectAddrModeIndexed() function in __anonde0bbd8d0111::AArch64InstructionSelector 414 return selectAddrModeIndexed(Root, Width / 8); in selectAddrModeIndexed() 3123 selectAddrModeIndexed(I.getOperand(1), MemSizeInBytes); in select() 7644 AArch64InstructionSelector::selectAddrModeIndexed(MachineOperand &Root, in selectAddrModeIndexed() function in AArch64InstructionSelector
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 3690 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<8>">, 3693 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<16>">, 3696 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<32>">, 3699 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<64>">, 3702 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<128>">,
|