Home
last modified time | relevance | path

Searched refs:IsCmp (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVectorCombine.cpp510 bool IsCmp = Pred != CmpInst::Predicate::BAD_ICMP_PREDICATE; in scalarizeBinopOrCmp() local
511 if (IsCmp) in scalarizeBinopOrCmp()
560 if (IsCmp) { in scalarizeBinopOrCmp()
584 if (IsCmp) in scalarizeBinopOrCmp()
596 IsCmp ? Builder.CreateCmp(Pred, V0, V1) in scalarizeBinopOrCmp()
607 Constant *NewVecC = IsCmp ? ConstantExpr::getCompare(Pred, VecC0, VecC1) in scalarizeBinopOrCmp()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp9985 const bool IsCmp = BId == Builtin::BImemcmp || BId == Builtin::BIbcmp; in CheckMemaccessArguments() local
9988 if (ArgIdx != 0 || IsCmp) { in CheckMemaccessArguments()
9993 else if (IsCmp) in CheckMemaccessArguments()
9999 << (IsCmp ? ArgIdx + 2 : ArgIdx) << FnName in CheckMemaccessArguments()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp20898 bool IsCmp = Cmp.getOpcode() == X86ISD::CMP; in ConvertCmpIfNecessary() local
20902 if (Subtarget.hasCMov() || (!IsCmp && !IsStrictCmp) || in ConvertCmpIfNecessary()