Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DLowLevelType.h152 constexpr bool isPointerVector() const { return IsPointer && isVector(); } in isPointerVector() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp333 return ValTy.isPointerVector() && ValTy.getAddressSpace() == 0; in AArch64LegalizerInfo()
534 return Ty.isVector() && !SrcTy.isPointerVector() && in AArch64LegalizerInfo()
569 return Ty.isVector() && !SrcTy.isPointerVector() && in AArch64LegalizerInfo()
1800 if (!ValTy.isPointerVector() || in legalizeLoadStore()
H A DAArch64InstructionSelector.cpp2110 if (!DstTy.isPointerVector()) in preISelLower()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h1100 if (T.isPointerVector()) in minScalarEltSameAsIf()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp503 if (Ty.isPointerVector()) in loadStoreBitcastWorkaround()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1777 if (Ty.isPointerVector()) in coerceToScalar()