/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CallPromotionUtils.cpp | 414 ArgAttrs.remove(AttributeFuncs::typeIncompatible(FormalTy)); in promoteCall() 436 RAttrs.remove(AttributeFuncs::typeIncompatible(CalleeRetTy)); in promoteCall()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | CallPromotionUtils.cpp | 493 ArgAttrs.remove(AttributeFuncs::typeIncompatible(FormalTy)); in promoteCall() 515 RAttrs.remove(AttributeFuncs::typeIncompatible(CalleeRetTy)); in promoteCall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
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()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 844 RAttrs.remove(AttributeFuncs::typeIncompatible(NRetTy)); in RemoveDeadStuffFromFunction() 846 assert(!RAttrs.overlaps(AttributeFuncs::typeIncompatible(NRetTy)) && in RemoveDeadStuffFromFunction() 889 RAttrs.remove(AttributeFuncs::typeIncompatible(NRetTy)); in RemoveDeadStuffFromFunction()
|
/external/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 791 AttributeFuncs::typeIncompatible(NRetTy)); in RemoveDeadStuffFromFunction() 794 overlaps(AttributeFuncs::typeIncompatible(NRetTy)) && in RemoveDeadStuffFromFunction() 841 AttributeFuncs::typeIncompatible(NF->getReturnType())); in RemoveDeadStuffFromFunction()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.h | 590 AttrBuilder typeIncompatible(Type *Ty);
|
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 598 AttrBuilder typeIncompatible(Type *Ty);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Attributes.h | 874 AttrBuilder typeIncompatible(Type *Ty);
|
/external/llvm/lib/Transforms/Instrumentation/ |
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()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 719 AttributeFuncs::typeIncompatible(NewFT->getReturnType())); in buildWrapperFunction() 951 AttributeFuncs::typeIncompatible(NewFT->getReturnType())); in runImpl() 1933 AttributeFuncs::typeIncompatible(NewCB->getType()))); in visitCallBase()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
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()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Attributes.h | 950 AttrBuilder typeIncompatible(Type *Ty);
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 2173 if (RAttrs.overlaps(AttributeFuncs::typeIncompatible(NewRetTy))) in transformConstExprCastCall() 2219 .overlaps(AttributeFuncs::typeIncompatible(ParamTy))) in transformConstExprCastCall() 2287 RAttrs.remove(AttributeFuncs::typeIncompatible(NewRetTy)); in transformConstExprCastCall()
|
/external/llvm/lib/Transforms/InstCombine/ |
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()
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 1546 AttrBuilder AttributeFuncs::typeIncompatible(Type *Ty) { in typeIncompatible() function in AttributeFuncs
|
D | Verifier.cpp | 1405 .overlaps(AttributeFuncs::typeIncompatible(Ty)), in verifyParameterAttrs() 1408 AttributeFuncs::typeIncompatible(Ty)).getAsString(Idx), in verifyParameterAttrs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Attributes.cpp | 1697 AttrBuilder AttributeFuncs::typeIncompatible(Type *Ty) { in typeIncompatible() function in AttributeFuncs
|
D | Verifier.cpp | 1657 AttrBuilder IncompatibleAttrs = AttributeFuncs::typeIncompatible(Ty); in verifyParameterAttrs()
|
/external/llvm-project/llvm/lib/IR/ |
D | Attributes.cpp | 1877 AttrBuilder AttributeFuncs::typeIncompatible(Type *Ty) { in typeIncompatible() function in AttributeFuncs
|
D | Verifier.cpp | 1757 AttrBuilder IncompatibleAttrs = AttributeFuncs::typeIncompatible(Ty); in verifyParameterAttrs()
|