Searched refs:IndexMode (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMHazardRecognizer.cpp | 112 unsigned IndexMode = in getBaseOffset() local 128 Offset = (IndexMode == ARMII::IndexModePost) in getBaseOffset() 130 : (IndexMode == ARMII::IndexModePre || in getBaseOffset() 131 IndexMode == ARMII::IndexModeUpd) in getBaseOffset() 145 Offset = (IndexMode == ARMII::IndexModePost) in getBaseOffset() 147 : (IndexMode == ARMII::IndexModePre || in getBaseOffset() 148 IndexMode == ARMII::IndexModeUpd) in getBaseOffset()
|
| H A D | ARMInstrFormats.td | 119 class IndexMode<bits<2> val> { 122 def IndexModeNone : IndexMode<0>; 123 def IndexModePre : IndexMode<1>; 124 def IndexModePost : IndexMode<2>; 125 def IndexModeUpd : IndexMode<3>; 396 class InstTemplate<AddrMode am, int sz, IndexMode im, 403 IndexMode IM = im; 455 class InstARM<AddrMode am, int sz, IndexMode im, 463 class InstThumb<AddrMode am, int sz, IndexMode im, 560 IndexMode im, Format f, InstrItinClass itin, [all …]
|
| H A D | ARMInstrInfo.td | 5468 list<dag> pattern, IndexMode im = IndexModeNone, 5475 list<dag> pattern, IndexMode im = IndexModeNone,
|
| H A D | ARMInstrVFP.td | 2880 dag oops, dag iops, IndexMode im, string Dest, string cstr>
|
| H A D | ARMInstrMVE.td | 6143 IndexMode im, string ops, string cstr> 6157 string asm, string suffix, IndexMode im,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMBaseInfo.h | 177 enum IndexMode { enum
|
| H A D | ARMMCTargetDesc.cpp | 575 unsigned IndexMode = in evaluateMemoryOperandAddress() local 577 if (IndexMode != ARMII::IndexModeNone) in evaluateMemoryOperandAddress()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructionSelector.cpp | 3347 const bool IndexMode = VecRB->getID() == AMDGPU::VGPRRegBankID && in selectG_INSERT_VECTOR_ELT() local 3353 if (!IndexMode) { in selectG_INSERT_VECTOR_ELT()
|