/external/llvm/lib/Target/Hexagon/ |
D | HexagonSystemInst.td | 54 let isSolo = 1, Rs = 0, Rt = 0, Rd = 0 in { 77 let hasSideEffects = 0, isSolo = 1 in 105 let hasSideEffects = 0, isSolo = 1 in 118 let hasSideEffects = 0, isSolo = 1 in
|
D | HexagonInstrInfo.h | 339 bool isSolo(const MachineInstr* MI) const;
|
D | HexagonInstrFormats.td | 105 bits<1> isSolo = 0; 106 let TSFlags{5} = isSolo;
|
D | HexagonVLIWPacketizer.cpp | 961 if (HII->isSolo(&MI)) in isSoloInstruction()
|
D | HexagonInstrInfoV60.td | 2141 let isSolo = 1, Itinerary = LD_tc_ld_SLOT0, Type = TypeLD in 2154 let isSolo = 1, validSubTargets = HasV55SubT in { 2169 let isSolo = 1, validSubTargets = HasV60SubT in {
|
D | HexagonInstrInfo.cpp | 2518 bool HexagonInstrInfo::isSolo(const MachineInstr* MI) const { in isSolo() function in HexagonInstrInfo
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Hexagon/PacketRules/ |
D | solo.s | 5 # CHECK: 3:3: error: Instruction is marked `isSolo' and cannot have other instructions in the same …
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonInstrFormats.td | 75 bits<1> isSolo = 0; 76 let TSFlags{6} = isSolo;
|
D | HexagonInstrInfo.h | 401 bool isSolo(const MachineInstr &MI) const;
|
D | HexagonNewValueJump.cpp | 143 if (QII->isSolo(*II)) in INITIALIZE_PASS_DEPENDENCY()
|
D | HexagonVLIWPacketizer.cpp | 1082 if (HII->isSolo(MI)) in isSoloInstruction()
|
D | HexagonInstrInfo.cpp | 2513 bool HexagonInstrInfo::isSolo(const MachineInstr &MI) const { in isSolo() function in HexagonInstrInfo
|
D | HexagonDepInstrInfo.td | 5548 let isSolo = 1; 5670 let isSolo = 1; 5683 let isSolo = 1; 26236 let isSolo = 1; 36892 let isSolo = 1; 36962 let isSolo = 1; 36971 let isSolo = 1; 36980 let isSolo = 1;
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCInstrInfo.h | 259 bool isSolo(MCInstrInfo const &MCII, MCInst const &MCI);
|
D | HexagonShuffler.cpp | 197 if (HexagonMCInstrInfo::isSolo(MCII, *ID)) in check()
|
D | HexagonMCChecker.cpp | 492 if (llvm::HexagonMCInstrInfo::isSolo(MCII, *I.getInst())) { in checkSolo()
|
D | HexagonMCInstrInfo.cpp | 584 bool HexagonMCInstrInfo::isSolo(MCInstrInfo const &MCII, MCInst const &MCI) { in isSolo() function in llvm::HexagonMCInstrInfo
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCInstrInfo.h | 281 bool isSolo(MCInstrInfo const &MCII, MCInst const &MCI);
|
D | HexagonMCChecker.cpp | 655 if (HexagonMCInstrInfo::isSolo(MCII, I)) { in checkSolo()
|
D | HexagonMCInstrInfo.cpp | 686 bool HexagonMCInstrInfo::isSolo(MCInstrInfo const &MCII, MCInst const &MCI) { in isSolo() function in HexagonMCInstrInfo
|