13#ifndef LLVM_LIB_TARGET_SPIRV_SPIRVCALLLOWERING_H 
   14#define LLVM_LIB_TARGET_SPIRV_SPIRVCALLLOWERING_H 
   31  struct SPIRVIndirectCall {
 
   32    const Type *RetTy = 
nullptr;
 
   46                   Register SwiftErrorVReg) 
const override;
 
 
Analysis containing CSE Info
 
This file describes how to lower LLVM calls to machine code calls.
 
ArrayRef - Represent a constant reference to an array (0 or more elements consecutively in memory),...
 
CallLowering(const TargetLowering *TLI)
 
FunctionLoweringInfo - This contains information that is global to a function that is used when lower...
 
Helper class to build MachineInstr.
 
Wrapper class representing virtual and physical registers.
 
bool lowerCall(MachineIRBuilder &MIRBuilder, CallLoweringInfo &Info) const override
This hook must be implemented to lower the given call instruction, including argument and return valu...
 
bool lowerReturn(MachineIRBuilder &MIRBuiler, const Value *Val, ArrayRef< Register > VRegs, FunctionLoweringInfo &FLI, Register SwiftErrorVReg) const override
This hook must be implemented to lower outgoing return values, described by Val, into the specified v...
 
SPIRVCallLowering(const SPIRVTargetLowering &TLI, SPIRVGlobalRegistry *GR)
 
bool lowerFormalArguments(MachineIRBuilder &MIRBuilder, const Function &F, ArrayRef< ArrayRef< Register > > VRegs, FunctionLoweringInfo &FLI) const override
This hook must be implemented to lower the incoming (formal) arguments, described by VRegs,...
 
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.
 
LLVM Value Representation.
 
This is an optimization pass for GlobalISel generic memory operations.