| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTargetTransformInfo.h | 115 TTI::TargetCostKind CostKind, bool ForPoisonSrc = true, 147 ForPoisonSrc, VL);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.h | 90 TTI::TargetCostKind CostKind, bool ForPoisonSrc = true,
|
| H A D | SystemZTargetTransformInfo.cpp | 496 TTI::TargetCostKind CostKind, bool ForPoisonSrc, in getScalarizationOverhead() argument 519 CostKind, ForPoisonSrc, VL); in getScalarizationOverhead()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 173 TTI::TargetCostKind CostKind, bool ForPoisonSrc = true,
|
| H A D | X86TargetTransformInfo.cpp | 4937 TTI::TargetCostKind CostKind, bool ForPoisonSrc, in getScalarizationOverhead() argument 4960 if (Insert && !ForPoisonSrc) { in getScalarizationOverhead()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 170 TTI::TargetCostKind CostKind, bool ForPoisonSrc = true,
|
| H A D | RISCVTargetTransformInfo.cpp | 929 TTI::TargetCostKind CostKind, bool ForPoisonSrc, in getScalarizationOverhead() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 460 TTI::TargetCostKind CostKind, bool ForPoisonSrc = true,
|
| H A D | AArch64TargetTransformInfo.cpp | 3926 TTI::TargetCostKind CostKind, bool ForPoisonSrc, in getScalarizationOverhead() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 633 TTI::TargetCostKind CostKind, bool ForPoisonSrc, in getScalarizationOverhead() argument 636 CostKind, ForPoisonSrc, VL); in getScalarizationOverhead()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 961 TTI::TargetCostKind CostKind, bool ForPoisonSrc = true,
|
| H A D | TargetTransformInfoImpl.h | 456 TTI::TargetCostKind CostKind, bool ForPoisonSrc = true,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 874 TTI::TargetCostKind CostKind, bool ForPoisonSrc = true,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 3582 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()
|