Home
last modified time | relevance | path

Searched refs:isX87Instruction (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertWait.cpp107 if (!X86::isX87Instruction(*MI)) in runOnMachineFunction()
118 if (AfterMI != MBB.end() && X86::isX87Instruction(*AfterMI) && in runOnMachineFunction()
H A DX86InstrInfo.h106 bool isX87Instruction(MachineInstr &MI);
H A DX86FloatingPoint.cpp844 if (X86::isX87Instruction(MI)) in getNextFPInstruction()
H A DX86InstrInfo.cpp3538 bool X86::isX87Instruction(MachineInstr &MI) { in isX87Instruction() function in X86