23#include "llvm/IR/IntrinsicsSPIRV.h"
26#define DEBUG_TYPE "spirv-prelegalizer"
56 cast<Constant>(cast<ConstantAsMetadata>(
57 MI.getOperand(3).getMetadata()->getOperand(0))
59 if (
auto *GV = dyn_cast<GlobalValue>(Const)) {
62 GR->
add(GV, &MF, SrcReg);
64 RegsAlreadyAddedToDT[&
MI] = Reg;
68 if (
auto *ConstVec = dyn_cast<ConstantDataVector>(Const)) {
69 auto *BuildVec =
MRI.getVRegDef(SrcReg);
71 BuildVec->getOpcode() == TargetOpcode::G_BUILD_VECTOR);
72 for (
unsigned i = 0; i < ConstVec->getNumElements(); ++i) {
75 Constant *ElemConst = ConstVec->getElementAsConstant(i);
78 GR->
add(ElemConst, &MF, BuildVec->getOperand(1 + i).getReg());
80 BuildVec->getOperand(1 + i).setReg(ElemReg);
83 GR->
add(Const, &MF, SrcReg);
84 TrackedConstRegs.
insert(SrcReg);
85 if (Const->getType()->isTargetExtTy()) {
88 if (SrcMI && (SrcMI->
getOpcode() == TargetOpcode::G_CONSTANT ||
89 SrcMI->
getOpcode() == TargetOpcode::G_IMPLICIT_DEF))
90 TargetExtConstTypes[SrcMI] = Const->getType();
91 if (Const->isNullValue()) {
101 RegsAlreadyAddedToDT[&
MI] = Reg;
104 assert(
MI.getOperand(2).isReg() &&
"Reg operand is expected");
106 if (SrcMI &&
isSpvIntrinsic(*SrcMI, Intrinsic::spv_const_composite))
115 Reg = RegsAlreadyAddedToDT[
MI];
116 auto *RC =
MRI.getRegClassOrNull(
MI->getOperand(0).getReg());
117 if (!
MRI.getRegClassOrNull(Reg) && RC)
118 MRI.setRegClass(Reg, RC);
119 MRI.replaceRegWith(
MI->getOperand(0).getReg(), Reg);
120 MI->eraseFromParent();
123 MI->eraseFromParent();
131 const unsigned AssignNameOperandShift = 2;
136 unsigned NumOp =
MI.getNumExplicitDefs() + AssignNameOperandShift;
137 while (
MI.getOperand(NumOp).isReg()) {
141 MI.removeOperand(NumOp);
145 if (
MRI.use_empty(DefReg) && !TrackedConstRegs.
contains(DefReg))
151 MI->eraseFromParent();
157 IE =
MRI->use_instr_end();
201 MRI->replaceRegWith(Def, Source);
208 LLT DefType =
MRI->getType(Def);
209 if (DefType ==
MRI->getType(Source))
218 MI->eraseFromParent();
239 assert(
MI &&
"Machine instr is expected");
240 if (
MI->getOperand(0).isReg()) {
244 switch (
MI->getOpcode()) {
245 case TargetOpcode::G_CONSTANT: {
247 Type *Ty =
MI->getOperand(1).getCImm()->getType();
251 case TargetOpcode::G_GLOBAL_VALUE: {
256 Global->getType()->getAddressSpace());
260 case TargetOpcode::G_ANYEXT:
261 case TargetOpcode::G_SEXT:
262 case TargetOpcode::G_ZEXT: {
263 if (
MI->getOperand(1).isReg()) {
265 MRI.getVRegDef(
MI->getOperand(1).getReg())) {
268 unsigned ExpectedBW =
269 std::max(
MRI.getType(Reg).getScalarSizeInBits(), CurrentBW);
280 case TargetOpcode::G_PTRTOINT:
282 MRI.getType(Reg).getScalarSizeInBits(), MIB);
284 case TargetOpcode::G_TRUNC:
285 case TargetOpcode::G_ADDRSPACE_CAST:
286 case TargetOpcode::G_PTR_ADD:
287 case TargetOpcode::COPY: {
299 if (!
MRI.getRegClassOrNull(Reg))
301 : &SPIRV::iIDRegClass);
311 LLT RegType =
MRI.getType(Reg);
317 unsigned NewSz = std::min(std::max(1u <<
Log2_32_Ceil(Sz), 8u), 64u);
322static std::pair<Register, unsigned>
329 MRI.setRegClass(Reg, RC);
330 unsigned GetIdOp = SPIRV::GET_ID;
331 if (RC == &SPIRV::fIDRegClass)
332 GetIdOp = SPIRV::GET_fID;
333 else if (RC == &SPIRV::pIDRegClass)
334 GetIdOp = SPIRV::GET_pID;
335 else if (RC == &SPIRV::vfIDRegClass)
336 GetIdOp = SPIRV::GET_vfID;
337 else if (RC == &SPIRV::vpIDRegClass)
338 GetIdOp = SPIRV::GET_vpID;
339 else if (RC == &SPIRV::vIDRegClass)
340 GetIdOp = SPIRV::GET_vID;
341 return {Reg, GetIdOp};
354 assert((Ty || SpvType) &&
"Either LLVM or SPIRV type is expected.");
356 (Def->getNextNode() ? Def->getNextNode()->getIterator()
357 : Def->getParent()->end()));
359 Register NewReg =
MRI.createGenericVirtualRegister(
MRI.getType(Reg));
360 if (
auto *RC =
MRI.getRegClassOrNull(Reg)) {
361 MRI.setRegClass(NewReg, RC);
364 MRI.setRegClass(NewReg, RegClass);
365 MRI.setRegClass(Reg, RegClass);
373 const uint32_t Flags = Def->getFlags();
379 Def->getOperand(0).setReg(NewReg);
385 assert(
MI.getNumDefs() > 0 &&
MRI.hasOneUse(
MI.getOperand(0).getReg()));
387 *(
MRI.use_instr_begin(
MI.getOperand(0).getReg()));
391 MI.getOperand(0).setReg(NewReg);
393 (
MI.getNextNode() ?
MI.getNextNode()->getIterator()
394 :
MI.getParent()->end()));
395 for (
auto &
Op :
MI.operands()) {
396 if (!
Op.isReg() ||
Op.isDef())
400 Op.setReg(IdOpInfo.first);
417 bool IsExtendedInts =
419 SPIRV::Extension::SPV_INTEL_arbitrary_precision_integers) ||
420 ST->canUseExtension(SPIRV::Extension::SPV_KHR_bit_instructions);
426 bool ReachedBegin =
false;
430 unsigned MIOp =
MI.getOpcode();
432 if (!IsExtendedInts) {
434 for (
const auto &MOP :
MI.operands())
448 assert(Def &&
"Expecting an instruction that defines the register");
450 if (Def->getOpcode() != TargetOpcode::G_GLOBAL_VALUE &&
451 Def->getOpcode() != SPIRV::ASSIGN_TYPE)
459 assert(Def &&
"Expecting an instruction that defines the register");
461 if (Def->getOpcode() != TargetOpcode::G_GLOBAL_VALUE &&
462 Def->getOpcode() != SPIRV::ASSIGN_TYPE)
465 }
else if (MIOp == TargetOpcode::G_CONSTANT ||
466 MIOp == TargetOpcode::G_FCONSTANT ||
467 MIOp == TargetOpcode::G_BUILD_VECTOR) {
474 bool NeedAssignType =
true;
475 if (
MRI.hasOneUse(Reg)) {
480 if (
UseMI.getOpcode() == SPIRV::ASSIGN_TYPE)
481 NeedAssignType =
false;
484 if (MIOp == TargetOpcode::G_CONSTANT) {
485 auto TargetExtIt = TargetExtConstTypes.
find(&
MI);
486 Ty = TargetExtIt == TargetExtConstTypes.
end()
487 ?
MI.getOperand(1).getCImm()->getType()
488 : TargetExtIt->second;
492 GR->
add(OpCI, &MF, Reg);
493 }
else if (PrimaryReg != Reg &&
494 MRI.getType(Reg) ==
MRI.getType(PrimaryReg)) {
495 auto *RCReg =
MRI.getRegClassOrNull(Reg);
496 auto *RCPrimary =
MRI.getRegClassOrNull(PrimaryReg);
497 if (!RCReg || RCPrimary == RCReg) {
498 RegsAlreadyAddedToDT[&
MI] = PrimaryReg;
500 NeedAssignType =
false;
503 }
else if (MIOp == TargetOpcode::G_FCONSTANT) {
504 Ty =
MI.getOperand(1).getFPImm()->getType();
506 assert(MIOp == TargetOpcode::G_BUILD_VECTOR);
507 Type *ElemTy =
nullptr;
511 if (ElemMI->
getOpcode() == TargetOpcode::G_CONSTANT) {
513 }
else if (ElemMI->
getOpcode() == TargetOpcode::G_FCONSTANT) {
518 if (!NextMI || NextMI->
getOpcode() != SPIRV::ASSIGN_TYPE ||
523 Ty = VectorType::get(
524 ElemTy,
MI.getNumExplicitOperands() -
MI.getNumExplicitDefs(),
527 NeedAssignType =
false;
531 }
else if (MIOp == TargetOpcode::G_GLOBAL_VALUE) {
542 auto It = RegsAlreadyAddedToDT.
find(
MI);
544 MRI.replaceRegWith(
MI->getOperand(0).getReg(), It->second);
545 MI->eraseFromParent();
552 switch (
MI.getOpcode()) {
553 case TargetOpcode::G_TRUNC:
554 case TargetOpcode::G_ANYEXT:
555 case TargetOpcode::G_SEXT:
556 case TargetOpcode::G_ZEXT:
557 case TargetOpcode::G_PTRTOINT:
558 case TargetOpcode::COPY:
559 case TargetOpcode::G_ADDRSPACE_CAST:
586 if (
MI.getOpcode() != SPIRV::ASSIGN_TYPE)
589 unsigned Opcode =
MRI.getVRegDef(SrcReg)->getOpcode();
595 if (Opcode == TargetOpcode::G_CONSTANT &&
MRI.hasOneUse(DstReg)) {
597 if (
UseMI.getOpcode() == TargetOpcode::G_ADDRSPACE_CAST)
610 for (
unsigned Idx = StartOp, MISz =
MI->getNumOperands();
Idx != MISz;
615 if (
Idx == AsmDescOp && MO.
isImm()) {
618 AsmDescOp += 1 +
F.getNumOperandRegisters();
639 for (
unsigned i = 0, Sz = ToProcess.
size(); i + 1 < Sz; i += 2) {
640 MachineInstr *I1 = ToProcess[i], *I2 = ToProcess[i + 1];
647 MRI.setRegClass(AsmTargetReg, &SPIRV::iIDRegClass);
651 GR->
add(AsmTargetMIB.getInstr(), &MF, AsmTargetReg);
655 const MDNode *IAMD = I1->getOperand(1).getMetadata();
658 for (
const auto &ArgTy : FTy->params())
663 FTy, RetType, ArgTypes, MIRBuilder);
667 MRI.setRegClass(AsmReg, &SPIRV::iIDRegClass);
668 auto AsmMIB = MIRBuilder.
buildInstr(SPIRV::OpAsmINTEL)
677 addStringImm(cast<MDString>(I1->getOperand(2).getMetadata()->getOperand(0))
680 GR->
add(AsmMIB.getInstr(), &MF, AsmReg);
687 .
addImm(
static_cast<uint32_t>(SPIRV::Decoration::SideEffectsINTEL));
692 MRI.setRegClass(DefReg, &SPIRV::iIDRegClass);
698 auto AsmCall = MIRBuilder.
buildInstr(SPIRV::OpAsmCallINTEL)
702 for (
unsigned IntrIdx = 3; IntrIdx < I1->getNumOperands(); ++IntrIdx)
703 AsmCall.
addUse(I1->getOperand(IntrIdx).getReg());
706 MI->eraseFromParent();
716 MI.getOpcode() == TargetOpcode::INLINEASM)
720 if (ToProcess.
size() == 0)
723 if (!ST.canUseExtension(SPIRV::Extension::SPV_INTEL_inline_assembly))
725 "following SPIR-V extension: SPV_INTEL_inline_assembly",
739 MI.getOperand(2).getMetadata());
744 MI->eraseFromParent();
762 for (
unsigned i = 2; i <
MI.getNumOperands(); ++i) {
770 BuildMBB->
getOpcode() == TargetOpcode::G_BLOCK_ADDR &&
781 for (
auto &SwIt : Switches) {
785 for (
unsigned i = 0; i < Ins.size(); ++i) {
786 if (Ins[i]->
getOpcode() == TargetOpcode::G_BLOCK_ADDR) {
788 Ins[i]->getOperand(1).getBlockAddress()->getBasicBlock();
789 auto It = BB2MBB.
find(CaseBB);
790 if (It == BB2MBB.
end())
792 "block in a switch statement");
794 MI.getParent()->addSuccessor(It->second);
801 for (
unsigned i =
MI.getNumOperands() - 1; i > 1; --i)
803 for (
auto &MO : NewOps)
808 Next =
MI.getNextNode();
810 if (Next && Next->getOpcode() == TargetOpcode::G_BRINDIRECT)
824 if (BlockAddrI->getOpcode() == TargetOpcode::G_BLOCK_ADDR) {
826 BlockAddrI->getOperand(1).getBlockAddress());
831 BlockAddrI->eraseFromParent();
873 GR->setCurrentFunc(MF);
895char SPIRVPreLegalizer::
ID = 0;
898 return new SPIRVPreLegalizer();
unsigned const MachineRegisterInfo * MRI
MachineInstrBuilder & UseMI
This file contains the simple types necessary to represent the attributes associated with functions a...
This file contains the declarations for the subclasses of Constant, which represent the different fla...
Returns the sub type a function will return at a given Idx Should correspond to the result type of an ExtractValue instruction executed with just that one unsigned Idx
#define INITIALIZE_PASS(passName, arg, name, cfg, analysis)
This file builds on the ADT/GraphTraits.h file to build a generic graph post order iterator.
assert(ImpDefSCC.getReg()==AMDGPU::SCC &&ImpDefSCC.isDef())
static Register collectInlineAsmInstrOperands(MachineInstr *MI, SmallVector< unsigned, 4 > *Ops=nullptr)
static void insertInlineAsm(MachineFunction &MF, SPIRVGlobalRegistry *GR, const SPIRVSubtarget &ST, MachineIRBuilder MIRBuilder)
static void insertInlineAsmProcess(MachineFunction &MF, SPIRVGlobalRegistry *GR, const SPIRVSubtarget &ST, MachineIRBuilder MIRBuilder, const SmallVector< MachineInstr * > &ToProcess)
static void removeImplicitFallthroughs(MachineFunction &MF, MachineIRBuilder MIB)
static bool isImplicitFallthrough(MachineBasicBlock &MBB)
bool isTypeFoldingSupported(unsigned Opcode)
static void insertBitcasts(MachineFunction &MF, SPIRVGlobalRegistry *GR, MachineIRBuilder MIB)
static void processInstrsWithTypeFolding(MachineFunction &MF, SPIRVGlobalRegistry *GR, MachineIRBuilder MIB)
static void widenScalarLLTNextPow2(Register Reg, MachineRegisterInfo &MRI)
static SPIRVType * propagateSPIRVType(MachineInstr *MI, SPIRVGlobalRegistry *GR, MachineRegisterInfo &MRI, MachineIRBuilder &MIB)
static MachineInstr * findAssignTypeInstr(Register Reg, MachineRegisterInfo *MRI)
static void processSwitches(MachineFunction &MF, SPIRVGlobalRegistry *GR, MachineIRBuilder MIB)
static void addConstantsToTrack(MachineFunction &MF, SPIRVGlobalRegistry *GR, const SPIRVSubtarget &STI, DenseMap< MachineInstr *, Type * > &TargetExtConstTypes, SmallSet< Register, 4 > &TrackedConstRegs)
static void foldConstantsIntoIntrinsics(MachineFunction &MF, const SmallSet< Register, 4 > &TrackedConstRegs)
static void insertSpirvDecorations(MachineFunction &MF, MachineIRBuilder MIB)
static std::pair< Register, unsigned > createNewIdReg(SPIRVType *SpvType, Register SrcReg, MachineRegisterInfo &MRI, const SPIRVGlobalRegistry &GR)
static void generateAssignInstrs(MachineFunction &MF, SPIRVGlobalRegistry *GR, MachineIRBuilder MIB, DenseMap< MachineInstr *, Type * > &TargetExtConstTypes)
static std::optional< unsigned > getOpcode(ArrayRef< VPValue * > Values)
Returns the opcode of Values or ~0 if they do not all agree.
LLVM Basic Block Representation.
The address of a basic block.
static Constant * getIntToPtr(Constant *C, Type *Ty, bool OnlyIfReduced=false)
This is the shared class of boolean and integer constants.
uint64_t getZExtValue() const
Return the constant as a 64-bit unsigned integer value after it has been zero extended as appropriate...
This is an important base class in LLVM.
void destroyConstant()
Called if some element of this constant is no longer valid.
This class represents an Operation in the Expression.
iterator find(const_arg_type_t< KeyT > Val)
bool contains(const_arg_type_t< KeyT > Val) const
Return true if the specified key is in the map, false otherwise.
FunctionPass class - This class is used to implement most global optimizations.
LLVMContext & getContext() const
getContext - Return a reference to the LLVMContext associated with this function.
constexpr unsigned getScalarSizeInBits() const
constexpr bool isScalar() const
static constexpr LLT scalar(unsigned SizeInBits)
Get a low-level scalar or aggregate "bag of bits".
static constexpr LLT pointer(unsigned AddressSpace, unsigned SizeInBits)
Get a low-level pointer in the given address space.
constexpr unsigned getAddressSpace() const
const BasicBlock * getBasicBlock() const
Return the LLVM basic block that this instance corresponded to originally.
bool canFallThrough()
Return true if the block can implicitly transfer control to the block after it by falling off the end...
iterator_range< succ_iterator > successors()
reverse_iterator rbegin()
MachineFunctionPass - This class adapts the FunctionPass interface to allow convenient creation of pa...
virtual bool runOnMachineFunction(MachineFunction &MF)=0
runOnMachineFunction - This method must be overloaded to perform the desired machine code transformat...
const TargetSubtargetInfo & getSubtarget() const
getSubtarget - Return the subtarget for which this machine code is being compiled.
MachineRegisterInfo & getRegInfo()
getRegInfo - Return information about the registers currently in use.
Function & getFunction()
Return the LLVM function that this machine code represents.
Helper class to build MachineInstr.
MachineInstrBuilder buildBr(MachineBasicBlock &Dest)
Build and insert G_BR Dest.
void setInsertPt(MachineBasicBlock &MBB, MachineBasicBlock::iterator II)
Set the insertion point before the specified position.
MachineInstrBuilder buildInstr(unsigned Opcode)
Build and insert <empty> = Opcode <empty>.
MachineFunction & getMF()
Getter for the function we currently build.
MachineInstrBuilder buildBitcast(const DstOp &Dst, const SrcOp &Src)
Build and insert Dst = G_BITCAST Src.
MachineRegisterInfo * getMRI()
Getter for MRI.
const MachineInstrBuilder & addImm(int64_t Val) const
Add a new immediate operand.
const MachineInstrBuilder & addUse(Register RegNo, unsigned Flags=0, unsigned SubReg=0) const
Add a virtual register use operand.
const MachineInstrBuilder & setMIFlags(unsigned Flags) const
const MachineInstrBuilder & addDef(Register RegNo, unsigned Flags=0, unsigned SubReg=0) const
Add a virtual register definition operand.
Representation of each machine instruction.
unsigned getOpcode() const
Returns the opcode of this MachineInstr.
void addOperand(MachineFunction &MF, const MachineOperand &Op)
Add the specified operand to the instruction.
void setDesc(const MCInstrDesc &TID)
Replace the instruction descriptor (thus opcode) of the current instruction with a new one.
const MachineOperand & getOperand(unsigned i) const
MachineOperand class - Representation of each machine instruction operand.
const ConstantInt * getCImm() const
bool isReg() const
isReg - Tests if this is a MO_Register operand.
static MachineOperand CreateCImm(const ConstantInt *CI)
void setReg(Register Reg)
Change the register this operand corresponds to.
bool isImm() const
isImm - Tests if this is a MO_Immediate operand.
bool isMetadata() const
isMetadata - Tests if this is a MO_Metadata operand.
const BlockAddress * getBlockAddress() const
static MachineOperand CreateImm(int64_t Val)
bool isBlockAddress() const
isBlockAddress - Tests if this is a MO_BlockAddress operand.
Register getReg() const
getReg - Returns the register number.
const ConstantFP * getFPImm() const
static MachineOperand CreateReg(Register Reg, bool isDef, bool isImp=false, bool isKill=false, bool isDead=false, bool isUndef=false, bool isEarlyClobber=false, unsigned SubReg=0, bool isDebug=false, bool isInternalRead=false, bool isRenamable=false)
static MachineOperand CreateMBB(MachineBasicBlock *MBB, unsigned TargetFlags=0)
defusechain_iterator - This class provides iterator support for machine operands in the function that...
MachineRegisterInfo - Keep track of information for virtual and physical registers,...
static PassRegistry * getPassRegistry()
getPassRegistry - Access the global registry object, which is automatically initialized at applicatio...
Wrapper class representing virtual and physical registers.
constexpr bool isValid() const
SPIRVType * getSPIRVTypeForVReg(Register VReg, const MachineFunction *MF=nullptr) const
void add(const Constant *C, MachineFunction *MF, Register R)
unsigned getScalarOrVectorComponentCount(Register VReg) const
unsigned getPointerSize() const
Register getSPIRVTypeID(const SPIRVType *SpirvType) const
SPIRVType * getOrCreateSPIRVType(const Type *Type, MachineIRBuilder &MIRBuilder, SPIRV::AccessQualifier::AccessQualifier AQ=SPIRV::AccessQualifier::ReadWrite, bool EmitIR=true)
void assignSPIRVTypeToVReg(SPIRVType *Type, Register VReg, MachineFunction &MF)
SPIRVType * getOrCreateOpTypeFunctionWithArgs(const Type *Ty, SPIRVType *RetType, const SmallVectorImpl< SPIRVType * > &ArgTypes, MachineIRBuilder &MIRBuilder)
const TargetRegisterClass * getRegClass(SPIRVType *SpvType) const
Register find(const MachineInstr *MI, MachineFunction *MF)
SPIRVType * getOrCreateSPIRVPointerType(SPIRVType *BaseType, MachineIRBuilder &MIRBuilder, SPIRV::StorageClass::StorageClass SClass=SPIRV::StorageClass::Function)
SPIRVType * getOrCreateSPIRVVectorType(SPIRVType *BaseType, unsigned NumElements, MachineIRBuilder &MIRBuilder)
SPIRVType * getOrCreateSPIRVIntegerType(unsigned BitWidth, MachineIRBuilder &MIRBuilder)
Type * getDeducedGlobalValueType(const GlobalValue *Global)
LLT getRegType(SPIRVType *SpvType) const
unsigned getScalarOrVectorBitWidth(const SPIRVType *Type) const
const SPIRVInstrInfo * getInstrInfo() const override
static constexpr unsigned MaxLegalAddressSpace
std::pair< iterator, bool > insert(PtrType Ptr)
Inserts Ptr if and only if there is no element in the container equal to Ptr.
SmallPtrSet - This class implements a set which is optimized for holding SmallSize or less elements.
SmallSet - This maintains a set of unique values, optimizing for the case when the set is small (less...
bool contains(const T &V) const
Check if the SmallSet contains the given element.
std::pair< const_iterator, bool > insert(const T &V)
insert - Insert an element into the set if it isn't already there.
void push_back(const T &Elt)
This is a 'vector' (really, a variable-sized array), optimized for the case when the array is small.
The instances of the Type class are immutable: once they are created, they are never changed.
static Type * getVoidTy(LLVMContext &C)
static IntegerType * getInt32Ty(LLVMContext &C)
static TypedPointerType * get(Type *ElementType, unsigned AddressSpace)
This constructs a pointer to an object of the specified type in a numbered address space.
Type * getType() const
All values are typed, get the type of this value.
void replaceAllUsesWith(Value *V)
Change all uses of this to point to a new Value.
#define llvm_unreachable(msg)
Marks that the current location is not supposed to be reachable.
unsigned ID
LLVM IR allows to use arbitrary numbers as calling convention identifiers.
This is an optimization pass for GlobalISel generic memory operations.
unsigned Log2_32_Ceil(uint32_t Value)
Return the ceil log base 2 of the specified value, 32 if the value is zero.
FunctionPass * createSPIRVPreLegalizerPass()
Register insertAssignInstr(Register Reg, Type *Ty, SPIRVType *SpirvTy, SPIRVGlobalRegistry *GR, MachineIRBuilder &MIB, MachineRegisterInfo &MRI)
Helper external function for inserting ASSIGN_TYPE instuction between Reg and its definition,...
iterator_range< po_iterator< T > > post_order(const T &G)
Type * toTypedPointer(Type *Ty)
void report_fatal_error(Error Err, bool gen_crash_diag=true)
Report a serious error, calling any installed error handler.
@ Global
Append to llvm.global_dtors.
SPIRV::StorageClass::StorageClass addressSpaceToStorageClass(unsigned AddrSpace, const SPIRVSubtarget &STI)
void processInstr(MachineInstr &MI, MachineIRBuilder &MIB, MachineRegisterInfo &MRI, SPIRVGlobalRegistry *GR)
MachineInstr * getDefInstrMaybeConstant(Register &ConstReg, const MachineRegisterInfo *MRI)
Type * getMDOperandAsType(const MDNode *N, unsigned I)
void initializeSPIRVPreLegalizerPass(PassRegistry &)
bool isSpvIntrinsic(const MachineInstr &MI, Intrinsic::ID IntrinsicID)
void addStringImm(const StringRef &Str, MCInst &Inst)
void buildOpSpirvDecorations(Register Reg, MachineIRBuilder &MIRBuilder, const MDNode *GVarMD)