Lines Matching defs:getInstructionCost
1555 InstructionCost getInstructionCost(Instruction *I, ElementCount VF);
1969 InstructionCost C = TTI->getInstructionCost(&I, CostKind);
1978 InstructionCost C = TTI->getInstructionCost(&I, CostKind);
5482 InstructionCost VectorCost = getInstructionCost(I, VF);
5489 VF.getFixedValue() * getInstructionCost(I, ElementCount::getFixed(1));
5555 InstructionCost C = getInstructionCost(&I, VF);
6397 LoopVectorizationCostModel::getInstructionCost(Instruction *I,
6412 return getInstructionCost(I, ElementCount::getFixed(1)) *
6823 return TTI.getInstructionCost(I, CostKind);
7185 return CM.getInstructionCost(UI, VF);