Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp1170 bool IsAltivecType = ST->hasAltivec() && in getMemoryOpCost() local
1181 if (Opcode == Instruction::Load && ST->hasVSX() && IsAltivecType && in getMemoryOpCost()
1197 if (Opcode == Instruction::Load && (!ST->hasP8Vector() && IsAltivecType) && in getMemoryOpCost()
1205 if (IsVSXType || (ST->hasVSX() && IsAltivecType)) in getMemoryOpCost()