Searched refs:VecOpcode (Results 1 – 1 of 1) sorted by relevance
13088 unsigned VecOpcode; in getEntryCost() local13091 VecOpcode = Instruction::Trunc; in getEntryCost()13093 VecOpcode = in getEntryCost()13096 VecCost += TTI->getCastInstrCost(VecOpcode, UserVecTy, VecTy, CCH, in getEntryCost()13351 unsigned VecOpcode = Opcode; in getEntryCost() local13365 VecOpcode = Instruction::BitCast; in getEntryCost()13367 VecOpcode = Instruction::Trunc; in getEntryCost()13370 VecOpcode = It->second.second ? Instruction::SExt : Instruction::ZExt; in getEntryCost()13373 VecOpcode = in getEntryCost()13376 } else if (VecOpcode == Instruction::SIToFP && SrcIt != MinBWs.end() && in getEntryCost()[all …]