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/
DAArch64InstructionSelector.cpp383 ComplexRendererFns selectAddrModeXRO(MachineOperand &Root,
386 ComplexRendererFns selectAddrModeXRO(MachineOperand &Root) const { in selectAddrModeXRO() function in __anon187c39890111::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/
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>">,