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

  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
GPRArith.cpp     [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
GPRArith.cpp     [all...]
  /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)) {
  /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())

Completed in 225 milliseconds