Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp383 ComplexRendererFns selectAddrModeXRO(MachineOperand &Root,
386 ComplexRendererFns selectAddrModeXRO(MachineOperand &Root) const { in selectAddrModeXRO() function in __anone1ac91c40111::AArch64InstructionSelector
387 return selectAddrModeXRO(Root, Width / 8); in selectAddrModeXRO()
6288 AArch64InstructionSelector::selectAddrModeXRO(MachineOperand &Root, in selectAddrModeXRO() function in AArch64InstructionSelector
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td3545 GIComplexOperandMatcher<s64, "selectAddrModeXRO<8>">,
3548 GIComplexOperandMatcher<s64, "selectAddrModeXRO<16>">,
3551 GIComplexOperandMatcher<s64, "selectAddrModeXRO<32>">,
3554 GIComplexOperandMatcher<s64, "selectAddrModeXRO<64>">,
3557 GIComplexOperandMatcher<s64, "selectAddrModeXRO<128>">,