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

  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVTargetTransformInfo.cpp 133 InstructionCost RISCVTTIImpl::getGatherScatterOpCost(
137 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask,
144 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask,
149 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask,
RISCVTargetTransformInfo.h 75 InstructionCost getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonTargetTransformInfo.cpp 229 InstructionCost HexagonTTIImpl::getGatherScatterOpCost(
232 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask,
HexagonTargetTransformInfo.h 129 InstructionCost getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h 140 InstructionCost getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
AArch64TargetTransformInfo.cpp 1186 InstructionCost AArch64TTIImpl::getGatherScatterOpCost(
1191 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.h 253 InstructionCost getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
ARMTargetTransformInfo.cpp 1491 InstructionCost ARMTTIImpl::getGatherScatterOpCost(
1496 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TargetTransformInfo.h 154 InstructionCost getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
X86TargetTransformInfo.cpp 4414 InstructionCost X86TTIImpl::getGatherScatterOpCost(
4424 return BaseT::getGatherScatterOpCost(Opcode, SrcVTy, Ptr, VariableMask,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 1159 InstructionCost getGatherScatterOpCost(
1647 getGatherScatterOpCost(unsigned Opcode, Type *DataTy, const Value *Ptr,
2143 getGatherScatterOpCost(unsigned Opcode, Type *DataTy, const Value *Ptr,
2147 return Impl.getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask,
TargetTransformInfoImpl.h 555 InstructionCost getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 1125 InstructionCost getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
1328 return thisT()->getGatherScatterOpCost(Instruction::Store,
1336 return thisT()->getGatherScatterOpCost(Instruction::Load, RetTy, Args[0],
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp 840 InstructionCost TargetTransformInfo::getGatherScatterOpCost(
843 InstructionCost Cost = TTIImpl->getGatherScatterOpCost(
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 7048 TTI.getGatherScatterOpCost(
SLPVectorizer.cpp 4040 VecLdCost = TTI->getGatherScatterOpCost(

Completed in 49 milliseconds