Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.h459 Type* shouldConvertSplatType(ShuffleVectorInst* SVI) const override;
H A DARMISelLowering.cpp19171 Type *ARMTargetLowering::shouldConvertSplatType(ShuffleVectorInst *SVI) const { in shouldConvertSplatType() function in ARMTargetLowering
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2650 virtual Type* shouldConvertSplatType(ShuffleVectorInst* SVI) const { in shouldConvertSplatType() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7033 Type *NewType = TLI->shouldConvertSplatType(SVI); in optimizeShuffleVectorInst()