Home
last modified time | relevance | path

Searched defs:forceScalarizeMaskedGather (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h193 bool forceScalarizeMaskedGather(VectorType *VTy, Align Alignment) { in forceScalarizeMaskedGather() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h243 bool forceScalarizeMaskedGather(VectorType *VTy, Align Alignment) { forceScalarizeMaskedGather() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h289 bool forceScalarizeMaskedGather(VectorType *DataType, Align Alignment) const { forceScalarizeMaskedGather() function
H A DTargetTransformInfo.h2330 bool forceScalarizeMaskedGather(VectorType *DataType, forceScalarizeMaskedGather() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp485 bool TargetTransformInfo::forceScalarizeMaskedGather(VectorType *DataType, forceScalarizeMaskedGather() function in TargetTransformInfo
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp5969 bool X86TTIImpl::forceScalarizeMaskedGather(VectorType *VTy, Align Alignment) { forceScalarizeMaskedGather() function in X86TTIImpl