Searched defs:getInterleavedMemoryOpCost (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.cpp | 472 int ARMTTIImpl::getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, in getInterleavedMemoryOpCost() function in ARMTTIImpl
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 390 int PPCTTIImpl::getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, in getInterleavedMemoryOpCost() function in PPCTTIImpl
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 440 int AArch64TTIImpl::getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, in getInterleavedMemoryOpCost() function in AArch64TTIImpl
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 512 unsigned getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, in getInterleavedMemoryOpCost() function
|
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 283 int TargetTransformInfo::getInterleavedMemoryOpCost( in getInterleavedMemoryOpCost() function in TargetTransformInfo
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 307 unsigned getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, in getInterleavedMemoryOpCost() function
|
D | TargetTransformInfo.h | 794 int getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, unsigned Factor, in getInterleavedMemoryOpCost() function
|