Searched refs:expandExtractElementF64 (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.h115 void expandExtractElementF64(MachineBasicBlock &MBB,
H A DMipsSEFrameLowering.cpp86 bool expandExtractElementF64(MachineBasicBlock &MBB,
148 if (expandExtractElementF64(MBB, I, false))
152 if (expandExtractElementF64(MBB, I, true))
338 /// expandExtractElementF64 does, for the case when ABI is fpxx and mfhc1 is not
341 /// expandExtractElementF64 is called.
342 bool ExpandPseudo::expandExtractElementF64(MachineBasicBlock &MBB, function in class:ExpandPseudo
H A DMipsSEInstrInfo.cpp471 expandExtractElementF64(MBB, MI, isMicroMips, false);
474 expandExtractElementF64(MBB, MI, isMicroMips, true);
767 void MipsSEInstrInfo::expandExtractElementF64(MachineBasicBlock &MBB, function in class:MipsSEInstrInfo

Completed in 118 milliseconds