Searched refs:expandBuildPairF64 (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsSEInstrInfo.h | 111 void expandBuildPairF64(MachineBasicBlock &MBB,
|
D | MipsSEFrameLowering.cpp | 66 bool expandBuildPairF64(MachineBasicBlock &MBB, 121 if (expandBuildPairF64(MBB, I, false)) in expandInstr() 125 if (expandBuildPairF64(MBB, I, true)) in expandInstr() 266 bool ExpandPseudo::expandBuildPairF64(MachineBasicBlock &MBB, in expandBuildPairF64() function in ExpandPseudo
|
D | MipsSEInstrInfo.cpp | 384 expandBuildPairF64(MBB, MI, false); in expandPostRAPseudo() 387 expandBuildPairF64(MBB, MI, true); in expandPostRAPseudo() 647 void MipsSEInstrInfo::expandBuildPairF64(MachineBasicBlock &MBB, in expandBuildPairF64() function in MipsSEInstrInfo
|
D | MipsInstrFPU.td | 159 // implementation. See expandBuildPairF64 for details.
|
D | MicroMips32r6InstrInfo.td | 700 // implementation. See expandBuildPairF64 for details.
|