Home
last modified time | relevance | path

Searched defs:Bundles (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp170 SmallVector<llvm::OperandBundleDef, 1> Bundles; in insertCFGuardCheck() local
208 SmallVector<llvm::OperandBundleDef, 1> Bundles; in insertCFGuardDispatch() local
/openbsd/gnu/llvm/clang/lib/Driver/
H A DXRayArgs.cpp111 auto Bundles = in XRayArgs() local
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DAssumeBundleQueries.cpp71 for (auto &Bundles : Assume.bundle_op_infos()) { in fillMapFromAssume() local
/openbsd/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp266 CallBase *CallBase::Create(CallBase *CB, ArrayRef<OperandBundleDef> Bundles, in Create()
432 CallBase::populateBundleOperandInfos(ArrayRef<OperandBundleDef> Bundles, in populateBundleOperandInfos()
510 SmallVector<OperandBundleDef, 1> Bundles; in addOperandBundle() local
518 SmallVector<OperandBundleDef, 1> Bundles; in removeOperandBundle() local
625 ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr) { in init()
901 ArrayRef<OperandBundleDef> Bundles, in createFree()
939 ArrayRef<OperandBundleDef> Bundles, in CreateFree()
954 ArrayRef<OperandBundleDef> Bundles, in CreateFree()
967 ArrayRef<OperandBundleDef> Bundles, in init()
1036 ArrayRef<OperandBundleDef> Bundles, in init()
H A DAutoUpgrade.cpp4995 void llvm::UpgradeOperandBundles(std::vector<OperandBundleDef> &Bundles) { in UpgradeOperandBundles()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocGreedy.h180 EdgeBundles *Bundles; variable
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1401 SmallVector<OperandBundleDef, 1> Bundles; in runSjLjOnFunction() local
1825 SmallVector<OperandBundleDef, 1> Bundles; in handleLongjmpableCallsForWasmSjLj() local
/openbsd/gnu/llvm/llvm/docs/
H A DCodeGenerator.rst595 .. _MC Layer:
H A DLangRef.rst2410 Deoptimization Operand Bundles
2470 .. _ob_funclet:
2472 Funclet Operand Bundles
2511 .. _assume_opbundles:
2513 Assume Operand Bundles
2601 .. _ob_preallocated:
2627 .. _ob_gc_live:
2662 .. _ob_ptrauth:
2671 .. _ob_kcfi:
2673 KCFI Operand Bundles
[all …]
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCoroutine.cpp402 auto Bundles = getBundlesForCoroEnd(CGF); in Emit() local
H A DCodeGenFunction.cpp2627 const CGCallee &Callee, SmallVectorImpl<llvm::OperandBundleDef> &Bundles) { in EmitKCFIOperandBundle()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp123 EdgeBundles *Bundles = nullptr; member