Home
last modified time | relevance | path

Searched defs:BaseCost (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp871 int BaseCost = ST->hasMVEIntegerOps() && Src->isVectorTy() getCastInstrCost() local
1039 int BaseCost = ST->getMVEVectorCostFactor(CostKind); getCmpSelInstrCost() local
1056 int BaseCost = 1; getCmpSelInstrCost() local
1311 int BaseCost = ST->hasMVEIntegerOps() && Tp->isVectorTy() getShuffleCost() local
1433 int BaseCost = 1; getArithmeticInstrCost() local
1499 int BaseCost = ST->hasMVEIntegerOps() && Src->isVectorTy() getMemoryOpCost() local
1543 int BaseCost = getInterleavedMemoryOpCost() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp944 InstructionCost BaseCost = 2; getMinMaxReductionCost() local
977 InstructionCost BaseCost = 2; getArithmeticReductionCost() local
1049 InstructionCost BaseCost = getMemoryOpCost() local
1223 unsigned BaseCost = 1; getVectorInstrCost() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp773 auto BaseCost = BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I); getCastInstrCost() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp904 BlockFrequency BaseCost = P + V; isProfitableToTailDup() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3589 InstructionCost BaseCost = getArithmeticReductionCost() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6276 InstructionCost BaseCost = TTI.getArithmeticReductionCost( getReductionPatternCost() local
[all...]