|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/Analysis/TargetTransformInfo.h 1717 return Impl.getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, I);
include/llvm/CodeGen/BasicTTIImpl.h 925 Cost = static_cast<T *>(this)->getMemoryOpCost(
lib/Target/Hexagon/HexagonTargetTransformInfo.cpp 160 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, I);
198 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, I);
lib/Target/PowerPC/PPCTargetTransformInfo.cpp 844 int Cost = BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace);
lib/Target/X86/X86TargetTransformInfo.cpp 2427 int Cost = BaseT::getMemoryOpCost(Opcode, VTy->getScalarType(), Alignment,
2477 NumElem * BaseT::getMemoryOpCost(Opcode, SrcVTy->getScalarType(),