Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7864 unsigned VecOpcode; in getEntryCost() local
7870 VecOpcode = in getEntryCost()
8153 unsigned VecOpcode = Opcode; in getEntryCost() local
8165 VecOpcode = Instruction::BitCast; in getEntryCost()
8167 VecOpcode = Instruction::Trunc; in getEntryCost()
8176 if (VecOpcode != Opcode && VecOpcode == Instruction::BitCast) in getEntryCost()
8188 if (VecOpcode != Opcode && VecOpcode == Instruction::BitCast) in getEntryCost()
9031 unsigned VecOpcode; in getTreeCost() local
9035 VecOpcode = in getTreeCost()
9039 VecOpcode, FTy, in getTreeCost()
[all …]