HomeSort by relevance Sort by last modified time
    Searched refs:Inst1 (Results 1 - 11 of 11) 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 265 const auto *Inst1 = dyn_cast<Instruction>(V1);
271 if (!Inst0 || !Inst1)
274 if (Inst0->isSameOperationAs(Inst1)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonShuffler.cpp 392 MCInst const &Inst1 = *ID.getOperand(1).getInst();
395 if (HexagonMCInstrInfo::getDesc(MCII, Inst1).isBranch())
399 if (HexagonMCInstrInfo::getDesc(MCII, Inst1).isReturn())
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonSubtarget.h 78 const SUnit &Inst1, const SUnit &Inst2) const;
HexagonSubtarget.cpp 182 const HexagonInstrInfo &HII, const SUnit &Inst1,
184 if (Inst1.getInstr()->getOpcode() != Hexagon::A2_tfrpi)
  /external/llvm/unittests/IR/
InstructionsTest.cpp 284 auto Inst1 = CastInst::CreatePointerCast(NullV2I32Ptr, V2Int32Ty, "foo", BB);
290 Inst1->eraseFromParent();
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
InstructionsTest.cpp 296 auto Inst1 = CastInst::CreatePointerCast(NullV2I32Ptr, V2Int32Ty, "foo", BB);
302 Inst1->eraseFromParent();
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 507 /// \p Loc1 is the location of \p Inst1. It is passed explicitly because it
509 bool isAliased(const MemoryLocation &Loc1, Instruction *Inst1,
513 AliasCacheKey key = std::make_pair(Inst1, Inst2);
520 if (Loc1.Ptr && Loc2.Ptr && isSimple(Inst1) && isSimple(Inst2)) {
    [all...]
  /external/llvm/lib/CodeGen/
MachinePipeliner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 767 /// \p Loc1 is the location of \p Inst1. It is passed explicitly because it
769 bool isAliased(const MemoryLocation &Loc1, Instruction *Inst1,
772 AliasCacheKey key = std::make_pair(Inst1, Inst2);
779 if (Loc1.Ptr && Loc2.Ptr && isSimple(Inst1) && isSimple(Inst2)) {
    [all...]

Completed in 674 milliseconds