Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp869 int BaseCost = ST->hasMVEIntegerOps() && Src->isVectorTy() in getCastInstrCost() local
1037 int BaseCost = ST->getMVEVectorCostFactor(CostKind); in getCmpSelInstrCost() local
1054 int BaseCost = 1; in getCmpSelInstrCost() local
1309 int BaseCost = ST->hasMVEIntegerOps() && Tp->isVectorTy() in getShuffleCost() local
1431 int BaseCost = 1; in getArithmeticInstrCost() local
1497 int BaseCost = ST->hasMVEIntegerOps() && Src->isVectorTy() in getMemoryOpCost() local
1541 int BaseCost = in getInterleavedMemoryOpCost() local
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1018 InstructionCost BaseCost = 2; in getMinMaxReductionCost() local
1047 InstructionCost BaseCost = 2; in getArithmeticReductionCost() local
1226 unsigned BaseCost = 1; in getVectorInstrCost() local
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp766 auto BaseCost = BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I); in getCastInstrCost() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp905 BlockFrequency BaseCost = P + V; in isProfitableToTailDup() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2980 InstructionCost BaseCost = in getArithmeticReductionCost() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6599 InstructionCost BaseCost = TTI.getArithmeticReductionCost( in getReductionPatternCost() local