Searched refs:expandExtractElementF64 (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsSEInstrInfo.h | 109 void expandExtractElementF64(MachineBasicBlock &MBB,
|
D | MipsSEFrameLowering.cpp | 68 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
|
D | MipsSEInstrInfo.cpp | 390 expandExtractElementF64(MBB, MI, false); in expandPostRAPseudo() 393 expandExtractElementF64(MBB, MI, true); in expandPostRAPseudo() 608 void MipsSEInstrInfo::expandExtractElementF64(MachineBasicBlock &MBB, in expandExtractElementF64() function in MipsSEInstrInfo
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSEInstrInfo.h | 112 void expandExtractElementF64(MachineBasicBlock &MBB,
|
D | MipsSEFrameLowering.cpp | 87 bool expandExtractElementF64(MachineBasicBlock &MBB, 149 if (expandExtractElementF64(MBB, I, false)) in expandInstr() 153 if (expandExtractElementF64(MBB, I, true)) in expandInstr() 343 bool ExpandPseudo::expandExtractElementF64(MachineBasicBlock &MBB, in expandExtractElementF64() function in ExpandPseudo
|
D | MipsSEInstrInfo.cpp | 470 expandExtractElementF64(MBB, MI, isMicroMips, false); in expandPostRAPseudo() 473 expandExtractElementF64(MBB, MI, isMicroMips, true); in expandPostRAPseudo() 766 void MipsSEInstrInfo::expandExtractElementF64(MachineBasicBlock &MBB, in expandExtractElementF64() function in MipsSEInstrInfo
|