Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAutoUpgrade.h32 template <typename T> class OperandBundleDefT; variable
33 using OperandBundleDef = OperandBundleDefT<Value *>;
H A DInstrTypes.h1127 template <typename InputTy> class OperandBundleDefT {
1132 explicit OperandBundleDefT(std::string Tag, std::vector<InputTy> Inputs)
1134 explicit OperandBundleDefT(std::string Tag, ArrayRef<InputTy> Inputs)
1137 explicit OperandBundleDefT(const OperandBundleUse &OBU) {
1153 using OperandBundleDef = OperandBundleDefT<Value *>;
1154 using ConstOperandBundleDef = OperandBundleDefT<const Value *>;
/llvm-project-15.0.7/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp27 using OperandBundleDef = OperandBundleDefT<Value *>;
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp143 {OperandBundleDefT<Value *>("ExplicitUse", UseInstance)}, in markUsedByKernel()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp242 OpBundle.push_back(OperandBundleDefT<Value *>( in build()
/llvm-project-15.0.7/llvm/lib/IR/
H A DIRBuilder.cpp1275 OperandBundleDefT<Value *> AlignOpB("align", Vals); in CreateAlignmentAssumptionHelper()