Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DAutoUpgrade.h32 template <typename T> class OperandBundleDefT; variable
33 using OperandBundleDef = OperandBundleDefT<Value *>;
H A DInstrTypes.h1212 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 *>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp27 using OperandBundleDef = OperandBundleDefT<Value *>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp241 OpBundle.push_back(OperandBundleDefT<Value *>( in build()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp35 using OperandBundleDef = OperandBundleDefT<Value *>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp305 Decl, {}, {OperandBundleDefT<Value *>("ExplicitUse", UseInstance)}); in markUsedByKernel()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp1322 OperandBundleDefT<Value *> AlignOpB("align", Vals); in CreateAlignmentAssumptionHelper()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp3319 OperandBundleDefT<Value *> OBD("separate_storage", Values); in EmitBuiltinExpr()