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

  /external/llvm/include/llvm/CodeGen/
DFAPacketizer.h 184 virtual bool isSoloInstruction(const MachineInstr &MI) { return true; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
DFAPacketizer.h 184 virtual bool isSoloInstruction(const MachineInstr &MI) { return true; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
DFAPacketizer.h 189 virtual bool isSoloInstruction(const MachineInstr &MI) { return true; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
DFAPacketizer.h 189 virtual bool isSoloInstruction(const MachineInstr &MI) { return true; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
DFAPacketizer.h 189 virtual bool isSoloInstruction(const MachineInstr &MI) { return true; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
DFAPacketizer.h 189 virtual bool isSoloInstruction(const MachineInstr &MI) { return true; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
DFAPacketizer.h 189 virtual bool isSoloInstruction(const MachineInstr &MI) { return true; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
DFAPacketizer.h 189 virtual bool isSoloInstruction(const MachineInstr &MI) { return true; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
DFAPacketizer.h 184 virtual bool isSoloInstruction(const MachineInstr &MI) { return true; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
DFAPacketizer.h 189 virtual bool isSoloInstruction(const MachineInstr &MI) { return true; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
DFAPacketizer.h 189 virtual bool isSoloInstruction(const MachineInstr &MI) { return true; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
DFAPacketizer.h 189 virtual bool isSoloInstruction(const MachineInstr &MI) { return true; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
DFAPacketizer.h 189 virtual bool isSoloInstruction(const MachineInstr &MI) { return true; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
DFAPacketizer.h 189 virtual bool isSoloInstruction(const MachineInstr &MI) { return true; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
DFAPacketizer.h 189 virtual bool isSoloInstruction(const MachineInstr &MI) { return true; }
  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.h 56 // isSoloInstruction - return true if instruction MI can not be packetized
58 bool isSoloInstruction(const MachineInstr &MI) override;
HexagonVLIWPacketizer.cpp     [all...]
  /external/llvm/lib/CodeGen/
DFAPacketizer.cpp 258 if (isSoloInstruction(MI)) {
  /external/llvm/lib/Target/AMDGPU/
R600Packetizer.cpp 169 // isSoloInstruction - return true if instruction MI can not be packetized
171 bool isSoloInstruction(const MachineInstr &MI) override {

Completed in 996 milliseconds