Searched refs:OperandBundleDefT (Results 1 – 6 of 6) sorted by relevance
32 template <typename T> class OperandBundleDefT; variable33 using OperandBundleDef = OperandBundleDefT<Value *>;
1137 template <typename InputTy> class OperandBundleDefT {1142 explicit OperandBundleDefT(std::string Tag, std::vector<InputTy> Inputs)1144 explicit OperandBundleDefT(std::string Tag, ArrayRef<InputTy> Inputs)1147 explicit OperandBundleDefT(const OperandBundleUse &OBU) {1163 using OperandBundleDef = OperandBundleDefT<Value *>;1164 using ConstOperandBundleDef = OperandBundleDefT<const Value *>;
27 using OperandBundleDef = OperandBundleDefT<Value *>;
242 OpBundle.push_back(OperandBundleDefT<Value *>( in build()
233 {OperandBundleDefT<Value *>("ExplicitUse", UseInstance)}, in markUsedByKernel()
1379 OperandBundleDefT<Value *> AlignOpB("align", Vals); in CreateAlignmentAssumptionHelper()