HomeSort by: relevance | last modified time | path
    Searched defs:getInterleavedMemoryOpCost (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonTargetTransformInfo.cpp 236 InstructionCost HexagonTTIImpl::getInterleavedMemoryOpCost(
241 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices,
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 1189 InstructionCost PPCTTIImpl::getInterleavedMemoryOpCost(
1194 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices,
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.cpp 1132 // The generic implementation of getInterleavedMemoryOpCost() is based on
1137 InstructionCost SystemZTTIImpl::getInterleavedMemoryOpCost(
1142 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 1263 InstructionCost AArch64TTIImpl::getInterleavedMemoryOpCost(
1284 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 563 unsigned getInterleavedMemoryOpCost(
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 1134 InstructionCost getInterleavedMemoryOpCost(
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp 849 InstructionCost TargetTransformInfo::getInterleavedMemoryOpCost(
853 InstructionCost Cost = TTIImpl->getInterleavedMemoryOpCost(
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 1450 InstructionCost ARMTTIImpl::getInterleavedMemoryOpCost(
1486 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices,

Completed in 24 milliseconds