Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp356 ComplexRendererFns selectAddrModeXRO(MachineOperand &Root,
359 ComplexRendererFns selectAddrModeXRO(MachineOperand &Root) const { in selectAddrModeXRO() function in __anonbb5c84780111::AArch64InstructionSelector
360 return selectAddrModeXRO(Root, Width / 8); in selectAddrModeXRO()
5407 AArch64InstructionSelector::selectAddrModeXRO(MachineOperand &Root, in selectAddrModeXRO() function in AArch64InstructionSelector
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td3305 GIComplexOperandMatcher<s64, "selectAddrModeXRO<8>">,
3308 GIComplexOperandMatcher<s64, "selectAddrModeXRO<16>">,
3311 GIComplexOperandMatcher<s64, "selectAddrModeXRO<32>">,
3314 GIComplexOperandMatcher<s64, "selectAddrModeXRO<64>">,
3317 GIComplexOperandMatcher<s64, "selectAddrModeXRO<128>">,