Home
last modified time | relevance | path

Searched refs:addOperandBundle (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h1179 LLVM_ABI static CallBase *addOperandBundle(CallBase *CB, uint32_t ID,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2196 auto *NewCall = CallBase::addOperandBundle( in inlineRetainOrClaimRVCalls()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp3404 auto *Output = llvm::CallBase::addOperandBundle( in addConvergenceControlToken()
H A DCGObjC.cpp2440 llvm::CallBase *newCall = llvm::CallBase::addOperandBundle( in emitOptimizedARCReturnCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp740 auto *NewCall = CallBase::addOperandBundle(CI, LLVMContext::OB_funclet, in ~RuntimeCallInserter()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp588 CallBase *CallBase::addOperandBundle(CallBase *CB, uint32_t ID, in addOperandBundle() function in CallBase