Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp184 SmallVector<llvm::OperandBundleDef, 1> Bundles; in insertCFGuardCheck() local
216 SmallVector<llvm::OperandBundleDef, 1> Bundles; in insertCFGuardDispatch() local
/llvm-project/clang/lib/Driver/
H A DXRayArgs.cpp76 auto Bundles = XRayArgs() local
/llvm-project/llvm/lib/Analysis/
H A DAssumeBundleQueries.cpp71 for (auto &Bundles : Assume.bundle_op_infos()) { in fillMapFromAssume() local
/llvm-project/llvm/tools/llvm-c-test/
H A Decho.cpp569 SmallVector<LLVMOperandBundleRef, 8> Bundles; CloneInstruction() local
611 SmallVector<LLVMOperandBundleRef, 8> Bundles; CloneInstruction() local
845 SmallVector<LLVMOperandBundleRef, 8> Bundles; CloneInstruction() local
[all...]
/llvm-project/llvm/lib/IR/
H A DInstructions.cpp298 Create(CallBase * CB,ArrayRef<OperandBundleDef> Bundles,InsertPosition InsertPt) Create() argument
487 populateBundleOperandInfos(ArrayRef<OperandBundleDef> Bundles,const unsigned BeginIndex) populateBundleOperandInfos() argument
565 SmallVector<OperandBundleDef, 1> Bundles; addOperandBundle() local
573 SmallVector<OperandBundleDef, 1> Bundles; removeOperandBundle() local
680 init(FunctionType * FTy,Value * Func,ArrayRef<Value * > Args,ArrayRef<OperandBundleDef> Bundles,const Twine & NameStr) init() argument
773 init(FunctionType * FTy,Value * Fn,BasicBlock * IfNormal,BasicBlock * IfException,ArrayRef<Value * > Args,ArrayRef<OperandBundleDef> Bundles,const Twine & NameStr) init() argument
854 init(FunctionType * FTy,Value * Fn,BasicBlock * Fallthrough,ArrayRef<BasicBlock * > IndirectDests,ArrayRef<Value * > Args,ArrayRef<OperandBundleDef> Bundles,const Twine & NameStr) init() argument
[all...]
H A DIRBuilder.cpp355 CreateFree(Value * Source,ArrayRef<OperandBundleDef> Bundles) CreateFree() argument
H A DCore.cpp3301 LLVMBuildCallBr(LLVMBuilderRef B,LLVMTypeRef Ty,LLVMValueRef Fn,LLVMBasicBlockRef DefaultDest,LLVMBasicBlockRef * IndirectDests,unsigned NumIndirectDests,LLVMValueRef * Args,unsigned NumArgs,LLVMOperandBundleRef * Bundles,unsigned NumBundles,const char * Name) LLVMBuildCallBr() argument
3328 LLVMBuildInvokeWithOperandBundles(LLVMBuilderRef B,LLVMTypeRef Ty,LLVMValueRef Fn,LLVMValueRef * Args,unsigned NumArgs,LLVMBasicBlockRef Then,LLVMBasicBlockRef Catch,LLVMOperandBundleRef * Bundles,unsigned NumBundles,const char * Name) LLVMBuildInvokeWithOperandBundles() argument
4140 LLVMBuildCallWithOperandBundles(LLVMBuilderRef B,LLVMTypeRef Ty,LLVMValueRef Fn,LLVMValueRef * Args,unsigned NumArgs,LLVMOperandBundleRef * Bundles,unsigned NumBundles,const char * Name) LLVMBuildCallWithOperandBundles() argument
H A DAutoUpgrade.cpp5468 UpgradeOperandBundles(std::vector<OperandBundleDef> & Bundles) UpgradeOperandBundles() argument
/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.h178 EdgeBundles *Bundles = nullptr; global() variable
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp685 SmallVector<llvm::OperandBundleDef, 1> Bundles; lowerCall() local
/llvm-project/llvm/docs/
H A DCodeGenerator.rst595 .. _MC Layer:
H A DLangRef.rst2952 Preallocated Operand Bundles argument
2689 Deoptimization Operand BundlesOperand Bundles global() argument
2749 ob_funcletDeoptimization Operand Bundles global() argument
2751 Funclet Operand BundlesOperand Bundles global() argument
2772 GC Transition Operand BundlesOperand Bundles global() argument
2790 assume_opbundlesGC Transition Operand Bundles global() argument
2792 Assume Operand BundlesOperand Bundles global() argument
2880 ob_preallocatedAssume Operand Bundles global() argument
2882 Preallocated Operand BundlesOperand Bundles global() argument
2906 ob_gc_livePreallocated Operand Bundles global() argument
2908 GC Live Operand BundlesOperand Bundles global() argument
2919 ObjC ARC Attached Call Operand BundlesOperand Bundles global() argument
2941 ob_ptrauthObjC ARC Attached Call Operand Bundles global() argument
2943 Pointer Authentication Operand BundlesOperand Bundles global() argument
2950 ob_kcfiPointer Authentication Operand Bundles global() argument
2967 convergencectrlKCFI Operand Bundles global() argument
2969 Convergence Control Operand BundlesOperand Bundles global() argument
2976 moduleasmConvergence Control Operand Bundles global() argument
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp122 EdgeBundles *Bundles = nullptr; member
/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp576 auto Bundles = getBundlesForCoroEnd(CGF); in Emit() local
H A DCodeGenFunction.cpp2773 EmitKCFIOperandBundle(const CGCallee & Callee,SmallVectorImpl<llvm::OperandBundleDef> & Bundles) EmitKCFIOperandBundle() argument
3053 EmitPointerAuthOperandBundle(const CGPointerAuthInfo & PointerAuth,SmallVectorImpl<llvm::OperandBundleDef> & Bundles) EmitPointerAuthOperandBundle() argument
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1702 SmallVector<OperandBundleDef, 1> Bundles; handleLongjmpableCallsForWasmSjLj() local
/llvm-project/clang-tools-extra/clangd/
H A DCodeComplete.cpp1914 std::vector<CompletionCandidate::Bundle> Bundles; mergeResults() local