Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp414 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 DCallPromotionUtils.cpp516 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 DDeadArgumentElimination.cpp842 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 DDeadArgumentElimination.cpp791 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 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DAttributes.h585 AttrBuilder typeIncompatible(Type *Ty);
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DAttributes.h598 AttrBuilder typeIncompatible(Type *Ty);
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp544 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 DDataFlowSanitizer.cpp659 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 DAttributes.h872 AttrBuilder typeIncompatible(Type *Ty);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3432 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 DInstCombineCalls.cpp2653 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/
DAttributes.h1214 AttributeMask typeIncompatible(Type *Ty, AttributeSafetyKind ASK = ASK_ALL);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DAttributes.h1242 AttributeMask typeIncompatible(Type *Ty, AttributeSafetyKind ASK = ASK_ALL);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DAttributes.h1242 AttributeMask typeIncompatible(Type *Ty, AttributeSafetyKind ASK = ASK_ALL);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DAttributes.h1257 AttributeMask typeIncompatible(Type *Ty, AttributeSafetyKind ASK = ASK_ALL);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DAttributes.h1247 AttributeMask typeIncompatible(Type *Ty, AttributeSafetyKind ASK = ASK_ALL);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4588 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 DAttributes.cpp1546 AttrBuilder AttributeFuncs::typeIncompatible(Type *Ty) { in typeIncompatible() function in AttributeFuncs
H A DVerifier.cpp1405 .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 DAttributes.cpp1697 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 DAttributes.cpp1889 AttributeMask AttributeFuncs::typeIncompatible(Type *Ty, in typeIncompatible() function in AttributeFuncs
H A DAutoUpgrade.cpp4823 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 DDataFlowSanitizer.cpp1295 AttributeFuncs::typeIncompatible(NewFT->getReturnType())); in buildWrapperFunction()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6648 CI->removeRetAttrs(AttributeFuncs::typeIncompatible( in materialize()
6652 CI->removeParamAttrs(ArgNo, AttributeFuncs::typeIncompatible( in materialize()

12