/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/CFGuard/ |
H A D | CFGuard.cpp | 183 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 D | XRayArgs.cpp | 76 auto Bundles = in XRayArgs() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | AssumeBundleQueries.cpp | 71 for (auto &Bundles : Assume.bundle_op_infos()) { in fillMapFromAssume() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocGreedy.h | 178 EdgeBundles *Bundles = nullptr; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1400 SmallVector<OperandBundleDef, 1> Bundles; runSjLjOnFunction() local 1817 SmallVector<OperandBundleDef, 1> Bundles; handleLongjmpableCallsForWasmSjLj() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Arm64ECCallLowering.cpp | 630 SmallVector<llvm::OperandBundleDef, 1> Bundles; lowerCall() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 299 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 D | IRBuilder.cpp | 354 CreateFree(Value * Source,ArrayRef<OperandBundleDef> Bundles) CreateFree() argument
|
H A D | AutoUpgrade.cpp | 5350 UpgradeOperandBundles(std::vector<OperandBundleDef> & Bundles) UpgradeOperandBundles() argument
|
H A D | Core.cpp | 3186 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 D | CGCoroutine.cpp | 443 auto Bundles = getBundlesForCoroEnd(CGF); Emit() local
|
H A D | CodeGenFunction.cpp | 2700 EmitKCFIOperandBundle(const CGCallee & Callee,SmallVectorImpl<llvm::OperandBundleDef> & Bundles) EmitKCFIOperandBundle() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FloatingPoint.cpp | 122 EdgeBundles *Bundles = nullptr; member
|