Searched refs:OperandBundleDefT (Results 1 – 8 of 8) sorted by relevance
32 template <typename T> class OperandBundleDefT; variable33 using OperandBundleDef = OperandBundleDefT<Value *>;
1212 template <typename InputTy> class OperandBundleDefT {1217 explicit OperandBundleDefT(std::string Tag, std::vector<InputTy> Inputs)1219 explicit OperandBundleDefT(std::string Tag, ArrayRef<InputTy> Inputs)1222 explicit OperandBundleDefT(const OperandBundleUse &OBU) {1238 using OperandBundleDef = OperandBundleDefT<Value *>;1239 using ConstOperandBundleDef = OperandBundleDefT<const Value *>;
27 using OperandBundleDef = OperandBundleDefT<Value *>;
241 OpBundle.push_back(OperandBundleDefT<Value *>( in build()
35 using OperandBundleDef = OperandBundleDefT<Value *>;
305 Decl, {}, {OperandBundleDefT<Value *>("ExplicitUse", UseInstance)}); in markUsedByKernel()
1322 OperandBundleDefT<Value *> AlignOpB("align", Vals); in CreateAlignmentAssumptionHelper()
3319 OperandBundleDefT<Value *> OBD("separate_storage", Values); in EmitBuiltinExpr()