Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DAutoUpgrade.h32 template <typename T> class OperandBundleDefT; variable
33 using OperandBundleDef = OperandBundleDefT<Value *>;
H A DInstrTypes.h1137 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 *>;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp27 using OperandBundleDef = OperandBundleDefT<Value *>;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp242 OpBundle.push_back(OperandBundleDefT<Value *>( in build()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp233 {OperandBundleDefT<Value *>("ExplicitUse", UseInstance)}, in markUsedByKernel()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIRBuilder.cpp1379 OperandBundleDefT<Value *> AlignOpB("align", Vals); in CreateAlignmentAssumptionHelper()