Searched refs:selectAddrModeIndexed (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstructionSelector.cpp | 89 ComplexRendererFns selectAddrModeIndexed(MachineOperand &Root, 92 ComplexRendererFns selectAddrModeIndexed(MachineOperand &Root) const { in selectAddrModeIndexed() function in __anon90142e440111::AArch64InstructionSelector 93 return selectAddrModeIndexed(Root, Width / 8); in selectAddrModeIndexed() 1631 AArch64InstructionSelector::selectAddrModeIndexed(MachineOperand &Root, in selectAddrModeIndexed() function in AArch64InstructionSelector
|
D | AArch64InstrFormats.td | 2723 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<8>">, 2726 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<16>">, 2729 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<32>">, 2732 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<64>">, 2735 GIComplexOperandMatcher<s64, "selectAddrModeIndexed<128>">,
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenGlobalISel.inc | 762 &AArch64InstructionSelector::selectAddrModeIndexed<128>, // gi_am_indexed128 763 &AArch64InstructionSelector::selectAddrModeIndexed<16>, // gi_am_indexed16 764 &AArch64InstructionSelector::selectAddrModeIndexed<32>, // gi_am_indexed32 765 &AArch64InstructionSelector::selectAddrModeIndexed<64>, // gi_am_indexed64 766 &AArch64InstructionSelector::selectAddrModeIndexed<8>, // gi_am_indexed8
|