Home
last modified time | relevance | path

Searched refs:uadd_with_overflow (Results 1 – 25 of 78) sorted by relevance

1234

/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/
Dadd.ll170 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/
DSystemZTargetTransformInfo.cpp201 case Intrinsic::uadd_with_overflow: in getIntImmCost()
/external/llvm-project/llvm/include/llvm/IR/
DIntrinsicInst.h70 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/
Dadd.mir14 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/
DIntrinsicInst.cpp183 case Intrinsic::uadd_with_overflow: in getBinaryOp()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicInst.h249 case Intrinsic::uadd_with_overflow: in classof()
286 case Intrinsic::uadd_with_overflow: in classof()
/external/llvm-project/llvm/lib/IR/
DIntrinsicInst.cpp313 case Intrinsic::uadd_with_overflow: in getBinaryOp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPoisonChecking.cpp124 B.CreateBinaryIntrinsic(Intrinsic::uadd_with_overflow, LHS, RHS); in generatePoisonChecksForBinOp()
/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp89 case Intrinsic::uadd_with_overflow: in getIntImmCost()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DPoisonChecking.cpp122 B.CreateBinaryIntrinsic(Intrinsic::uadd_with_overflow, LHS, RHS); in generateCreationChecksForBinOp()
/external/llvm/include/llvm/CodeGen/
DFastISel.h517 case Intrinsic::uadd_with_overflow: in isCommutativeIntrinsic()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DFastISel.h517 case Intrinsic::uadd_with_overflow: in isCommutativeIntrinsic()
DBasicTTIImpl.h1362 ? Intrinsic::uadd_with_overflow
1420 case Intrinsic::uadd_with_overflow:
1424 unsigned Opcode = IID == Intrinsic::uadd_with_overflow
/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp348 case Intrinsic::uadd_with_overflow: in eliminateOverflowIntrinsic()
/external/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/
DIntrinsicEnums.inc263 uadd_with_overflow, // llvm.uadd.with.overflow
/external/llvm-project/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h1605 ? 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/
DConstantFolding.cpp1304 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/
DCGExprCXX.cpp773 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/
DInstCombineInternal.h123 case Intrinsic::uadd_with_overflow: in IntrinsicIDToOverflowCheckFlavor()
/external/llvm-project/clang/lib/CodeGen/
DCGExprCXX.cpp918 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/
DAArch64TargetTransformInfo.cpp144 case Intrinsic::uadd_with_overflow: in getIntImmCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp1440 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/
DPPCTargetTransformInfo.cpp102 case Intrinsic::uadd_with_overflow: in getIntImmCostIntrin()
/external/llvm-project/llvm/lib/Analysis/
DConstantFolding.cpp1462 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/
DSystemZTargetTransformInfo.cpp204 case Intrinsic::uadd_with_overflow: in getIntImmCostIntrin()

1234