LLVM 19.0.0git
Macros | Functions
X86InsertWait.cpp File Reference
#include "X86.h"
#include "X86InstrInfo.h"
#include "X86Subtarget.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineOperand.h"
#include "llvm/IR/DebugLoc.h"
#include "llvm/Support/Debug.h"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "x86-insert-wait"
 

Functions

static bool isX87ControlInstruction (MachineInstr &MI)
 
static bool isX87NonWaitingControlInstruction (MachineInstr &MI)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "x86-insert-wait"

Definition at line 35 of file X86InsertWait.cpp.

Function Documentation

◆ isX87ControlInstruction()

static bool isX87ControlInstruction ( MachineInstr MI)
static

Definition at line 58 of file X86InsertWait.cpp.

References MI.

◆ isX87NonWaitingControlInstruction()

static bool isX87NonWaitingControlInstruction ( MachineInstr MI)
static

Definition at line 82 of file X86InsertWait.cpp.

References MI.