Searched refs:IndexMode (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMHazardRecognizer.cpp | 114 unsigned IndexMode = in getBaseOffset() local 130 Offset = (IndexMode == ARMII::IndexModePost) in getBaseOffset() 132 : (IndexMode == ARMII::IndexModePre || in getBaseOffset() 133 IndexMode == ARMII::IndexModeUpd) in getBaseOffset() 147 Offset = (IndexMode == ARMII::IndexModePost) in getBaseOffset() 149 : (IndexMode == ARMII::IndexModePre || in getBaseOffset() 150 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>; 406 class InstTemplate<AddrMode am, int sz, IndexMode im, 413 IndexMode IM = im; 465 class InstARM<AddrMode am, int sz, IndexMode im, 473 class InstThumb<AddrMode am, int sz, IndexMode im, 570 IndexMode im, Format f, InstrItinClass itin, [all …]
|
H A D | ARMInstrInfo.td | 5439 list<dag> pattern, IndexMode im = IndexModeNone, 5446 list<dag> pattern, IndexMode im = IndexModeNone,
|
H A D | ARMInstrVFP.td | 2851 dag oops, dag iops, IndexMode im, string Dest, string cstr>
|
H A D | ARMInstrMVE.td | 6211 IndexMode im, string ops, string cstr> 6225 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 | 570 unsigned IndexMode = in evaluateMemoryOperandAddress() local 572 if (IndexMode != ARMII::IndexModeNone) in evaluateMemoryOperandAddress()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstructionSelector.cpp | 3153 const bool IndexMode = VecRB->getID() == AMDGPU::VGPRRegBankID && in selectG_INSERT_VECTOR_ELT() local 3159 if (!IndexMode) { in selectG_INSERT_VECTOR_ELT()
|