HomeSort by: relevance | last modified time | path
    Searched defs:getGatherScatterOpCost (Results 1 - 8 of 8) 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,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonTargetTransformInfo.cpp 229 InstructionCost HexagonTTIImpl::getGatherScatterOpCost(
232 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 1186 InstructionCost AArch64TTIImpl::getGatherScatterOpCost(
1191 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
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/Target/ARM/
ARMTargetTransformInfo.cpp 1491 InstructionCost ARMTTIImpl::getGatherScatterOpCost(
1496 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 4414 InstructionCost X86TTIImpl::getGatherScatterOpCost(
4424 return BaseT::getGatherScatterOpCost(Opcode, SrcVTy, Ptr, VariableMask,

Completed in 39 milliseconds