Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp875 int BaseCost = ST->hasMVEIntegerOps() && Src->isVectorTy() getCastInstrCost() local
1043 int BaseCost = ST->getMVEVectorCostFactor(CostKind); getCmpSelInstrCost() local
1060 int BaseCost = 1; getCmpSelInstrCost() local
1323 int BaseCost = ST->hasMVEIntegerOps() && Tp->isVectorTy() getShuffleCost() local
1445 int BaseCost = 1; getArithmeticInstrCost() local
1511 int BaseCost = ST->hasMVEIntegerOps() && Src->isVectorTy() getMemoryOpCost() local
1555 int BaseCost = getInterleavedMemoryOpCost() local
[all...]
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1372 InstructionCost BaseCost = getMemoryOpCost() local
1598 unsigned BaseCost = 1; getVectorInstrCost() local
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp775 auto BaseCost = BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I); getCastInstrCost() local
/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp909 BlockFrequency BaseCost = P + V; isProfitableToTailDup() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3841 InstructionCost BaseCost = getArithmeticReductionCost() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h622 int BaseCost; global() member
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6146 InstructionCost BaseCost = TTI.getArithmeticReductionCost( getReductionPatternCost() local
[all...]
H A DSLPVectorizer.cpp8247 InstructionCost BaseCost = R.getGatherCost(Gathers, !Root, ScalarTy); getBuildVectorCost() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3441 int BaseCost = BrMergingBaseCostThresh.getValue(); getJumpConditionMergingParams() local
[all...]