LLVM 20.0.0git
|
This file implements the MachineIRBuidler class. More...
#include "llvm/CodeGen/GlobalISel/MachineIRBuilder.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/TargetInstrInfo.h"
#include "llvm/CodeGen/TargetLowering.h"
#include "llvm/CodeGen/TargetOpcodes.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/IR/DebugInfoMetadata.h"
Go to the source code of this file.
Functions | |
static unsigned | getIntrinsicOpcode (bool HasSideEffects, bool IsConvergent) |
This file implements the MachineIRBuidler class.
Definition in file MachineIRBuilder.cpp.
Definition at line 837 of file MachineIRBuilder.cpp.
Referenced by llvm::MachineIRBuilder::buildIntrinsic().