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()
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 DAArch64InstrFormats.td3690 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<8>">,
3693 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<16>">,
3696 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<32>">,
3699 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<64>">,
3702 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<128>">,