Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp1132 bool IsAltivecType = ST->hasAltivec() && in getMemoryOpCost() local
1143 if (Opcode == Instruction::Load && ST->hasVSX() && IsAltivecType && in getMemoryOpCost()
1159 if (Opcode == Instruction::Load && (!ST->hasP8Vector() && IsAltivecType) && in getMemoryOpCost()
1167 if (IsVSXType || (ST->hasVSX() && IsAltivecType)) in getMemoryOpCost()