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

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ScheduleDAG.h 332 /// isInstr - Return true if this SUnit refers to a machine instruction as
334 bool isInstr() const { return Instr; }
513 if (SU->isInstr()) return &SU->getInstr()->getDesc();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 364 bool isInstr() const { return Instr; }
586 if (SU->isInstr()) return &SU->getInstr()->getDesc();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
ScheduleDAG.h 364 bool isInstr() const { return Instr; }
586 if (SU->isInstr()) return &SU->getInstr()->getDesc();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
ScheduleDAG.h 364 bool isInstr() const { return Instr; }
586 if (SU->isInstr()) return &SU->getInstr()->getDesc();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
ScheduleDAG.h 367 bool isInstr() const { return Instr; }
592 if (SU->isInstr()) return &SU->getInstr()->getDesc();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
ScheduleDAG.h 367 bool isInstr() const { return Instr; }
592 if (SU->isInstr()) return &SU->getInstr()->getDesc();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
ScheduleDAG.h 367 bool isInstr() const { return Instr; }
592 if (SU->isInstr()) return &SU->getInstr()->getDesc();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
ScheduleDAG.h 367 bool isInstr() const { return Instr; }
592 if (SU->isInstr()) return &SU->getInstr()->getDesc();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 364 bool isInstr() const { return Instr; }
586 if (SU->isInstr()) return &SU->getInstr()->getDesc();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
ScheduleDAG.h 364 bool isInstr() const { return Instr; }
586 if (SU->isInstr()) return &SU->getInstr()->getDesc();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
ScheduleDAG.h 364 bool isInstr() const { return Instr; }
586 if (SU->isInstr()) return &SU->getInstr()->getDesc();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
ScheduleDAG.h 367 bool isInstr() const { return Instr; }
592 if (SU->isInstr()) return &SU->getInstr()->getDesc();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
ScheduleDAG.h 367 bool isInstr() const { return Instr; }
592 if (SU->isInstr()) return &SU->getInstr()->getDesc();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
ScheduleDAG.h 367 bool isInstr() const { return Instr; }
592 if (SU->isInstr()) return &SU->getInstr()->getDesc();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
ScheduleDAG.h 367 bool isInstr() const { return Instr; }
592 if (SU->isInstr()) return &SU->getInstr()->getDesc();
  /external/llvm/lib/Target/Hexagon/
HexagonBlockRanges.h 53 static bool isInstr(IndexType X) { return X.Index >= First; }
HexagonFrameLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 376 /// isInstr - Return true if this SUnit refers to a machine instruction as
378 bool isInstr() const { return Instr; }
603 if (SU->isInstr()) return &SU->getInstr()->getDesc();

Completed in 328 milliseconds