HomeSort by relevance Sort by last modified time
    Searched defs:Inst0 (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonShuffler.cpp 391 MCInst const &Inst0 = *ID.getOperand(0).getInst();
393 if (HexagonMCInstrInfo::getDesc(MCII, Inst0).isBranch())
397 if (HexagonMCInstrInfo::getDesc(MCII, Inst0).isReturn())
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMParallelDSP.cpp 264 const auto *Inst0 = dyn_cast<Instruction>(V0);
271 if (!Inst0 || !Inst1)
274 if (Inst0->isSameOperationAs(Inst1)) {

Completed in 703 milliseconds