HomeSort by: relevance | last modified time | path
    Searched refs:DuplexEnd (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.cpp 43 BundleEnd(Inst.end()), DuplexCurrent(Inst.end()), DuplexEnd(Inst.end()) {}
48 DuplexCurrent(Inst.end()), DuplexEnd(Inst.end()) {}
51 if (DuplexCurrent != DuplexEnd) {
53 if (DuplexCurrent == DuplexEnd) {
55 DuplexEnd = BundleEnd;
65 DuplexEnd = Inst.end();
72 if (DuplexCurrent != DuplexEnd)
79 DuplexCurrent == Other.DuplexCurrent && DuplexEnd == Other.DuplexEnd;
HexagonMCInstrInfo.h 49 MCInst::const_iterator DuplexEnd;

Completed in 24 milliseconds