/llvm-project/llvm/lib/Transforms/CFGuard/ |
H A D | CFGuard.cpp | 184 SmallVector<llvm::OperandBundleDef, 1> Bundles; in insertCFGuardCheck() local 216 SmallVector<llvm::OperandBundleDef, 1> Bundles; in insertCFGuardDispatch() local
|
/llvm-project/clang/lib/Driver/ |
H A D | XRayArgs.cpp | 76 auto Bundles = XRayArgs() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | AssumeBundleQueries.cpp | 71 for (auto &Bundles : Assume.bundle_op_infos()) { in fillMapFromAssume() local
|
/llvm-project/llvm/tools/llvm-c-test/ |
H A D | echo.cpp | 569 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 D | Instructions.cpp | 298 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 D | IRBuilder.cpp | 355 CreateFree(Value * Source,ArrayRef<OperandBundleDef> Bundles) CreateFree() argument
|
H A D | Core.cpp | 3301 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 D | AutoUpgrade.cpp | 5468 UpgradeOperandBundles(std::vector<OperandBundleDef> & Bundles) UpgradeOperandBundles() argument
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocGreedy.h | 178 EdgeBundles *Bundles = nullptr; global() variable
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Arm64ECCallLowering.cpp | 685 SmallVector<llvm::OperandBundleDef, 1> Bundles; lowerCall() local
|
/llvm-project/llvm/docs/ |
H A D | CodeGenerator.rst | 595 .. _MC Layer:
|
H A D | LangRef.rst | 2952 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 D | X86FloatingPoint.cpp | 122 EdgeBundles *Bundles = nullptr; member
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCoroutine.cpp | 576 auto Bundles = getBundlesForCoroEnd(CGF); in Emit() local
|
H A D | CodeGenFunction.cpp | 2773 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 D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1702 SmallVector<OperandBundleDef, 1> Bundles; handleLongjmpableCallsForWasmSjLj() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | CodeComplete.cpp | 1914 std::vector<CompletionCandidate::Bundle> Bundles; mergeResults() local
|