Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.h411 Type* shouldConvertSplatType(ShuffleVectorInst* SVI) const override;
DARMISelLowering.cpp16762 Type *ARMTargetLowering::shouldConvertSplatType(ShuffleVectorInst *SVI) const { in shouldConvertSplatType() function in ARMTargetLowering
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h2389 virtual Type* shouldConvertSplatType(ShuffleVectorInst* SVI) const { in shouldConvertSplatType() function
/external/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp6704 Type *NewType = TLI->shouldConvertSplatType(SVI); in optimizeShuffleVectorInst()