Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp853 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 DCallPromotionUtils.cpp532 ArgAttrs.remove(AttributeFuncs::typeIncompatible( in promoteCall()
554 AttributeFuncs::typeIncompatible(CalleeRetTy, CallerPAL.getRetAttrs())); in promoteCall()
H A DCloneFunction.cpp872 AttributeMask IncompatibleAttrs = AttributeFuncs::typeIncompatible( in CloneAndPruneIntoFromInst()
H A DSimplifyLibCalls.cpp347 NewCI->removeRetAttrs(AttributeFuncs::typeIncompatible( in mergeAttributesAndFlags()
351 I, AttributeFuncs::typeIncompatible(NewCI->getArgOperand(I)->getType(), in mergeAttributesAndFlags()
H A DInlineFunction.cpp3141 NewDeoptCall->removeRetAttrs(AttributeFuncs::typeIncompatible( in InlineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h1343 LLVM_ABI AttributeMask typeIncompatible(Type *Ty, AttributeSet AS,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4431 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 DAMDGPULowerBufferFatPointers.cpp2406 AttributeFuncs::typeIncompatible(NewArgTy, ArgAttr)); in moveFunctionAdaptingType()
2413 AttributeFuncs::typeIncompatible(NewF->getReturnType(), RetAttrs)); in moveFunctionAdaptingType()
H A DAMDGPULibCalls.cpp787 1, AttributeFuncs::typeIncompatible(CastedArg->getType(), in fold()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp2392 AttributeMask AttributeFuncs::typeIncompatible(Type *Ty, AttributeSet AS, in typeIncompatible() function in AttributeFuncs
H A DAutoUpgrade.cpp5753 F.removeRetAttrs(AttributeFuncs::typeIncompatible( in UpgradeFunctionAttributes()
5757 AttributeFuncs::typeIncompatible(Arg.getType(), Arg.getAttributes())); in UpgradeFunctionAttributes()
H A DVerifier.cpp2081 AttributeMask IncompatibleAttrs = AttributeFuncs::typeIncompatible(Ty, Attrs); in verifyParameterAttrs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1307 NewF->removeRetAttrs(AttributeFuncs::typeIncompatible( in buildWrapperFunction()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7065 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 DDemangleTestCases.inc20722 {"_ZN4llvm9Attribute16typeIncompatibleEPKNS_4TypeE", "llvm::Attribute::typeIncompatible(llvm::Type …