Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/IR/
H A DAutoUpgrade.h32 template <typename T> class OperandBundleDefT; variable
33 using OperandBundleDef = OperandBundleDefT<Value *>;
H A DInstrTypes.h1062 /// Unlike OperandBundleUse, OperandBundleDefT owns the memory it carries, and
1065 template <typename InputTy> class OperandBundleDefT {
1070 explicit OperandBundleDefT(std::string Tag, std::vector<InputTy> Inputs)
1072 explicit OperandBundleDefT(std::string Tag, ArrayRef<InputTy> Inputs)
1075 explicit OperandBundleDefT(const OperandBundleUse &OBU) {
1091 using OperandBundleDef = OperandBundleDefT<Value *>;
1092 using ConstOperandBundleDef = OperandBundleDefT<const Value *>;
/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp28 using OperandBundleDef = OperandBundleDefT<Value *>;
/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp242 OpBundle.push_back(OperandBundleDefT<Value *>( in build()
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp38 using OperandBundleDef = OperandBundleDefT<Value *>;
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp295 Decl, {}, {OperandBundleDefT<Value *>("ExplicitUse", UseInstance)}); in markUsedByKernel()
/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp1261 OperandBundleDefT<Value *> AlignOpB("align", Vals); in CreatePreserveStructAccessIndex()
/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp3736 OperandBundleDefT<Value *> OBD("separate_storage", Values); in EmitBuiltinExpr()