Searched refs:getCFInstrCost (Results 1 – 9 of 9) sorted by relevance
183 unsigned getCFInstrCost(unsigned Opcode);269 unsigned getCFInstrCost(unsigned Opcode);
509 unsigned GCNTTIImpl::getCFInstrCost(unsigned Opcode) { in getCFInstrCost() function in GCNTTIImpl516 return BaseT::getCFInstrCost(Opcode); in getCFInstrCost()935 unsigned R600TTIImpl::getCFInstrCost(unsigned Opcode) { in getCFInstrCost() function in R600TTIImpl942 return BaseT::getCFInstrCost(Opcode); in getCFInstrCost()
142 unsigned getCFInstrCost(unsigned Opcode) { in getCFInstrCost() function
935 int getCFInstrCost(unsigned Opcode) const;1326 virtual int getCFInstrCost(unsigned Opcode) = 0;1736 int getCFInstrCost(unsigned Opcode) override { in getCFInstrCost() function1737 return Impl.getCFInstrCost(Opcode); in getCFInstrCost()
455 unsigned getCFInstrCost(unsigned Opcode) { return 1; } in getCFInstrCost() function
629 int TargetTransformInfo::getCFInstrCost(unsigned Opcode) const { in getCFInstrCost() function in TargetTransformInfo630 int Cost = TTIImpl->getCFInstrCost(Opcode); in getCFInstrCost()1162 return getCFInstrCost(I->getOpcode()); in getInstructionThroughput()
5681 ScalarCost += VF * TTI.getCFInstrCost(Instruction::PHI); in computePredInstDiscount()6187 (TTI.getCFInstrCost(Instruction::Br) * VF)); in getInstructionCost()6190 return TTI.getCFInstrCost(Instruction::Br); in getInstructionCost()6216 return TTI.getCFInstrCost(Instruction::PHI); in getInstructionCost()6233 Cost += VF * TTI.getCFInstrCost(Instruction::PHI); in getInstructionCost()
831 unsigned getCFInstrCost(unsigned Opcode) { in getCFInstrCost() function
2501 int BranchCost = getCFInstrCost(Instruction::Br); in getMaskedMemoryOpCost()3268 int BranchCost = getCFInstrCost(Instruction::Br); in getGSScalarCost()