Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAutoUpgrade.h33 template <typename T> class OperandBundleDefT; variable
34 using OperandBundleDef = OperandBundleDefT<Value *>;
H A DInstrTypes.h1069 template <typename InputTy> class OperandBundleDefT {
1074 explicit OperandBundleDefT(std::string Tag, std::vector<InputTy> Inputs)
1076 explicit OperandBundleDefT(std::string Tag, ArrayRef<InputTy> Inputs)
1079 explicit OperandBundleDefT(const OperandBundleUse &OBU) {
1095 using OperandBundleDef = OperandBundleDefT<Value *>;
1096 using ConstOperandBundleDef = OperandBundleDefT<const Value *>;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp28 using OperandBundleDef = OperandBundleDefT<Value *>;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp241 OpBundle.push_back(OperandBundleDefT<Value *>( in build()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp1225 OperandBundleDefT<Value *> AlignOpB("align", Vals); in CreateAlignmentAssumptionHelper()
1256 OperandBundleDefT<Value *> DereferenceableOpB("dereferenceable", Vals); in CreateDereferenceableAssumption()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp37 using OperandBundleDef = OperandBundleDefT<Value *>;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp295 Decl, {}, {OperandBundleDefT<Value *>("ExplicitUse", UseInstance)}); in markUsedByKernel()
H A DAMDGPUSwLowerLDS.cpp342 {OperandBundleDefT<Value *>("ExplicitUse", UseInstance)}); in markUsedByKernel()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp3552 OperandBundleDefT<Value *> OBD("separate_storage", Values); in EmitBuiltinExpr()