Searched refs:StoreOpcode (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp867 unsigned LoadOpcode, StoreOpcode; local
868 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode);
869 addFrameReference(BuildMI(MBB, MBBI, DL, get(StoreOpcode))
882 unsigned LoadOpcode, StoreOpcode; local
883 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode);
1116 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD; local
1118 get(StoreOpcode))
1572 unsigned &StoreOpcode) const {
1575 StoreOpcode = SystemZ::ST;
1578 StoreOpcode
[all...]
H A DSystemZInstrInfo.h305 unsigned &LoadOpcode, unsigned &StoreOpcode) const;
H A DSystemZISelLowering.h674 unsigned StoreOpcode, unsigned STOCOpcode,
H A DSystemZISelLowering.cpp7228 // StoreOpcode is the store to use and Invert says whether the store should
7233 unsigned StoreOpcode,
7247 StoreOpcode = TII->getOpcodeForOffset(StoreOpcode, Disp);
7305 BuildMI(MBB, DL, TII->get(StoreOpcode))
7231 emitCondStore(MachineInstr &MI, MachineBasicBlock *MBB, unsigned StoreOpcode, unsigned STOCOpcode, bool Invert) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp262 static unsigned getYMMtoXMMStoreOpcode(unsigned StoreOpcode) { argument
263 switch (StoreOpcode) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp852 unsigned StoreOpcode = (Width == 8) ? AVR::STPtrRr : AVR::STWPtrRr; local
861 buildMI(MBB, MBBI, StoreOpcode).add(Op2).add(Op1);

Completed in 179 milliseconds