Searched refs:SWR (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsNaClELFStreamer.cpp | 241 case Mips::SWR: in isBasePlusOffsetMemoryAccess()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrHFP.td | 164 def SWR : BinaryRR<"swr", 0x2F, null_frag, FP64, FP64>;
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | CodeGenSchedule.cpp | 1912 for (Record *SWR : SWRDefs) { in collectProcResources() 1913 Record *ModelDef = SWR->getValueAsDef("SchedModel"); in collectProcResources() 1914 addWriteRes(SWR, getProcModel(ModelDef).Index); in collectProcResources()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 251 SWR, enumerator
|
| H A D | MipsInstructionSelector.cpp | 473 if (!buildUnalignedStore(I, Mips::SWR, BaseAddr, SignedOffset, MMO)) in select()
|
| H A D | MipsISelLowering.cpp | 216 case MipsISD::SWR: return "MipsISD::SWR"; in getTargetNodeName() 2774 return createStoreLR(MipsISD::SWR, DAG, SD, SWL, IsLittle ? 0 : 3); in lowerUnalignedIntStore() 4936 BuildMI(*BB, I, DL, TII->get(Mips::SWR)) in emitSTR_W() 5020 BuildMI(*BB, I, DL, TII->get(Mips::SWR)) in emitSTR_D() 5028 BuildMI(*BB, I, DL, TII->get(Mips::SWR)) in emitSTR_D()
|
| H A D | MipsScheduleP5600.td | 144 SBE, SHE, SWE, SCE, SWL, SWR, SWLE, SWRE)>;
|
| H A D | MipsScheduleGeneric.td | 576 def : InstRW<[GenericWriteStore], (instrs SWL, SWR)>;
|
| H A D | MipsInstrInfo.td | 144 def MipsSWR : SDNode<"MipsISD::SWR", SDTStore, 2157 def SWR : MMRel, StoreLeftRight<"swr", MipsSWR, GPR32Opnd, II_SWR>, LW_FM<0x2e>,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 4562 unsigned XWR = IsLoadInst ? Mips::LWR : Mips::SWR; in expandUxw()
|