Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dinstructions-aarch64.cc553 LoadStoreOp op = static_cast<LoadStoreOp>(Mask(LoadStoreMask)); in IsLoad()
585 LoadStoreOp op = static_cast<LoadStoreOp>(Mask(LoadStoreMask)); in IsStore()
840 unsigned CalcLSDataSize(LoadStoreOp op) { in CalcLSDataSize()
Dinstructions-aarch64.h164 unsigned CalcLSDataSize(LoadStoreOp op);
394 return CalcLSDataSize(static_cast<LoadStoreOp>(Mask(LoadStoreMask))); in GetSizeLS()
Dassembler-aarch64.h6554 LoadStoreOp op,
6810 static LoadStoreOp LoadOpFor(const CPURegister& rt);
6813 static LoadStoreOp StoreOpFor(const CPURegister& rt);
Dassembler-aarch64.cc5713 LoadStoreOp op, in LoadStore()
6080 LoadStoreOp Assembler::LoadOpFor(const CPURegister& rt) { in LoadOpFor()
6103 LoadStoreOp Assembler::StoreOpFor(const CPURegister& rt) { in StoreOpFor()
Dmacro-assembler-aarch64.cc1948 LoadStoreOp op) { in LS_MACRO_LIST()
Dconstants-aarch64.h1127 enum LoadStoreOp { enum
Dsimulator-aarch64.cc2151 LoadStoreOp op = static_cast<LoadStoreOp>(instr->Mask(LoadStoreMask)); in LoadStoreHelper()
Dmacro-assembler-aarch64.h854 LoadStoreOp op);
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.cpp719 int LoadStoreOp = IsStore ? in buildMUBUFOffsetLoadStore() local
721 if (LoadStoreOp == -1) in buildMUBUFOffsetLoadStore()
729 BuildMI(*MBB, MI, DL, TII->get(LoadStoreOp)) in buildMUBUFOffsetLoadStore()
749 unsigned LoadStoreOp, in buildSpillLoadStore() argument
763 const MCInstrDesc *Desc = &TII->get(LoadStoreOp); in buildSpillLoadStore()
766 bool IsFlat = TII->isFLATScratch(LoadStoreOp); in buildSpillLoadStore()
833 assert(AMDGPU::getNamedOperandIdx(LoadStoreOp, AMDGPU::OpName::vaddr) < 0 in buildSpillLoadStore()
837 LoadStoreOp = AMDGPU::getFlatScratchInstSTfromSS(LoadStoreOp); in buildSpillLoadStore()
838 Desc = &TII->get(LoadStoreOp); in buildSpillLoadStore()
DSIRegisterInfo.h337 unsigned LoadStoreOp,
/external/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.h197 unsigned LoadStoreOp, const MachineOperand *SrcDst,
DSIRegisterInfo.cpp411 unsigned LoadStoreOp, in buildScratchLoadStore() argument
476 BuildMI(*MBB, MI, DL, TII->get(LoadStoreOp)) in buildScratchLoadStore()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.h295 unsigned LoadStoreOp,
DSIRegisterInfo.cpp585 int LoadStoreOp = IsStore ? in buildMUBUFOffsetLoadStore() local
587 if (LoadStoreOp == -1) in buildMUBUFOffsetLoadStore()
595 BuildMI(*MBB, MI, DL, TII->get(LoadStoreOp)) in buildMUBUFOffsetLoadStore()
615 unsigned LoadStoreOp, in buildSpillLoadStore() argument
629 const MCInstrDesc &Desc = TII->get(LoadStoreOp); in buildSpillLoadStore()