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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h466 Type* shouldConvertSplatType(ShuffleVectorInst* SVI) const override;
H A DARMISelLowering.cpp19385 Type *ARMTargetLowering::shouldConvertSplatType(ShuffleVectorInst *SVI) const { function in class:ARMTargetLowering
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2752 virtual Type* shouldConvertSplatType(ShuffleVectorInst* SVI) const {
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7195 Type *NewType = TLI->shouldConvertSplatType(SVI);

Completed in 302 milliseconds