Searched refs:OperandBundleDefT (Results 1 – 6 of 6) sorted by relevance
32 template <typename T> class OperandBundleDefT; variable33 using OperandBundleDef = OperandBundleDefT<Value *>;
1127 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 *>;
27 using OperandBundleDef = OperandBundleDefT<Value *>;
143 {OperandBundleDefT<Value *>("ExplicitUse", UseInstance)}, in markUsedByKernel()
242 OpBundle.push_back(OperandBundleDefT<Value *>( in build()
1275 OperandBundleDefT<Value *> AlignOpB("align", Vals); in CreateAlignmentAssumptionHelper()