Searched refs:MFHiOpc (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSEFrameLowering.cpp | 80 void expandStoreACC(MachineBasicBlock &MBB, Iter I, unsigned MFHiOpc, 83 bool expandCopyACC(MachineBasicBlock &MBB, Iter I, unsigned MFHiOpc, 223 unsigned MFHiOpc, unsigned MFLoOpc, in expandStoreACC() argument 241 BuildMI(MBB, I, DL, TII.get(MFHiOpc), VR1).addReg(Src, SrcKill); in expandStoreACC() 256 unsigned MFHiOpc, unsigned MFLoOpc) { in expandCopyACC() argument 276 BuildMI(MBB, I, DL, TII.get(MFHiOpc), VR1).addReg(Src, SrcKill); in expandCopyACC()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEFrameLowering.cpp | 61 void expandStoreACC(MachineBasicBlock &MBB, Iter I, unsigned MFHiOpc, 64 bool expandCopyACC(MachineBasicBlock &MBB, Iter I, unsigned MFHiOpc, 203 unsigned MFHiOpc, unsigned MFLoOpc, in expandStoreACC() argument 221 BuildMI(MBB, I, DL, TII.get(MFHiOpc), VR1).addReg(Src, SrcKill); in expandStoreACC() 236 unsigned MFHiOpc, unsigned MFLoOpc) { in expandCopyACC() argument 255 BuildMI(MBB, I, DL, TII.get(MFHiOpc), VR1).addReg(Src, SrcKill); in expandCopyACC()
|