| /external/llvm/lib/Target/SystemZ/ |
| D | SystemZTargetTransformInfo.cpp | 201 case Intrinsic::uadd_with_overflow: in getIntImmCost()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | IntrinsicInst.cpp | 183 case Intrinsic::uadd_with_overflow: in getBinaryOp()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | IntrinsicInst.h | 249 case Intrinsic::uadd_with_overflow: in classof() 286 case Intrinsic::uadd_with_overflow: in classof()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| D | PoisonChecking.cpp | 124 B.CreateBinaryIntrinsic(Intrinsic::uadd_with_overflow, LHS, RHS); in generatePoisonChecksForBinOp()
|
| /external/llvm/lib/Target/PowerPC/ |
| D | PPCTargetTransformInfo.cpp | 89 case Intrinsic::uadd_with_overflow: in getIntImmCost()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
| D | PoisonChecking.cpp | 116 B.CreateBinaryIntrinsic(Intrinsic::uadd_with_overflow, LHS, RHS); in generateCreationChecksForBinOp()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
| D | IntrinsicInst.h | 73 case Intrinsic::uadd_with_overflow: in isCommutative() 737 case Intrinsic::uadd_with_overflow: in classof() 774 case Intrinsic::uadd_with_overflow: in classof()
|
| /external/llvm/include/llvm/CodeGen/ |
| D | FastISel.h | 517 case Intrinsic::uadd_with_overflow: in isCommutativeIntrinsic()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | FastISel.h | 517 case Intrinsic::uadd_with_overflow: in isCommutativeIntrinsic()
|
| D | BasicTTIImpl.h | 1362 ? Intrinsic::uadd_with_overflow 1420 case Intrinsic::uadd_with_overflow: 1424 unsigned Opcode = IID == Intrinsic::uadd_with_overflow
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
| D | BasicTTIImpl.h | 1955 ? Intrinsic::uadd_with_overflow in getTypeBasedIntrinsicInstrCost() 2013 case Intrinsic::uadd_with_overflow: in getTypeBasedIntrinsicInstrCost() 2017 unsigned Opcode = IID == Intrinsic::uadd_with_overflow in getTypeBasedIntrinsicInstrCost() 2020 CmpInst::Predicate Pred = IID == Intrinsic::uadd_with_overflow in getTypeBasedIntrinsicInstrCost()
|
| /external/llvm/lib/Transforms/Utils/ |
| D | SimplifyIndVar.cpp | 348 case Intrinsic::uadd_with_overflow: in eliminateOverflowIntrinsic()
|
| /external/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
| D | IntrinsicEnums.inc | 263 uadd_with_overflow, // llvm.uadd.with.overflow
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
| D | AArch64TargetTransformInfo.cpp | 285 case Intrinsic::uadd_with_overflow: in getIntImmCostIntrin() 438 case Intrinsic::uadd_with_overflow: in getIntrinsicInstrCost() 445 {Intrinsic::uadd_with_overflow, MVT::i8, 3}, in getIntrinsicInstrCost() 447 {Intrinsic::uadd_with_overflow, MVT::i16, 3}, in getIntrinsicInstrCost() 449 {Intrinsic::uadd_with_overflow, MVT::i32, 1}, in getIntrinsicInstrCost() 451 {Intrinsic::uadd_with_overflow, MVT::i64, 1}, in getIntrinsicInstrCost()
|
| D | AArch64FastISel.cpp | 3396 IID = Intrinsic::uadd_with_overflow; in foldXALUIntrinsic() 3408 case Intrinsic::uadd_with_overflow: in foldXALUIntrinsic() 3647 case Intrinsic::uadd_with_overflow: in fastLowerIntrinsicCall() 3685 IID = Intrinsic::uadd_with_overflow; in fastLowerIntrinsicCall() 3699 case Intrinsic::uadd_with_overflow: in fastLowerIntrinsicCall()
|
| /external/clang/lib/CodeGen/ |
| D | CGExprCXX.cpp | 773 llvm::Value *uadd_with_overflow in EmitCXXNewAllocSize() local 774 = CGF.CGM.getIntrinsic(llvm::Intrinsic::uadd_with_overflow, CGF.SizeTy); in EmitCXXNewAllocSize() 778 CGF.Builder.CreateCall(uadd_with_overflow, {size, cookieSizeV}); in EmitCXXNewAllocSize()
|
| /external/llvm/lib/Analysis/ |
| D | ConstantFolding.cpp | 1304 case Intrinsic::uadd_with_overflow: in canConstantFoldCallTo() 1768 case Intrinsic::uadd_with_overflow: in ConstantFoldScalarCall() 1780 case Intrinsic::uadd_with_overflow: in ConstantFoldScalarCall()
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineInternal.h | 123 case Intrinsic::uadd_with_overflow: in IntrinsicIDToOverflowCheckFlavor()
|
| /external/llvm/lib/Target/AArch64/ |
| D | AArch64TargetTransformInfo.cpp | 144 case Intrinsic::uadd_with_overflow: in getIntImmCost()
|
| D | AArch64FastISel.cpp | 3283 IID = Intrinsic::uadd_with_overflow; in foldXALUIntrinsic() 3295 case Intrinsic::uadd_with_overflow: in foldXALUIntrinsic() 3515 case Intrinsic::uadd_with_overflow: in fastLowerIntrinsicCall() 3554 IID = Intrinsic::uadd_with_overflow; in fastLowerIntrinsicCall() 3568 case Intrinsic::uadd_with_overflow: in fastLowerIntrinsicCall()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | ConstantFolding.cpp | 1440 case Intrinsic::uadd_with_overflow: in canConstantFoldCallTo() 2136 case Intrinsic::uadd_with_overflow: in ConstantFoldScalarCall2() 2163 case Intrinsic::uadd_with_overflow: in ConstantFoldScalarCall2()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
| D | IntrinsicInst.cpp | 754 case Intrinsic::uadd_with_overflow: in getBinaryOp()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| D | PPCTargetTransformInfo.cpp | 102 case Intrinsic::uadd_with_overflow: in getIntImmCostIntrin()
|
| /external/swiftshader/third_party/llvm-16.0/configs/common/include/llvm/IR/ |
| D | IntrinsicEnums.inc | 309 uadd_with_overflow, // llvm.uadd.with.overflow
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
| D | SystemZTargetTransformInfo.cpp | 200 case Intrinsic::uadd_with_overflow: in getIntImmCostIntrin()
|