Home
last modified time | relevance | path

Searched refs:IndexMode (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMInstrFormats.td112 class IndexMode<bits<2> val> {
115 def IndexModeNone : IndexMode<0>;
116 def IndexModePre : IndexMode<1>;
117 def IndexModePost : IndexMode<2>;
118 def IndexModeUpd : IndexMode<3>;
288 class InstTemplate<AddrMode am, int sz, IndexMode im,
295 IndexMode IM = im;
335 class InstARM<AddrMode am, int sz, IndexMode im,
343 class InstThumb<AddrMode am, int sz, IndexMode im,
429 IndexMode im, Format f, InstrItinClass itin,
[all …]
DARMInstrInfo.td4858 list<dag> pattern, IndexMode im = IndexModeNone>
4864 list<dag> pattern, IndexMode im = IndexModeNone>
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrFormats.td117 class IndexMode<bits<2> val> {
120 def IndexModeNone : IndexMode<0>;
121 def IndexModePre : IndexMode<1>;
122 def IndexModePost : IndexMode<2>;
123 def IndexModeUpd : IndexMode<3>;
391 class InstTemplate<AddrMode am, int sz, IndexMode im,
398 IndexMode IM = im;
448 class InstARM<AddrMode am, int sz, IndexMode im,
456 class InstThumb<AddrMode am, int sz, IndexMode im,
553 IndexMode im, Format f, InstrItinClass itin,
[all …]
DARMInstrVFP.td2783 dag oops, dag iops, IndexMode im, string Dest, string cstr>
DARMInstrInfo.td5357 list<dag> pattern, IndexMode im = IndexModeNone>
5363 list<dag> pattern, IndexMode im = IndexModeNone>
DARMInstrMVE.td6092 IndexMode im, string ops, string cstr>
6104 string asm, string suffix, IndexMode im,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrFormats.td117 class IndexMode<bits<2> val> {
120 def IndexModeNone : IndexMode<0>;
121 def IndexModePre : IndexMode<1>;
122 def IndexModePost : IndexMode<2>;
123 def IndexModeUpd : IndexMode<3>;
392 class InstTemplate<AddrMode am, int sz, IndexMode im,
399 IndexMode IM = im;
442 class InstARM<AddrMode am, int sz, IndexMode im,
450 class InstThumb<AddrMode am, int sz, IndexMode im,
547 IndexMode im, Format f, InstrItinClass itin,
[all …]
DARMInstrVFP.td2682 dag oops, dag iops, IndexMode im, string Dest, string cstr>
DARMInstrInfo.td5207 list<dag> pattern, IndexMode im = IndexModeNone>
5213 list<dag> pattern, IndexMode im = IndexModeNone>
DARMInstrMVE.td5119 IndexMode im, string ops, string cstr>
5131 string asm, string suffix, IndexMode im,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMBaseInfo.h177 enum IndexMode { enum
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMBaseInfo.h177 enum IndexMode { enum
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMBaseInfo.h227 enum IndexMode { enum
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUInstructionSelector.cpp2712 const bool IndexMode = VecRB->getID() == AMDGPU::VGPRRegBankID && in selectG_INSERT_VECTOR_ELT() local
2718 if (!IndexMode) { in selectG_INSERT_VECTOR_ELT()