Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp489 ArgAttrs.remove(AttributeFuncs::typeIncompatible(FormalTy)); in promoteCall()
508 RAttrs.remove(AttributeFuncs::typeIncompatible(CalleeRetTy)); in promoteCall()
H A 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-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A 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-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h1033 AttrBuilder typeIncompatible(Type *Ty);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A 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-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1159 AttributeFuncs::typeIncompatible(NewFT->getReturnType())); in buildWrapperFunction()
1469 AttributeFuncs::typeIncompatible(NewFT->getReturnType())); in runImpl()
3181 AttributeFuncs::typeIncompatible(NewCB->getType()))); in visitCallBase()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1885 AttrBuilder AttributeFuncs::typeIncompatible(Type *Ty) { in typeIncompatible() function in AttributeFuncs
H A DAutoUpgrade.cpp4387 AttributeFuncs::typeIncompatible(F.getReturnType())); in UpgradeFunctionAttributes()
4389 Arg.removeAttrs(AttributeFuncs::typeIncompatible(Arg.getType())); in UpgradeFunctionAttributes()
H A DVerifier.cpp1760 AttrBuilder IncompatibleAttrs = AttributeFuncs::typeIncompatible(Ty); in verifyParameterAttrs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5571 AttributeFuncs::typeIncompatible( in materialize()
5575 CI->removeParamAttrs(ArgNo, AttributeFuncs::typeIncompatible( in materialize()