| /external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/ |
| D | add.ll | 170 define void @uadd_with_overflow(i32 %lhs, i32 %rhs, i32* %padd, i1* %pcarry_flag) { 171 ; MIPS32-LABEL: uadd_with_overflow:
|
| /external/llvm/lib/Target/SystemZ/ |
| D | SystemZTargetTransformInfo.cpp | 201 case Intrinsic::uadd_with_overflow: in getIntImmCost()
|
| /external/llvm-project/llvm/include/llvm/IR/ |
| D | IntrinsicInst.h | 70 case Intrinsic::uadd_with_overflow: in isCommutative() 327 case Intrinsic::uadd_with_overflow: in classof() 364 case Intrinsic::uadd_with_overflow: in classof()
|
| /external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/legalizer/ |
| D | add.mir | 14 define void @uadd_with_overflow(i32 %lhs, i32 %rhs, i32* %padd, i1* %pcarry_flag) { ret void } 327 name: uadd_with_overflow 334 ; MIPS32-LABEL: name: uadd_with_overflow
|
| /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/llvm-project/llvm/lib/IR/ |
| D | IntrinsicInst.cpp | 313 case Intrinsic::uadd_with_overflow: in getBinaryOp()
|
| /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/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| D | PoisonChecking.cpp | 122 B.CreateBinaryIntrinsic(Intrinsic::uadd_with_overflow, LHS, RHS); in generateCreationChecksForBinOp()
|
| /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/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/llvm-project/llvm/include/llvm/CodeGen/ |
| D | BasicTTIImpl.h | 1605 ? Intrinsic::uadd_with_overflow in getTypeBasedIntrinsicInstrCost() 1669 case Intrinsic::uadd_with_overflow: in getTypeBasedIntrinsicInstrCost() 1673 unsigned Opcode = IID == Intrinsic::uadd_with_overflow in getTypeBasedIntrinsicInstrCost()
|
| /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/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/Transforms/InstCombine/ |
| D | InstCombineInternal.h | 123 case Intrinsic::uadd_with_overflow: in IntrinsicIDToOverflowCheckFlavor()
|
| /external/llvm-project/clang/lib/CodeGen/ |
| D | CGExprCXX.cpp | 918 llvm::Function *uadd_with_overflow in EmitCXXNewAllocSize() local 919 = CGF.CGM.getIntrinsic(llvm::Intrinsic::uadd_with_overflow, CGF.SizeTy); in EmitCXXNewAllocSize() 923 CGF.Builder.CreateCall(uadd_with_overflow, {size, cookieSizeV}); in EmitCXXNewAllocSize()
|
| /external/llvm/lib/Target/AArch64/ |
| D | AArch64TargetTransformInfo.cpp | 144 case Intrinsic::uadd_with_overflow: in getIntImmCost()
|
| /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-10.0/llvm/lib/Target/PowerPC/ |
| D | PPCTargetTransformInfo.cpp | 102 case Intrinsic::uadd_with_overflow: in getIntImmCostIntrin()
|
| /external/llvm-project/llvm/lib/Analysis/ |
| D | ConstantFolding.cpp | 1462 case Intrinsic::uadd_with_overflow: in canConstantFoldCallTo() 2503 case Intrinsic::uadd_with_overflow: in ConstantFoldScalarCall2() 2530 case Intrinsic::uadd_with_overflow: in ConstantFoldScalarCall2()
|
| /external/llvm-project/llvm/lib/Target/SystemZ/ |
| D | SystemZTargetTransformInfo.cpp | 204 case Intrinsic::uadd_with_overflow: in getIntImmCostIntrin()
|