Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp383 ComplexRendererFns selectAddrModeXRO(MachineOperand &Root,
386 ComplexRendererFns selectAddrModeXRO(MachineOperand &Root) const { in selectAddrModeXRO() function in __anon0f33cebd0111::AArch64InstructionSelector
387 return selectAddrModeXRO(Root, Width / 8); in selectAddrModeXRO()
6226 AArch64InstructionSelector::selectAddrModeXRO(MachineOperand &Root, in selectAddrModeXRO() function in AArch64InstructionSelector
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td3401 GIComplexOperandMatcher<s64, "selectAddrModeXRO<8>">,
3404 GIComplexOperandMatcher<s64, "selectAddrModeXRO<16>">,
3407 GIComplexOperandMatcher<s64, "selectAddrModeXRO<32>">,
3410 GIComplexOperandMatcher<s64, "selectAddrModeXRO<64>">,
3413 GIComplexOperandMatcher<s64, "selectAddrModeXRO<128>">,