Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.h117 void expandExtractElementF64(MachineBasicBlock &MBB,
H A DMipsSEFrameLowering.cpp86 bool expandExtractElementF64(MachineBasicBlock &MBB,
148 if (expandExtractElementF64(MBB, I, false)) in expandInstr()
152 if (expandExtractElementF64(MBB, I, true)) in expandInstr()
342 bool ExpandPseudo::expandExtractElementF64(MachineBasicBlock &MBB, in expandExtractElementF64() function in ExpandPseudo
H A DMipsSEInstrInfo.cpp471 expandExtractElementF64(MBB, MI, isMicroMips, false); in expandPostRAPseudo()
474 expandExtractElementF64(MBB, MI, isMicroMips, true); in expandPostRAPseudo()
781 void MipsSEInstrInfo::expandExtractElementF64(MachineBasicBlock &MBB, in expandExtractElementF64() function in MipsSEInstrInfo