Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.h458 Type* shouldConvertSplatType(ShuffleVectorInst* SVI) const override;
H A DARMISelLowering.cpp19094 Type *ARMTargetLowering::shouldConvertSplatType(ShuffleVectorInst *SVI) const { in shouldConvertSplatType() function in ARMTargetLowering
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2588 virtual Type* shouldConvertSplatType(ShuffleVectorInst* SVI) const { in shouldConvertSplatType() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6919 Type *NewType = TLI->shouldConvertSplatType(SVI); in optimizeShuffleVectorInst()