Searched refs:hasP8Altivec (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h262 bool hasP8Altivec() const { return HasP8Altivec; } function in class:llvm::PPCSubtarget
H A DPPCISelLowering.cpp658 if (Subtarget.hasP8Altivec() && (VT.SimpleTy != MVT::v1i128)) {
779 // Without hasP8Altivec set, v2i64 SMAX isn't available.
781 if (!Subtarget.hasP8Altivec())
790 // With hasP8Altivec set, we can lower ISD::ROTL to vrld.
791 if (Subtarget.hasP8Altivec())
807 if (Subtarget.hasP8Altivec())
896 if (Subtarget.hasP8Altivec()) {
994 if (Subtarget.hasP8Altivec()) {
10115 (Subtarget.hasP8Altivec() && (
10136 (Subtarget.hasP8Altivec()
[all...]

Completed in 108 milliseconds