Searched refs:VecOpcode (Results 1 – 1 of 1) sorted by relevance
9368 unsigned VecOpcode; in getEntryCost() local9372 VecOpcode = Instruction::Trunc; in getEntryCost()9374 VecOpcode = in getEntryCost()9377 VecCost += TTI->getCastInstrCost(VecOpcode, UserVecTy, VecTy, CCH, in getEntryCost()9588 unsigned VecOpcode = Opcode; in getEntryCost() local9600 VecOpcode = Instruction::BitCast; in getEntryCost()9602 VecOpcode = Instruction::Trunc; in getEntryCost()9605 VecOpcode = It->second.second ? Instruction::SExt : Instruction::ZExt; in getEntryCost()9608 VecOpcode = in getEntryCost()9611 } else if (VecOpcode == Instruction::SIToFP && SrcIt != MinBWs.end() && in getEntryCost()[all …]