Searched refs:getCFInstrCost (Results 1 – 9 of 9) sorted by relevance
170 unsigned getCFInstrCost(unsigned Opcode);239 unsigned getCFInstrCost(unsigned Opcode);
447 unsigned GCNTTIImpl::getCFInstrCost(unsigned Opcode) { in getCFInstrCost() function in GCNTTIImpl454 return BaseT::getCFInstrCost(Opcode); in getCFInstrCost()693 unsigned R600TTIImpl::getCFInstrCost(unsigned Opcode) { in getCFInstrCost() function in R600TTIImpl700 return BaseT::getCFInstrCost(Opcode); in getCFInstrCost()
140 unsigned getCFInstrCost(unsigned Opcode) { in getCFInstrCost() function
797 int getCFInstrCost(unsigned Opcode) const;1142 virtual int getCFInstrCost(unsigned Opcode) = 0;1480 int getCFInstrCost(unsigned Opcode) override { in getCFInstrCost() function1481 return Impl.getCFInstrCost(Opcode); in getCFInstrCost()
426 unsigned getCFInstrCost(unsigned Opcode) { return 1; } in getCFInstrCost() function
475 int TargetTransformInfo::getCFInstrCost(unsigned Opcode) const { in getCFInstrCost() function in TargetTransformInfo476 int Cost = TTIImpl->getCFInstrCost(Opcode); in getCFInstrCost()998 return getCFInstrCost(I->getOpcode()); in getInstructionThroughput()
5352 ScalarCost += VF * TTI.getCFInstrCost(Instruction::PHI); in computePredInstDiscount()5826 (TTI.getCFInstrCost(Instruction::Br) * VF)); in getInstructionCost()5829 return TTI.getCFInstrCost(Instruction::Br); in getInstructionCost()5855 return TTI.getCFInstrCost(Instruction::PHI); in getInstructionCost()5872 Cost += VF * TTI.getCFInstrCost(Instruction::PHI); in getInstructionCost()
767 unsigned getCFInstrCost(unsigned Opcode) { in getCFInstrCost() function
2244 int BranchCost = getCFInstrCost(Instruction::Br); in getMaskedMemoryOpCost()2800 int BranchCost = getCFInstrCost(Instruction::Br); in getGSScalarCost()