HomeSort by relevance Sort by last modified time
    Searched refs:PredSense (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCChecker.h 82 typedef std::pair<unsigned, bool> PredSense;
83 static const PredSense Unconditional;
84 typedef std::multiset<PredSense> PredSet;
85 typedef std::multiset<PredSense>::iterator PredSetIterator;
HexagonMCChecker.cpp 30 const HexagonMCChecker::PredSense
112 Defs[R].insert(PredSense(PredReg, isTrue));
156 CurDefs.insert(*SRI), Defs[*SRI].insert(PredSense(PredReg, isTrue));
169 Defs[*SRI].insert(PredSense(PredReg, isTrue));
425 PredSense P = J;
  /external/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp 251 unsigned DstSR, const MachineOperand &PredOp, bool PredSense,
614 bool PredSense, bool ReadUndef, bool ImpUse) {
625 unsigned Opc = getCondTfrOpcode(SrcOp, PredSense);
    [all...]
HexagonInstrInfo.cpp     [all...]

Completed in 147 milliseconds