| /external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/regbankselect/ |
| D | mul.mir | 6 define void @umul_with_overflow(i32 %lhs, i32 %rhs, i32* %pmul, i1* %pcarry_flag) { ret void } 33 name: umul_with_overflow 41 ; MIPS32-LABEL: name: umul_with_overflow
|
| /external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/instruction-select/ |
| D | mul.mir | 6 define void @umul_with_overflow(i32 %lhs, i32 %rhs, i32* %pmul, i1* %pcarry_flag) { ret void } 34 name: umul_with_overflow 43 ; MIPS32-LABEL: name: umul_with_overflow
|
| /external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/ |
| D | mul.ll | 182 define void @umul_with_overflow(i32 %lhs, i32 %rhs, i32* %pmul, i1* %pcarry_flag) { 183 ; MIPS32-LABEL: umul_with_overflow:
|
| /external/llvm/lib/Target/SystemZ/ |
| D | SystemZTargetTransformInfo.cpp | 213 case Intrinsic::umul_with_overflow: in getIntImmCost()
|
| /external/llvm-project/llvm/include/llvm/IR/ |
| D | IntrinsicInst.h | 72 case Intrinsic::umul_with_overflow: in isCommutative() 331 case Intrinsic::umul_with_overflow: in classof() 368 case Intrinsic::umul_with_overflow: in classof()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | IntrinsicInst.cpp | 193 case Intrinsic::umul_with_overflow: in getBinaryOp()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | IntrinsicInst.h | 253 case Intrinsic::umul_with_overflow: in classof() 290 case Intrinsic::umul_with_overflow: in classof()
|
| /external/llvm-project/llvm/lib/IR/ |
| D | IntrinsicInst.cpp | 323 case Intrinsic::umul_with_overflow: in getBinaryOp()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| D | PoisonChecking.cpp | 150 B.CreateBinaryIntrinsic(Intrinsic::umul_with_overflow, LHS, RHS); in generatePoisonChecksForBinOp()
|
| /external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/legalizer/ |
| D | mul.mir | 15 define void @umul_with_overflow(i32 %lhs, i32 %rhs, i32* %pmul, i1* %pcarry_flag) { ret void } 429 name: umul_with_overflow 436 ; MIPS32-LABEL: name: umul_with_overflow
|
| /external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| D | PoisonChecking.cpp | 148 B.CreateBinaryIntrinsic(Intrinsic::umul_with_overflow, LHS, RHS); in generateCreationChecksForBinOp()
|
| /external/llvm/include/llvm/CodeGen/ |
| D | FastISel.h | 519 case Intrinsic::umul_with_overflow: in isCommutativeIntrinsic()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | FastISel.h | 519 case Intrinsic::umul_with_overflow: in isCommutativeIntrinsic()
|
| /external/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
| D | IntrinsicEnums.inc | 267 umul_with_overflow, // llvm.umul.with.overflow
|
| /external/llvm/lib/Analysis/ |
| D | ConstantFolding.cpp | 1308 case Intrinsic::umul_with_overflow: in canConstantFoldCallTo() 1772 case Intrinsic::umul_with_overflow: { in ConstantFoldScalarCall() 1792 case Intrinsic::umul_with_overflow: in ConstantFoldScalarCall()
|
| /external/clang/lib/CodeGen/ |
| D | CGExprCXX.cpp | 733 llvm::Value *umul_with_overflow in EmitCXXNewAllocSize() local 734 = CGF.CGM.getIntrinsic(llvm::Intrinsic::umul_with_overflow, CGF.SizeTy); in EmitCXXNewAllocSize() 739 CGF.Builder.CreateCall(umul_with_overflow, {size, tsmV}); in EmitCXXNewAllocSize()
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineInternal.h | 131 case Intrinsic::umul_with_overflow: in IntrinsicIDToOverflowCheckFlavor()
|
| /external/llvm-project/clang/lib/CodeGen/ |
| D | CGExprCXX.cpp | 878 llvm::Function *umul_with_overflow in EmitCXXNewAllocSize() local 879 = CGF.CGM.getIntrinsic(llvm::Intrinsic::umul_with_overflow, CGF.SizeTy); in EmitCXXNewAllocSize() 884 CGF.Builder.CreateCall(umul_with_overflow, {size, tsmV}); in EmitCXXNewAllocSize()
|
| /external/llvm/lib/Target/AArch64/ |
| D | AArch64TargetTransformInfo.cpp | 148 case Intrinsic::umul_with_overflow: in getIntImmCost()
|
| D | AArch64FastISel.cpp | 3280 case Intrinsic::umul_with_overflow: in foldXALUIntrinsic() 3302 case Intrinsic::umul_with_overflow: in foldXALUIntrinsic() 3519 case Intrinsic::umul_with_overflow: { in fastLowerIntrinsicCall() 3551 case Intrinsic::umul_with_overflow: in fastLowerIntrinsicCall() 3615 case Intrinsic::umul_with_overflow: { in fastLowerIntrinsicCall()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | ConstantFolding.cpp | 1444 case Intrinsic::umul_with_overflow: in canConstantFoldCallTo() 2150 case Intrinsic::umul_with_overflow: { in ConstantFoldScalarCall2() 2175 case Intrinsic::umul_with_overflow: in ConstantFoldScalarCall2()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| D | PPCTargetTransformInfo.cpp | 324 case Intrinsic::umul_with_overflow: Opcode = ISD::UMULO; break; in mightUseCTR()
|
| /external/llvm-project/llvm/lib/Analysis/ |
| D | ConstantFolding.cpp | 1466 case Intrinsic::umul_with_overflow: in canConstantFoldCallTo() 2517 case Intrinsic::umul_with_overflow: { in ConstantFoldScalarCall2() 2542 case Intrinsic::umul_with_overflow: in ConstantFoldScalarCall2()
|
| /external/llvm-project/llvm/lib/Target/SystemZ/ |
| D | SystemZTargetTransformInfo.cpp | 216 case Intrinsic::umul_with_overflow: in getIntImmCostIntrin()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
| D | SystemZTargetTransformInfo.cpp | 212 case Intrinsic::umul_with_overflow: in getIntImmCostIntrin()
|