Home
last modified time | relevance | path

Searched refs:removeOperandBundle (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVStripConvergentIntrinsics.cpp63 auto *NewCall = CallBase::removeOperandBundle( in runOnFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DKCFI.cpp86 CallBase::removeOperandBundle(CI, LLVMContext::OB_kcfi, CI); in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.h142 auto *NewCall = CallBase::removeOperandBundle( in eraseInst()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h1327 static CallBase *removeOperandBundle(CallBase *CB, uint32_t ID,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1236 CallBase::removeOperandBundle(&CB, LLVMContext::OB_ptrauth, &CB); in applySingleImplDevirt()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3736 return CallBase::removeOperandBundle(&Call, LLVMContext::OB_kcfi); in visitCallBase()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp565 CallBase *CallBase::removeOperandBundle(CallBase *CB, uint32_t ID, in removeOperandBundle() function in CallBase