Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h193 bool forceScalarizeMaskedGather(VectorType *VTy, Align Alignment) { in forceScalarizeMaskedGather() function
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h269 bool forceScalarizeMaskedGather(VectorType *VTy, Align Alignment) { forceScalarizeMaskedGather() function
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h298 bool forceScalarizeMaskedGather(VectorType *DataType, Align Alignment) const { forceScalarizeMaskedGather() function
H A DTargetTransformInfo.h2390 bool forceScalarizeMaskedGather(VectorType *DataType, forceScalarizeMaskedGather() function
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp495 bool TargetTransformInfo::forceScalarizeMaskedGather(VectorType *DataType, forceScalarizeMaskedGather() function in TargetTransformInfo
/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp6041 bool X86TTIImpl::forceScalarizeMaskedGather(VectorType *VTy, Align Alignment) { forceScalarizeMaskedGather() function in X86TTIImpl