Searched refs:expandBuildPairF64 (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsSEInstrInfo.h | 112 void expandBuildPairF64(MachineBasicBlock &MBB,
|
D | MipsSEFrameLowering.cpp | 68 bool expandBuildPairF64(MachineBasicBlock &MBB, 123 if (expandBuildPairF64(MBB, I, false)) in expandInstr() 127 if (expandBuildPairF64(MBB, I, true)) in expandInstr() 268 bool ExpandPseudo::expandBuildPairF64(MachineBasicBlock &MBB, in expandBuildPairF64() function in ExpandPseudo
|
D | MipsSEInstrInfo.cpp | 381 expandBuildPairF64(MBB, MI, false); in expandPostRAPseudo() 384 expandBuildPairF64(MBB, MI, true); in expandPostRAPseudo() 625 void MipsSEInstrInfo::expandBuildPairF64(MachineBasicBlock &MBB, in expandBuildPairF64() function in MipsSEInstrInfo
|
D | MipsInstrFPU.td | 159 // implementation. See expandBuildPairF64 for details.
|