Searched defs:StoreOpcode (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp396 unsigned LoadOpcode, StoreOpcode; local
397 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode);
398 addFrameReference(BuildMI(MBB, MBBI, DL, get(StoreOpcode))
412 unsigned LoadOpcode, StoreOpcode; local
413 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode);
560 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD; local
561 return BuildMI(MF, MI->getDebugLoc(), get(StoreOpcode))
712 unsigned &StoreOpcode) const {
715 StoreOpcode = SystemZ::ST32;
719 StoreOpcode
[all...]
H A DSystemZISelLowering.cpp1789 // StoreOpcode is the store to use and Invert says whether the store should
1795 unsigned StoreOpcode, unsigned STOCOpcode,
1807 StoreOpcode = TII->getOpcodeForOffset(StoreOpcode, Disp);
1843 BuildMI(MBB, DL, TII->get(StoreOpcode))
1793 emitCondStore(MachineInstr *MI, MachineBasicBlock *MBB, unsigned StoreOpcode, unsigned STOCOpcode, bool Invert) const argument

Completed in 86 milliseconds