Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp183 SmallVector<llvm::OperandBundleDef, 1> Bundles; insertCFGuardCheck() local
215 SmallVector<llvm::OperandBundleDef, 1> Bundles; insertCFGuardDispatch() local
/freebsd-src/contrib/llvm-project/clang/lib/Driver/
H A DXRayArgs.cpp76 auto Bundles = in XRayArgs() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DAssumeBundleQueries.cpp71 for (auto &Bundles : Assume.bundle_op_infos()) { in fillMapFromAssume() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.h178 EdgeBundles *Bundles = nullptr; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1400 SmallVector<OperandBundleDef, 1> Bundles; runSjLjOnFunction() local
1817 SmallVector<OperandBundleDef, 1> Bundles; handleLongjmpableCallsForWasmSjLj() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp630 SmallVector<llvm::OperandBundleDef, 1> Bundles; lowerCall() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp299 Create(CallBase * CB,ArrayRef<OperandBundleDef> Bundles,Instruction * InsertPt) Create() argument
481 populateBundleOperandInfos(ArrayRef<OperandBundleDef> Bundles,const unsigned BeginIndex) populateBundleOperandInfos() argument
559 SmallVector<OperandBundleDef, 1> Bundles; addOperandBundle() local
567 SmallVector<OperandBundleDef, 1> Bundles; removeOperandBundle() local
674 init(FunctionType * FTy,Value * Func,ArrayRef<Value * > Args,ArrayRef<OperandBundleDef> Bundles,const Twine & NameStr) init() argument
818 init(FunctionType * FTy,Value * Fn,BasicBlock * IfNormal,BasicBlock * IfException,ArrayRef<Value * > Args,ArrayRef<OperandBundleDef> Bundles,const Twine & NameStr) init() argument
887 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.cpp354 CreateFree(Value * Source,ArrayRef<OperandBundleDef> Bundles) CreateFree() argument
H A DAutoUpgrade.cpp5350 UpgradeOperandBundles(std::vector<OperandBundleDef> & Bundles) UpgradeOperandBundles() argument
H A DCore.cpp3186 LLVMBuildInvokeWithOperandBundles(LLVMBuilderRef B,LLVMTypeRef Ty,LLVMValueRef Fn,LLVMValueRef * Args,unsigned NumArgs,LLVMBasicBlockRef Then,LLVMBasicBlockRef Catch,LLVMOperandBundleRef * Bundles,unsigned NumBundles,const char * Name) LLVMBuildInvokeWithOperandBundles() argument
3987 LLVMBuildCallWithOperandBundles(LLVMBuilderRef B,LLVMTypeRef Ty,LLVMValueRef Fn,LLVMValueRef * Args,unsigned NumArgs,LLVMOperandBundleRef * Bundles,unsigned NumBundles,const char * Name) LLVMBuildCallWithOperandBundles() argument
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp443 auto Bundles = getBundlesForCoroEnd(CGF); Emit() local
H A DCodeGenFunction.cpp2700 EmitKCFIOperandBundle(const CGCallee & Callee,SmallVectorImpl<llvm::OperandBundleDef> & Bundles) EmitKCFIOperandBundle() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp122 EdgeBundles *Bundles = nullptr; member