Searched refs:selectAddrModeIndexed (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/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 __anone1ac91c40111::AArch64InstructionSelector 366 return selectAddrModeIndexed(Root, Width / 8); in selectAddrModeIndexed() 2927 selectAddrModeIndexed(I.getOperand(1), MemSizeInBytes); in select() 6505 AArch64InstructionSelector::selectAddrModeIndexed(MachineOperand &Root, in selectAddrModeIndexed() function in AArch64InstructionSelector
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 3371 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<8>">, 3374 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<16>">, 3377 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<32>">, 3380 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<64>">, 3383 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<128>">,
|