Home
last modified time | relevance | path

Searched refs:GenericSSAContext (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DSSAContext.h10 /// This file declares a specialization of the GenericSSAContext<X>
18 #include "llvm/ADT/GenericSSAContext.h"
40 using SSAContext = GenericSSAContext<Function>;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h47 template <typename T> class GenericSSAContext; variable
48 using SSAContext = GenericSSAContext<Function>;
H A DMachineSSAContext.h38 using MachineSSAContext = GenericSSAContext<MachineFunction>;
H A DSelectionDAG.h95 template <typename T> class GenericSSAContext; variable
96 using SSAContext = GenericSSAContext<Function>;
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericSSAContext.h1 //===- GenericSSAContext.h --------------------------------------*- C++ -*-===//
10 /// This file defines the little GenericSSAContext<X> template class
32 // template GenericSSAContext below.
41 template <typename _FunctionT> class GenericSSAContext {
80 GenericSSAContext() = default;
81 GenericSSAContext(const FunctionT *F) : F(F) {}
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankLegalizeRules.h24 template <typename T> class GenericSSAContext; variable
25 using MachineSSAContext = GenericSSAContext<MachineFunction>;