Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp390 ComplexRendererFns selectAddrModeWRO(MachineOperand &Root,
393 ComplexRendererFns selectAddrModeWRO(MachineOperand &Root) const { in selectAddrModeWRO() function in __anon0f33cebd0111::AArch64InstructionSelector
394 return selectAddrModeWRO(Root, Width / 8); in selectAddrModeWRO()
6300 AArch64InstructionSelector::selectAddrModeWRO(MachineOperand &Root, in selectAddrModeWRO() function in AArch64InstructionSelector
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td3423 GIComplexOperandMatcher<s64, "selectAddrModeWRO<8>">,
3426 GIComplexOperandMatcher<s64, "selectAddrModeWRO<16>">,
3429 GIComplexOperandMatcher<s64, "selectAddrModeWRO<32>">,
3432 GIComplexOperandMatcher<s64, "selectAddrModeWRO<64>">,
3435 GIComplexOperandMatcher<s64, "selectAddrModeWRO<128>">,