Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp504 ArgAttrs.remove(AttributeFuncs::typeIncompatible(FormalTy)); in promoteCall()
524 RAttrs.remove(AttributeFuncs::typeIncompatible(CalleeRetTy)); in promoteCall()
H A DSimplifyLibCalls.cpp656 NewCI->removeRetAttrs(AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeStrCpy()
690 NewCI->removeRetAttrs(AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeStpCpy()
754 NewCI->removeRetAttrs(AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeStrNCpy()
1445 NewCI->removeRetAttrs(AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemCpy()
1501 NewCI->removeRetAttrs(AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemPCpy()
1516 NewCI->removeRetAttrs(AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemMove()
1531 NewCI->removeRetAttrs(AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemSet()
3609 NewCI->removeRetAttrs(AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemCpyChk()
3623 NewCI->removeRetAttrs(AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemMoveChk()
3637 NewCI->removeRetAttrs(AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemSetChk()
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp834 RAttrs.remove(AttributeFuncs::typeIncompatible(NRetTy)); in removeDeadStuffFromFunction()
836 assert(!RAttrs.overlaps(AttributeFuncs::typeIncompatible(NRetTy)) && in removeDeadStuffFromFunction()
879 RAttrs.remove(AttributeFuncs::typeIncompatible(NRetTy)); in removeDeadStuffFromFunction()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3234 if (RAttrs.overlaps(AttributeFuncs::typeIncompatible(NewRetTy))) in transformConstExprCastCall()
3281 .overlaps(AttributeFuncs::typeIncompatible( in transformConstExprCastCall()
3357 RAttrs.remove(AttributeFuncs::typeIncompatible(NewRetTy)); in transformConstExprCastCall()
3371 AttributeMask IncompatibleAttrs = AttributeFuncs::typeIncompatible( in transformConstExprCastCall()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAttributes.h1246 AttributeMask typeIncompatible(Type *Ty, AttributeSafetyKind ASK = ASK_ALL);
/llvm-project-15.0.7/llvm/lib/IR/
H A DAttributes.cpp1811 AttributeMask AttributeFuncs::typeIncompatible(Type *Ty, in typeIncompatible() function in AttributeFuncs
H A DAutoUpgrade.cpp4567 F.removeRetAttrs(AttributeFuncs::typeIncompatible(F.getReturnType())); in UpgradeFunctionAttributes()
4569 Arg.removeAttrs(AttributeFuncs::typeIncompatible(Arg.getType())); in UpgradeFunctionAttributes()
H A DVerifier.cpp1828 AttributeMask IncompatibleAttrs = AttributeFuncs::typeIncompatible(Ty); in verifyParameterAttrs()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1168 AttributeFuncs::typeIncompatible(NewFT->getReturnType())); in buildWrapperFunction()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6489 CI->removeRetAttrs(AttributeFuncs::typeIncompatible( in materialize()
6493 CI->removeParamAttrs(ArgNo, AttributeFuncs::typeIncompatible( in materialize()