Home
last modified time | relevance | path

Searched refs:typeIncompatible (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp489 ArgAttrs.remove(AttributeFuncs::typeIncompatible(FormalTy)); in promoteCall()
508 RAttrs.remove(AttributeFuncs::typeIncompatible(CalleeRetTy)); in promoteCall()
DSimplifyLibCalls.cpp516 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeStrCpy()
545 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeStpCpy()
608 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeStrNCpy()
1086 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemCpy()
1140 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemPCpy()
1155 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemMove()
1217 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemSet()
3270 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemCpyChk()
3284 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemMoveChk()
3300 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemSetChk()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp848 RAttrs.remove(AttributeFuncs::typeIncompatible(NRetTy)); in RemoveDeadStuffFromFunction()
850 assert(!RAttrs.overlaps(AttributeFuncs::typeIncompatible(NRetTy)) && in RemoveDeadStuffFromFunction()
893 RAttrs.remove(AttributeFuncs::typeIncompatible(NRetTy)); in RemoveDeadStuffFromFunction()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DAttributes.h1033 AttrBuilder typeIncompatible(Type *Ty);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2604 if (RAttrs.overlaps(AttributeFuncs::typeIncompatible(NewRetTy))) in transformConstExprCastCall()
2650 .overlaps(AttributeFuncs::typeIncompatible(ParamTy))) in transformConstExprCastCall()
2718 RAttrs.remove(AttributeFuncs::typeIncompatible(NewRetTy)); in transformConstExprCastCall()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp1159 AttributeFuncs::typeIncompatible(NewFT->getReturnType())); in buildWrapperFunction()
1469 AttributeFuncs::typeIncompatible(NewFT->getReturnType())); in runImpl()
3181 AttributeFuncs::typeIncompatible(NewCB->getType()))); in visitCallBase()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DAttributes.cpp1885 AttrBuilder AttributeFuncs::typeIncompatible(Type *Ty) { in typeIncompatible() function in AttributeFuncs
DAutoUpgrade.cpp4387 AttributeFuncs::typeIncompatible(F.getReturnType())); in UpgradeFunctionAttributes()
4389 Arg.removeAttrs(AttributeFuncs::typeIncompatible(Arg.getType())); in UpgradeFunctionAttributes()
DVerifier.cpp1760 AttrBuilder IncompatibleAttrs = AttributeFuncs::typeIncompatible(Ty); in verifyParameterAttrs()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5571 AttributeFuncs::typeIncompatible( in materialize()
5575 CI->removeParamAttrs(ArgNo, AttributeFuncs::typeIncompatible( in materialize()