Home
last modified time | relevance | path

Searched refs:VecOpcode (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp13088 unsigned VecOpcode; in getEntryCost() local
13091 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() local
13365 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 …]