Searched defs:isExtended (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | ValueTypes.h | 141 bool isExtended() const { isExtended() function |
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ | ||
H A D | HexagonMCInstrInfo.cpp | 634 bool HexagonMCInstrInfo::isExtended(MCInstrInfo const &MCII, in isExtended() function in HexagonMCInstrInfo |
/llvm-project/llvm/lib/Target/Hexagon/ | ||
H A D | HexagonInstrInfo.cpp | 2148 unsigned isExtended = (F >> HexagonII::ExtendedPos) & HexagonII::ExtendedMask; isConstExtended() local |
/llvm-project/clang/include/clang/AST/ | ||
H A D | OpenMPClause.h | 2189 bool isExtended() const { return IsExtended; } isExtended() function |