Searched refs:selectAddrModeIndexed (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 335 ComplexRendererFns selectAddrModeIndexed(MachineOperand &Root, 338 ComplexRendererFns selectAddrModeIndexed(MachineOperand &Root) const { in selectAddrModeIndexed() function in __anonbb5c84780111::AArch64InstructionSelector 339 return selectAddrModeIndexed(Root, Width / 8); in selectAddrModeIndexed() 2643 selectAddrModeIndexed(I.getOperand(1), MemSizeInBytes); in select() 5626 AArch64InstructionSelector::selectAddrModeIndexed(MachineOperand &Root, in selectAddrModeIndexed() function in AArch64InstructionSelector
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrFormats.td | 3131 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<8>">, 3134 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<16>">, 3137 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<32>">, 3140 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<64>">, 3143 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<128>">,
|