Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp793 int BaseCost = ST->hasMVEIntegerOps() && Src->isVectorTy() in getCastInstrCost() local
958 int BaseCost = ST->getMVEVectorCostFactor(CostKind); in getCmpSelInstrCost() local
974 int BaseCost = 1; in getCmpSelInstrCost() local
1238 int BaseCost = ST->hasMVEIntegerOps() && Tp->isVectorTy() in getShuffleCost() local
1361 int BaseCost = 1; in getArithmeticInstrCost() local
1425 int BaseCost = ST->hasMVEIntegerOps() && Src->isVectorTy() in getMemoryOpCost() local
1469 int BaseCost = in getInterleavedMemoryOpCost() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp727 auto BaseCost = BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I); in getCastInstrCost() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp873 BlockFrequency BaseCost = P + V; in isProfitableToTailDup() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7145 InstructionCost BaseCost = TTI.getArithmeticReductionCost( in getReductionPatternCost() local