Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsSEInstrInfo.h109 void expandExtractElementF64(MachineBasicBlock &MBB,
DMipsSEFrameLowering.cpp68 bool expandExtractElementF64(MachineBasicBlock &MBB,
129 if (expandExtractElementF64(MBB, I, false)) in expandInstr()
133 if (expandExtractElementF64(MBB, I, true)) in expandInstr()
318 bool ExpandPseudo::expandExtractElementF64(MachineBasicBlock &MBB, in expandExtractElementF64() function in ExpandPseudo
DMipsSEInstrInfo.cpp390 expandExtractElementF64(MBB, MI, false); in expandPostRAPseudo()
393 expandExtractElementF64(MBB, MI, true); in expandPostRAPseudo()
608 void MipsSEInstrInfo::expandExtractElementF64(MachineBasicBlock &MBB, in expandExtractElementF64() function in MipsSEInstrInfo