HomeSort by: relevance | last modified time | path
    Searched refs:shouldConvertSplatType (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.h 444 Type* shouldConvertSplatType(ShuffleVectorInst* SVI) const override;
ARMISelLowering.cpp 17428 Type *ARMTargetLowering::shouldConvertSplatType(ShuffleVectorInst *SVI) const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 2403 virtual Type* shouldConvertSplatType(ShuffleVectorInst* SVI) const {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp 6883 Type *NewType = TLI->shouldConvertSplatType(SVI);

Completed in 66 milliseconds