Home
last modified time | relevance | path

Searched refs:ForPoisonSrc (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h115 TTI::TargetCostKind CostKind, bool ForPoisonSrc = true,
147 ForPoisonSrc, VL);
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h90 TTI::TargetCostKind CostKind, bool ForPoisonSrc = true,
H A DSystemZTargetTransformInfo.cpp496 TTI::TargetCostKind CostKind, bool ForPoisonSrc, in getScalarizationOverhead() argument
519 CostKind, ForPoisonSrc, VL); in getScalarizationOverhead()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h173 TTI::TargetCostKind CostKind, bool ForPoisonSrc = true,
H A DX86TargetTransformInfo.cpp4937 TTI::TargetCostKind CostKind, bool ForPoisonSrc, in getScalarizationOverhead() argument
4960 if (Insert && !ForPoisonSrc) { in getScalarizationOverhead()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h170 TTI::TargetCostKind CostKind, bool ForPoisonSrc = true,
H A DRISCVTargetTransformInfo.cpp929 TTI::TargetCostKind CostKind, bool ForPoisonSrc, in getScalarizationOverhead() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h460 TTI::TargetCostKind CostKind, bool ForPoisonSrc = true,
H A DAArch64TargetTransformInfo.cpp3926 TTI::TargetCostKind CostKind, bool ForPoisonSrc, in getScalarizationOverhead() argument
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp633 TTI::TargetCostKind CostKind, bool ForPoisonSrc, in getScalarizationOverhead() argument
636 CostKind, ForPoisonSrc, VL); in getScalarizationOverhead()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h961 TTI::TargetCostKind CostKind, bool ForPoisonSrc = true,
H A DTargetTransformInfoImpl.h456 TTI::TargetCostKind CostKind, bool ForPoisonSrc = true,
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h874 TTI::TargetCostKind CostKind, bool ForPoisonSrc = true,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3582 InstructionCost getGatherCost(ArrayRef<Value *> VL, bool ForPoisonSrc,
5747 bool ForPoisonSrc = true, ArrayRef<Value *> VL = {}) { in getScalarizationOverhead() argument
5772 CostKind, ForPoisonSrc, VL);
15954 InstructionCost BoUpSLP::getGatherCost(ArrayRef<Value *> VL, bool ForPoisonSrc, in getGatherCost() argument
15974 if ((ForPoisonSrc && isConstant(V)) || isa<UndefValue>(V)) in getGatherCost()
15987 if (!ForPoisonSrc && IsAnyNonUndefConst) { in getGatherCost()
15997 ForPoisonSrc && !IsAnyNonUndefConst, VL); in getGatherCost()