Searched refs:selectAddrModeIndexed (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 362 ComplexRendererFns selectAddrModeIndexed(MachineOperand &Root, 365 ComplexRendererFns selectAddrModeIndexed(MachineOperand &Root) const { in selectAddrModeIndexed() function in __anon0f33cebd0111::AArch64InstructionSelector 366 return selectAddrModeIndexed(Root, Width / 8); in selectAddrModeIndexed() 2879 selectAddrModeIndexed(I.getOperand(1), MemSizeInBytes); in select() 6443 AArch64InstructionSelector::selectAddrModeIndexed(MachineOperand &Root, in selectAddrModeIndexed() function in AArch64InstructionSelector
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 3227 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<8>">, 3230 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<16>">, 3233 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<32>">, 3236 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<64>">, 3239 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<128>">,
|