Searched defs:Bundles (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Transforms/CFGuard/ |
H A D | CFGuard.cpp | 170 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 D | XRayArgs.cpp | 111 auto Bundles = in XRayArgs() local
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | AssumeBundleQueries.cpp | 71 for (auto &Bundles : Assume.bundle_op_infos()) { in fillMapFromAssume() local
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | Instructions.cpp | 266 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 D | AutoUpgrade.cpp | 4995 void llvm::UpgradeOperandBundles(std::vector<OperandBundleDef> &Bundles) { in UpgradeOperandBundles()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | RegAllocGreedy.h | 180 EdgeBundles *Bundles; variable
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1401 SmallVector<OperandBundleDef, 1> Bundles; in runSjLjOnFunction() local 1825 SmallVector<OperandBundleDef, 1> Bundles; in handleLongjmpableCallsForWasmSjLj() local
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | CodeGenerator.rst | 595 .. _MC Layer:
|
H A D | LangRef.rst | 2410 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 D | CGCoroutine.cpp | 402 auto Bundles = getBundlesForCoroEnd(CGF); in Emit() local
|
H A D | CodeGenFunction.cpp | 2627 const CGCallee &Callee, SmallVectorImpl<llvm::OperandBundleDef> &Bundles) { in EmitKCFIOperandBundle()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86FloatingPoint.cpp | 123 EdgeBundles *Bundles = nullptr; member
|