Searched refs:OperandBundleDefT (Results 1 – 8 of 8) sorted by relevance
32 template <typename T> class OperandBundleDefT; variable33 using OperandBundleDef = OperandBundleDefT<Value *>;
1189 template <typename InputTy> class OperandBundleDefT {1194 explicit OperandBundleDefT(std::string Tag, std::vector<InputTy> Inputs)1196 explicit OperandBundleDefT(std::string Tag, ArrayRef<InputTy> Inputs)1199 explicit OperandBundleDefT(const OperandBundleUse &OBU) {1215 using OperandBundleDef = OperandBundleDefT<Value *>;1216 using ConstOperandBundleDef = OperandBundleDefT<const Value *>;
28 using OperandBundleDef = OperandBundleDefT<Value *>;
241 OpBundle.push_back(OperandBundleDefT<Value *>( in build()
38 using OperandBundleDef = OperandBundleDefT<Value *>;
295 Decl, {}, {OperandBundleDefT<Value *>("ExplicitUse", UseInstance)}); in markUsedByKernel()
1303 OperandBundleDefT<Value *> AlignOpB("align", Vals); in CreateAlignmentAssumptionHelper()
3443 OperandBundleDefT<Value *> OBD("separate_storage", Values); in EmitBuiltinExpr()