Searched refs:typeIncompatible (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 853 RAttrs.remove(AttributeFuncs::typeIncompatible(NRetTy, PAL.getRetAttrs())); in removeDeadStuffFromFunction() 856 AttributeFuncs::typeIncompatible(NRetTy, PAL.getRetAttrs())) && in removeDeadStuffFromFunction() 900 AttributeFuncs::typeIncompatible(NRetTy, CallPAL.getRetAttrs())); in removeDeadStuffFromFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CallPromotionUtils.cpp | 532 ArgAttrs.remove(AttributeFuncs::typeIncompatible( in promoteCall() 554 AttributeFuncs::typeIncompatible(CalleeRetTy, CallerPAL.getRetAttrs())); in promoteCall()
|
| H A D | CloneFunction.cpp | 872 AttributeMask IncompatibleAttrs = AttributeFuncs::typeIncompatible( in CloneAndPruneIntoFromInst()
|
| H A D | SimplifyLibCalls.cpp | 347 NewCI->removeRetAttrs(AttributeFuncs::typeIncompatible( in mergeAttributesAndFlags() 351 I, AttributeFuncs::typeIncompatible(NewCI->getArgOperand(I)->getType(), in mergeAttributesAndFlags()
|
| H A D | InlineFunction.cpp | 3141 NewDeoptCall->removeRetAttrs(AttributeFuncs::typeIncompatible( in InlineFunction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 1343 LLVM_ABI AttributeMask typeIncompatible(Type *Ty, AttributeSet AS,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 4431 if (RAttrs.overlaps(AttributeFuncs::typeIncompatible( in transformConstExprCastCall() 4477 .overlaps(AttributeFuncs::typeIncompatible( in transformConstExprCastCall() 4518 AttributeFuncs::typeIncompatible(NewRetTy, CallerPAL.getRetAttrs())); in transformConstExprCastCall() 4532 AttributeMask IncompatibleAttrs = AttributeFuncs::typeIncompatible( in transformConstExprCastCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULowerBufferFatPointers.cpp | 2406 AttributeFuncs::typeIncompatible(NewArgTy, ArgAttr)); in moveFunctionAdaptingType() 2413 AttributeFuncs::typeIncompatible(NewF->getReturnType(), RetAttrs)); in moveFunctionAdaptingType()
|
| H A D | AMDGPULibCalls.cpp | 787 1, AttributeFuncs::typeIncompatible(CastedArg->getType(), in fold()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Attributes.cpp | 2392 AttributeMask AttributeFuncs::typeIncompatible(Type *Ty, AttributeSet AS, in typeIncompatible() function in AttributeFuncs
|
| H A D | AutoUpgrade.cpp | 5753 F.removeRetAttrs(AttributeFuncs::typeIncompatible( in UpgradeFunctionAttributes() 5757 AttributeFuncs::typeIncompatible(Arg.getType(), Arg.getAttributes())); in UpgradeFunctionAttributes()
|
| H A D | Verifier.cpp | 2081 AttributeMask IncompatibleAttrs = AttributeFuncs::typeIncompatible(Ty, Attrs); in verifyParameterAttrs()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 1307 NewF->removeRetAttrs(AttributeFuncs::typeIncompatible( in buildWrapperFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 7065 CI->removeRetAttrs(AttributeFuncs::typeIncompatible( in materialize() 7069 CI->removeParamAttrs(ArgNo, AttributeFuncs::typeIncompatible( in materialize()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 20722 {"_ZN4llvm9Attribute16typeIncompatibleEPKNS_4TypeE", "llvm::Attribute::typeIncompatible(llvm::Type …
|