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

  /external/llvm/include/llvm/CodeGen/
DFAPacketizer.h 192 virtual bool shouldAddToPacket(const MachineInstr &MI) { return true; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
DFAPacketizer.h 192 virtual bool shouldAddToPacket(const MachineInstr &MI) { return true; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
DFAPacketizer.h 197 virtual bool shouldAddToPacket(const MachineInstr &MI) { return true; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
DFAPacketizer.h 197 virtual bool shouldAddToPacket(const MachineInstr &MI) { return true; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
DFAPacketizer.h 197 virtual bool shouldAddToPacket(const MachineInstr &MI) { return true; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
DFAPacketizer.h 197 virtual bool shouldAddToPacket(const MachineInstr &MI) { return true; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
DFAPacketizer.h 197 virtual bool shouldAddToPacket(const MachineInstr &MI) { return true; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
DFAPacketizer.h 197 virtual bool shouldAddToPacket(const MachineInstr &MI) { return true; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
DFAPacketizer.h 192 virtual bool shouldAddToPacket(const MachineInstr &MI) { return true; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
DFAPacketizer.h 197 virtual bool shouldAddToPacket(const MachineInstr &MI) { return true; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
DFAPacketizer.h 197 virtual bool shouldAddToPacket(const MachineInstr &MI) { return true; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
DFAPacketizer.h 197 virtual bool shouldAddToPacket(const MachineInstr &MI) { return true; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
DFAPacketizer.h 197 virtual bool shouldAddToPacket(const MachineInstr &MI) { return true; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
DFAPacketizer.h 197 virtual bool shouldAddToPacket(const MachineInstr &MI) { return true; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
DFAPacketizer.h 197 virtual bool shouldAddToPacket(const MachineInstr &MI) { return true; }
  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.h 71 bool shouldAddToPacket(const MachineInstr &MI) override;
HexagonVLIWPacketizer.cpp     [all...]
  /external/llvm/lib/CodeGen/
DFAPacketizer.cpp 280 if (ResourceAvail && shouldAddToPacket(MI)) {

Completed in 956 milliseconds