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

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.h 116 InstructionCost getInterleavedMemoryOpCost(
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/Hexagon/
HexagonTargetTransformInfo.cpp 236 InstructionCost HexagonTTIImpl::getInterleavedMemoryOpCost(
241 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices,
HexagonTargetTransformInfo.h 134 InstructionCost getInterleavedMemoryOpCost(
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.h 131 InstructionCost getInterleavedMemoryOpCost(
PPCTargetTransformInfo.cpp 1189 InstructionCost PPCTTIImpl::getInterleavedMemoryOpCost(
1194 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h 277 InstructionCost getInterleavedMemoryOpCost(
AArch64TargetTransformInfo.cpp 1263 InstructionCost AArch64TTIImpl::getInterleavedMemoryOpCost(
1284 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.h 247 InstructionCost getInterleavedMemoryOpCost(
ARMTargetTransformInfo.cpp 1450 InstructionCost ARMTTIImpl::getInterleavedMemoryOpCost(
1486 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TargetTransformInfo.h 192 InstructionCost getInterleavedMemoryOpCost(
X86TargetTransformInfo.cpp 4710 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices,
4717 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices,
4730 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices,
4748 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices,
4807 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices,
4821 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices,
4938 InstructionCost X86TTIImpl::getInterleavedMemoryOpCost(
4960 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 1174 InstructionCost getInterleavedMemoryOpCost(
1652 virtual InstructionCost getInterleavedMemoryOpCost(
2150 InstructionCost getInterleavedMemoryOpCost(
2154 return Impl.getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices,
TargetTransformInfoImpl.h 563 unsigned 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/CodeGen/
InterleavedLoadCombinePass.cpp 1212 InterleavedCost = TTI.getInterleavedMemoryOpCost(
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 1134 InstructionCost getInterleavedMemoryOpCost(
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 7083 InstructionCost Cost = TTI.getInterleavedMemoryOpCost(

Completed in 42 milliseconds