Searched refs:hasExtenderForIndex (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCDuplexInfo.cpp | 1039 HexagonMCInstrInfo::hasExtenderForIndex(MCB, k - 1), in getDuplexPossibilties() 1041 HexagonMCInstrInfo::hasExtenderForIndex(MCB, j - 1), in getDuplexPossibilties() 1064 HexagonMCInstrInfo::hasExtenderForIndex(MCB, j - 1), in getDuplexPossibilties() 1066 HexagonMCInstrInfo::hasExtenderForIndex(MCB, k - 1), in getDuplexPossibilties()
|
D | HexagonMCInstrInfo.h | 154 bool hasExtenderForIndex(MCInst const &MCB, size_t Index);
|
D | HexagonMCInstrInfo.cpp | 341 bool HexagonMCInstrInfo::hasExtenderForIndex(MCInst const &MCB, size_t Index) { in hasExtenderForIndex() function in llvm::HexagonMCInstrInfo
|
/external/llvm/lib/Target/Hexagon/Disassembler/ |
D | HexagonDisassembler.cpp | 409 if (!HexagonMCInstrInfo::hasExtenderForIndex( in adjustExtendedInstructions()
|