Home | History | Annotate | Download | only in X86

Lines Matching defs:getVectorInstrCost

914 int X86TTIImpl::getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) {
934 return BaseT::getVectorInstrCost(Opcode, Val, Index);
943 Cost += getVectorInstrCost(Instruction::InsertElement, Ty, i);
945 Cost += getVectorInstrCost(Instruction::ExtractElement, Ty, i);