Home
last modified time | relevance | path

Searched refs:selectAddrModeIndexed (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp410 ComplexRendererFns selectAddrModeIndexed(MachineOperand &Root,
413 ComplexRendererFns selectAddrModeIndexed(MachineOperand &Root) const { in selectAddrModeIndexed() function in __anonde0bbd8d0111::AArch64InstructionSelector
414 return selectAddrModeIndexed(Root, Width / 8); in selectAddrModeIndexed()
2988 selectAddrModeIndexed(I.getOperand(1), MemSizeInBytes); in select()
7471 AArch64InstructionSelector::selectAddrModeIndexed(MachineOperand &Root, in selectAddrModeIndexed() function in AArch64InstructionSelector
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td3557 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<8>">,
3560 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<16>">,
3563 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<32>">,
3566 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<64>">,
3569 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<128>">,