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.cpp9368 unsigned VecOpcode; in getEntryCost() local
9372 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() local
9600 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 in getEntryCost()
10559 unsigned VecOpcode; getTreeCost() local
13092 Instruction::CastOps VecOpcode = CI->getOpcode(); vectorizeTree() local
[all...]