Home
last modified time | relevance | path

Searched refs:getOrCreateTypeForMode (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DInfoByHwMode.h131 MVT &getOrCreateTypeForMode(unsigned Mode, MVT Type);
H A DInfoByHwMode.cpp62 MVT &ValueTypeByHwMode::getOrCreateTypeForMode(unsigned Mode, MVT Type) { in getOrCreateTypeForMode() function in ValueTypeByHwMode
H A DCodeGenDAGPatterns.cpp109 VVT.getOrCreateTypeForMode(I.first, T); in getValueTypeByHwMode()