/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | CallPromotionUtils.cpp | 414 ArgAttrs.remove(AttributeFuncs::typeIncompatible(FormalTy)); in promoteCall() 436 RAttrs.remove(AttributeFuncs::typeIncompatible(CalleeRetTy)); in promoteCall()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | CallPromotionUtils.cpp | 516 ArgAttrs.remove(AttributeFuncs::typeIncompatible(FormalTy)); in promoteCall() 536 RAttrs.remove(AttributeFuncs::typeIncompatible(CalleeRetTy)); in promoteCall()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 842 RAttrs.remove(AttributeFuncs::typeIncompatible(NRetTy)); in RemoveDeadStuffFromFunction() 844 assert(!RAttrs.overlaps(AttributeFuncs::typeIncompatible(NRetTy)) && in RemoveDeadStuffFromFunction() 888 RAttrs.remove(AttributeFuncs::typeIncompatible(NRetTy)); in RemoveDeadStuffFromFunction()
|
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 791 AttributeFuncs::typeIncompatible(NRetTy)); in RemoveDeadStuffFromFunction() 794 overlaps(AttributeFuncs::typeIncompatible(NRetTy)) && in RemoveDeadStuffFromFunction() 841 AttributeFuncs::typeIncompatible(NF->getReturnType())); in RemoveDeadStuffFromFunction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 834 RAttrs.remove(AttributeFuncs::typeIncompatible(NRetTy)); in removeDeadStuffFromFunction() 836 assert(!RAttrs.overlaps(AttributeFuncs::typeIncompatible(NRetTy)) && in removeDeadStuffFromFunction() 879 RAttrs.remove(AttributeFuncs::typeIncompatible(NRetTy)); in removeDeadStuffFromFunction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | Attributes.h | 585 AttrBuilder typeIncompatible(Type *Ty);
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | Attributes.h | 598 AttrBuilder typeIncompatible(Type *Ty);
|
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 544 AttributeFuncs::typeIncompatible(NewFT->getReturnType()))); in buildWrapperFunction() 722 AttributeFuncs::typeIncompatible(NewFT->getReturnType()))); in runOnModule() 1597 AttributeFuncs::typeIncompatible(NewCS.getInstruction()->getType()))); in visitCallSite()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 659 AttributeFuncs::typeIncompatible(NewFT->getReturnType())); in buildWrapperFunction() 849 AttributeFuncs::typeIncompatible(NewFT->getReturnType())); in runOnModule() 1750 AttributeFuncs::typeIncompatible(NewCS.getInstruction()->getType()))); in visitCallSite()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Attributes.h | 872 AttrBuilder typeIncompatible(Type *Ty);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 3432 if (RAttrs.overlaps(AttributeFuncs::typeIncompatible(NewRetTy))) in transformConstExprCastCall() 3479 .overlaps(AttributeFuncs::typeIncompatible( in transformConstExprCastCall() 3555 RAttrs.remove(AttributeFuncs::typeIncompatible(NewRetTy)); in transformConstExprCastCall() 3569 AttributeMask IncompatibleAttrs = AttributeFuncs::typeIncompatible( in transformConstExprCastCall()
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 2653 if (RAttrs.overlaps(AttributeFuncs::typeIncompatible(NewRetTy))) in transformConstExprCastCall() 2694 overlaps(AttributeFuncs::typeIncompatible(ParamTy))) in transformConstExprCastCall() 2767 RAttrs.remove(AttributeFuncs::typeIncompatible(NewRetTy)); in transformConstExprCastCall()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | Attributes.h | 1214 AttributeMask typeIncompatible(Type *Ty, AttributeSafetyKind ASK = ASK_ALL);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | Attributes.h | 1242 AttributeMask typeIncompatible(Type *Ty, AttributeSafetyKind ASK = ASK_ALL);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | Attributes.h | 1242 AttributeMask typeIncompatible(Type *Ty, AttributeSafetyKind ASK = ASK_ALL);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | Attributes.h | 1257 AttributeMask typeIncompatible(Type *Ty, AttributeSafetyKind ASK = ASK_ALL);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | Attributes.h | 1247 AttributeMask typeIncompatible(Type *Ty, AttributeSafetyKind ASK = ASK_ALL);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 4588 if (RAttrs.overlaps(AttributeFuncs::typeIncompatible(NewRetTy))) in transformConstExprCastCall() 4633 .overlaps(AttributeFuncs::typeIncompatible(ParamTy))) in transformConstExprCastCall() 4698 RAttrs.remove(AttributeFuncs::typeIncompatible(NewRetTy)); in transformConstExprCastCall()
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Attributes.cpp | 1546 AttrBuilder AttributeFuncs::typeIncompatible(Type *Ty) { in typeIncompatible() function in AttributeFuncs
|
H A D | Verifier.cpp | 1405 .overlaps(AttributeFuncs::typeIncompatible(Ty)), in verifyParameterAttrs() 1408 AttributeFuncs::typeIncompatible(Ty)).getAsString(Idx), in verifyParameterAttrs()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Attributes.cpp | 1697 AttrBuilder AttributeFuncs::typeIncompatible(Type *Ty) { in typeIncompatible() function in AttributeFuncs
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Attributes.cpp | 1889 AttributeMask AttributeFuncs::typeIncompatible(Type *Ty, in typeIncompatible() function in AttributeFuncs
|
H A D | AutoUpgrade.cpp | 4823 F.removeRetAttrs(AttributeFuncs::typeIncompatible(F.getReturnType())); in UpgradeFunctionAttributes() 4825 Arg.removeAttrs(AttributeFuncs::typeIncompatible(Arg.getType())); in UpgradeFunctionAttributes()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 1295 AttributeFuncs::typeIncompatible(NewFT->getReturnType())); in buildWrapperFunction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 6648 CI->removeRetAttrs(AttributeFuncs::typeIncompatible( in materialize() 6652 CI->removeParamAttrs(ArgNo, AttributeFuncs::typeIncompatible( in materialize()
|