Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp489 ArgAttrs.remove(AttributeFuncs::typeIncompatible(FormalTy)); in promoteCall()
511 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()
1085 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemCpy()
1139 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemPCpy()
1154 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemMove()
1216 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemSet()
3266 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemCpyChk()
3280 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemMoveChk()
3296 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemSetChk()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp847 RAttrs.remove(AttributeFuncs::typeIncompatible(NRetTy)); in RemoveDeadStuffFromFunction()
849 assert(!RAttrs.overlaps(AttributeFuncs::typeIncompatible(NRetTy)) && in RemoveDeadStuffFromFunction()
892 RAttrs.remove(AttributeFuncs::typeIncompatible(NRetTy)); in RemoveDeadStuffFromFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h1017 AttrBuilder typeIncompatible(Type *Ty);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2508 if (RAttrs.overlaps(AttributeFuncs::typeIncompatible(NewRetTy))) in transformConstExprCastCall()
2554 .overlaps(AttributeFuncs::typeIncompatible(ParamTy))) in transformConstExprCastCall()
2622 RAttrs.remove(AttributeFuncs::typeIncompatible(NewRetTy)); in transformConstExprCastCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1220 AttributeFuncs::typeIncompatible(NewFT->getReturnType())); in buildWrapperFunction()
1573 AttributeFuncs::typeIncompatible(NewFT->getReturnType())); in runImpl()
3322 AttributeFuncs::typeIncompatible(NewCB->getType()))); in visitCallBase()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributes.cpp2094 AttrBuilder AttributeFuncs::typeIncompatible(Type *Ty) { in typeIncompatible() function in AttributeFuncs
H A DAutoUpgrade.cpp4382 AttributeFuncs::typeIncompatible(F.getReturnType())); in UpgradeFunctionAttributes()
4384 Arg.removeAttrs(AttributeFuncs::typeIncompatible(Arg.getType())); in UpgradeFunctionAttributes()
H A DVerifier.cpp1833 AttrBuilder IncompatibleAttrs = AttributeFuncs::typeIncompatible(Ty); in verifyParameterAttrs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5640 AttributeFuncs::typeIncompatible( in materialize()
5644 CI->removeParamAttrs(ArgNo, AttributeFuncs::typeIncompatible( in materialize()