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

/external/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp68 bool expandExtractElementF64(MachineBasicBlock &MBB,
129 if (expandExtractElementF64(MBB, I, false))
133 if (expandExtractElementF64(MBB, I, true))
314 /// expandExtractElementF64 does, for the case when ABI is fpxx and mfhc1 is not
317 /// expandExtractElementF64 is called.
318 bool ExpandPseudo::expandExtractElementF64(MachineBasicBlock &MBB, function in class:ExpandPseudo
H A DMipsSEInstrInfo.cpp390 expandExtractElementF64(MBB, MI, false);
393 expandExtractElementF64(MBB, MI, true);
608 void MipsSEInstrInfo::expandExtractElementF64(MachineBasicBlock &MBB, function in class:MipsSEInstrInfo

Completed in 94 milliseconds