Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp1129 bool IsAltivecType = ST->hasAltivec() && in getMemoryOpCost() local
1140 if (Opcode == Instruction::Load && ST->hasVSX() && IsAltivecType && in getMemoryOpCost()
1156 if (Opcode == Instruction::Load && (!ST->hasP8Vector() && IsAltivecType) && in getMemoryOpCost()
1164 if (IsVSXType || (ST->hasVSX() && IsAltivecType)) in getMemoryOpCost()