Home | History | Annotate | Download | only in X86

Lines Matching defs:getVectorInstrCost

94   unsigned getVectorInstrCost(unsigned Opcode, Type *Val,
739 unsigned X86TTI::getVectorInstrCost(unsigned Opcode, Type *Val,
760 return TargetTransformInfo::getVectorInstrCost(Opcode, Val, Index);
770 Cost += TopTTI->getVectorInstrCost(Instruction::InsertElement, Ty, i);
772 Cost += TopTTI->getVectorInstrCost(Instruction::ExtractElement, Ty, i);