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

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.h 87 MCInst deriveSubInst(MCInst const &Inst);
HexagonMCDuplexInfo.cpp 593 MCInst SubInst0 = HexagonMCInstrInfo::deriveSubInst(MIa);
594 MCInst SubInst1 = HexagonMCInstrInfo::deriveSubInst(MIb);
689 MCInst HexagonMCInstrInfo::deriveSubInst(MCInst const &Inst) {
    [all...]
HexagonMCInstrInfo.cpp 120 MCInst *SubInst0 = new (Context) MCInst(deriveSubInst(inst0));
121 MCInst *SubInst1 = new (Context) MCInst(deriveSubInst(inst1));

Completed in 42 milliseconds