Home
last modified time | relevance | path

Searched refs:SWR (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Dunaligned-memops.ll18 ; MIPS: SWR [[LWR]], [[COPY]], 3 :: (store (s32) into %ir.b, align 1)
H A Dunaligned-memops-mapping.mir63 SWR %4, %1, 3 :: (store (s32) into %ir.b, align 1)
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/GlobalISel/instruction-select/
H A Dstore_4_unaligned.mir45 ; MIPS32: SWR [[COPY1]], [[ADDiu]], 0 :: (store (s32) into @float_align1, align 1)
/llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp241 case Mips::SWR: in isBasePlusOffsetMemoryAccess()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrHFP.td164 def SWR : BinaryRR<"swr", 0x2F, null_frag, FP64, FP64>;
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1914 for (Record *SWR : SWRDefs) { in collectProcResources()
1915 Record *ModelDef = SWR->getValueAsDef("SchedModel"); in collectProcResources()
1916 addWriteRes(SWR, getProcModel(ModelDef).Index); in collectProcResources()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsISelLowering.h251 SWR, enumerator
H A DMipsInstructionSelector.cpp473 if (!buildUnalignedStore(I, Mips::SWR, BaseAddr, SignedOffset, MMO)) in select()
H A DMipsISelLowering.cpp216 case MipsISD::SWR: return "MipsISD::SWR"; in getTargetNodeName()
2774 return createStoreLR(MipsISD::SWR, DAG, SD, SWL, IsLittle ? 0 : 3); in lowerUnalignedIntStore()
4930 BuildMI(*BB, I, DL, TII->get(Mips::SWR)) in emitSTR_W()
5014 BuildMI(*BB, I, DL, TII->get(Mips::SWR)) in emitSTR_D()
5022 BuildMI(*BB, I, DL, TII->get(Mips::SWR)) in emitSTR_D()
H A DMipsScheduleP5600.td144 SBE, SHE, SWE, SCE, SWL, SWR, SWLE, SWRE)>;
H A DMipsScheduleGeneric.td576 def : InstRW<[GenericWriteStore], (instrs SWL, SWR)>;
H A DMipsInstrInfo.td144 def MipsSWR : SDNode<"MipsISD::SWR", SDTStore,
2132 def SWR : MMRel, StoreLeftRight<"swr", MipsSWR, GPR32Opnd, II_SWR>, LW_FM<0x2e>,
/llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp4520 unsigned XWR = IsLoadInst ? Mips::LWR : Mips::SWR; in expandUxw()