| /external/llvm/lib/Target/SystemZ/ |
| D | SystemZTargetTransformInfo.cpp | 213 case Intrinsic::umul_with_overflow: in getIntImmCost()
|
| /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/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/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()
|
| D | BasicTTIImpl.h | 1435 case Intrinsic::umul_with_overflow: {
|
| /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()
|
| D | ValueTracking.cpp | 1348 case Intrinsic::umul_with_overflow: in computeKnownBitsFromOperator() 3138 case Intrinsic::umul_with_overflow: in isSafeToSpeculativelyExecute() 3406 IID == Intrinsic::umul_with_overflow) && in isOverflowIntrinsicNoWrap()
|
| D | ScalarEvolutionExpander.cpp | 2076 Intrinsic::umul_with_overflow, Ty); in generateOverflowCheck()
|
| /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/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()
|
| D | ScalarEvolutionExpander.cpp | 2284 Intrinsic::umul_with_overflow, Ty); in generateOverflowCheck()
|
| /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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
| D | SystemZTargetTransformInfo.cpp | 212 case Intrinsic::umul_with_overflow: in getIntImmCostIntrin()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64FastISel.cpp | 3427 case Intrinsic::umul_with_overflow: in foldXALUIntrinsic() 3449 case Intrinsic::umul_with_overflow: in foldXALUIntrinsic() 3689 case Intrinsic::umul_with_overflow: { in fastLowerIntrinsicCall() 3721 case Intrinsic::umul_with_overflow: in fastLowerIntrinsicCall() 3785 case Intrinsic::umul_with_overflow: { in fastLowerIntrinsicCall()
|
| D | AArch64TargetTransformInfo.cpp | 174 case Intrinsic::umul_with_overflow: in getIntImmCostIntrin()
|
| /external/llvm/lib/Target/X86/ |
| D | X86FastISel.cpp | 292 case Intrinsic::umul_with_overflow: TmpCC = X86::COND_O; break; in foldX86XALUIntrinsic() 2697 case Intrinsic::umul_with_overflow: { in fastLowerIntrinsicCall() 2741 case Intrinsic::umul_with_overflow: in fastLowerIntrinsicCall()
|
| D | X86TargetTransformInfo.cpp | 1417 case Intrinsic::umul_with_overflow: in getIntImmCost()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86FastISel.cpp | 264 case Intrinsic::umul_with_overflow: TmpCC = X86::COND_O; break; in foldX86XALUIntrinsic() 2864 case Intrinsic::umul_with_overflow: { in fastLowerIntrinsicCall() 2902 case Intrinsic::umul_with_overflow: in fastLowerIntrinsicCall()
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | GVN.cpp | 305 case Intrinsic::umul_with_overflow: in createExtractvalueExpr()
|