Searched defs:getTypeLegalizationCost (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | AMDGPUTargetTransformInfo.cpp | 1336 GCNTTIImpl::getTypeLegalizationCost(Type *Ty) const { getTypeLegalizationCost() function in GCNTTIImpl |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | BasicTTIImpl.h | 848 std::pair<InstructionCost, MVT> getTypeLegalizationCost(Type *Ty) const { getTypeLegalizationCost() function |