Home
last modified time | relevance | path

Searched refs:MCI (Results 1 – 25 of 942) sorted by relevance

12345678910>>...38

/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp36 MCI.getOperand(HexagonMCInstrInfo::getExtendableOp(MCII, MCI)); in addConstExtender()
47 assert(isBundle(MCI)); in bundleInstructions()
48 return make_range(MCI.begin() + bundleInstructionsOffset, MCI.end()); in bundleInstructions()
95 MCI.getOperand(HexagonMCInstrInfo::getExtendableOp(MCII, MCI)); in clampExtended()
366 assert(!Result || (MCI.size() > 0 && MCI.getOperand(0).isImm())); in isBundle()
458 assert(isBundle(MCI)); in isInnerLoop()
489 assert(isBundle(MCI)); in isOuterLoop()
534 assert(isBundle(MCI)); in isMemReorderDisabled()
540 assert(isBundle(MCI)); in isMemStoreReorderEnabled()
623 assert(isBundle(MCI)); in setInnerLoop()
[all …]
H A DHexagonMCInstrInfo.h57 MCInst const &MCI);
63 size_t bundleSize(MCInst const &MCI);
151 MCInst const &MCI);
156 bool hasImmExt(MCInst const &MCI);
166 bool isBundle(MCInst const &MCI);
213 bool isImmext(MCInst const &MCI);
216 bool isInnerLoop(MCInst const &MCI);
239 bool isOuterLoop(MCInst const &MCI);
274 void setInnerLoop(MCInst &MCI);
275 void setMemReorderDisabled(MCInst &MCI);
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h81 MCInst const &MCI);
89 size_t bundleSize(MCInst const &MCI);
108 MCInst const &MCI);
170 MCInst const &MCI);
178 bool hasImmExt(MCInst const &MCI);
204 bool isBundle(MCInst const &MCI);
241 bool isImmext(MCInst const &MCI);
244 bool isInnerLoop(MCInst const &MCI);
263 bool isOuterLoop(MCInst const &MCI);
313 void setInnerLoop(MCInst &MCI);
[all …]
H A DHexagonMCInstrInfo.cpp91 MCI.getOperand(HexagonMCInstrInfo::getExtendableOp(MCII, MCI)); in addConstExtender()
104 assert(isBundle(MCI)); in bundleInstructions()
111 assert(isBundle(MCI)); in bundleInstructions()
112 return make_range(MCI.begin() + bundleInstructionsOffset, MCI.end()); in bundleInstructions()
210 MCInst const &MCI) { in getMemAccessSize() argument
489 assert(!Result || (MCI.size() > 0 && MCI.getOperand(0).isImm())); in isBundle()
595 assert(isBundle(MCI)); in isInnerLoop()
623 assert(isBundle(MCI)); in isOuterLoop()
690 assert(isBundle(MCI)); in isMemReorderDisabled()
823 return {MCI.getOperand(I).getReg(), I, isPredicatedTrue(MCII, MCI)}; in predicateInfo()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h81 MCInst const &MCI);
89 size_t bundleSize(MCInst const &MCI);
108 MCInst const &MCI);
170 MCInst const &MCI);
178 bool hasImmExt(MCInst const &MCI);
204 bool isBundle(MCInst const &MCI);
241 bool isImmext(MCInst const &MCI);
244 bool isInnerLoop(MCInst const &MCI);
263 bool isOuterLoop(MCInst const &MCI);
313 void setInnerLoop(MCInst &MCI);
[all …]
H A DHexagonMCInstrInfo.cpp91 MCI.getOperand(HexagonMCInstrInfo::getExtendableOp(MCII, MCI)); in addConstExtender()
104 assert(isBundle(MCI)); in bundleInstructions()
111 assert(isBundle(MCI)); in bundleInstructions()
112 return make_range(MCI.begin() + bundleInstructionsOffset, MCI.end()); in bundleInstructions()
210 MCInst const &MCI) { in getMemAccessSize() argument
489 assert(!Result || (MCI.size() > 0 && MCI.getOperand(0).isImm())); in isBundle()
595 assert(isBundle(MCI)); in isInnerLoop()
623 assert(isBundle(MCI)); in isOuterLoop()
690 assert(isBundle(MCI)); in isMemReorderDisabled()
823 return {MCI.getOperand(I).getReg(), I, isPredicatedTrue(MCII, MCI)}; in predicateInfo()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h81 MCInst const &MCI);
89 size_t bundleSize(MCInst const &MCI);
108 MCInst const &MCI);
170 MCInst const &MCI);
178 bool hasImmExt(MCInst const &MCI);
204 bool isBundle(MCInst const &MCI);
241 bool isImmext(MCInst const &MCI);
244 bool isInnerLoop(MCInst const &MCI);
263 bool isOuterLoop(MCInst const &MCI);
313 void setInnerLoop(MCInst &MCI);
[all …]
H A DHexagonMCInstrInfo.cpp91 MCI.getOperand(HexagonMCInstrInfo::getExtendableOp(MCII, MCI)); in addConstExtender()
104 assert(isBundle(MCI)); in bundleInstructions()
111 assert(isBundle(MCI)); in bundleInstructions()
112 return make_range(MCI.begin() + bundleInstructionsOffset, MCI.end()); in bundleInstructions()
210 MCInst const &MCI) { in getMemAccessSize() argument
489 assert(!Result || (MCI.size() > 0 && MCI.getOperand(0).isImm())); in isBundle()
595 assert(isBundle(MCI)); in isInnerLoop()
623 assert(isBundle(MCI)); in isOuterLoop()
690 assert(isBundle(MCI)); in isMemReorderDisabled()
823 return {MCI.getOperand(I).getReg(), I, isPredicatedTrue(MCII, MCI)}; in predicateInfo()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h81 MCInst const &MCI);
89 size_t bundleSize(MCInst const &MCI);
108 MCInst const &MCI);
170 MCInst const &MCI);
178 bool hasImmExt(MCInst const &MCI);
204 bool isBundle(MCInst const &MCI);
241 bool isImmext(MCInst const &MCI);
244 bool isInnerLoop(MCInst const &MCI);
263 bool isOuterLoop(MCInst const &MCI);
313 void setInnerLoop(MCInst &MCI);
[all …]
H A DHexagonMCInstrInfo.cpp91 MCI.getOperand(HexagonMCInstrInfo::getExtendableOp(MCII, MCI)); in addConstExtender()
104 assert(isBundle(MCI)); in bundleInstructions()
111 assert(isBundle(MCI)); in bundleInstructions()
112 return make_range(MCI.begin() + bundleInstructionsOffset, MCI.end()); in bundleInstructions()
210 MCInst const &MCI) { in getMemAccessSize() argument
489 assert(!Result || (MCI.size() > 0 && MCI.getOperand(0).isImm())); in isBundle()
595 assert(isBundle(MCI)); in isInnerLoop()
623 assert(isBundle(MCI)); in isOuterLoop()
690 assert(isBundle(MCI)); in isMemReorderDisabled()
823 return {MCI.getOperand(I).getReg(), I, isPredicatedTrue(MCII, MCI)}; in predicateInfo()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h82 MCInst const &MCI);
90 size_t bundleSize(MCInst const &MCI);
109 MCInst const &MCI);
171 MCInst const &MCI);
179 bool hasImmExt(MCInst const &MCI);
205 bool isBundle(MCInst const &MCI);
242 bool isImmext(MCInst const &MCI);
245 bool isInnerLoop(MCInst const &MCI);
264 bool isOuterLoop(MCInst const &MCI);
314 void setInnerLoop(MCInst &MCI);
[all …]
H A DHexagonMCInstrInfo.cpp93 MCI.getOperand(HexagonMCInstrInfo::getExtendableOp(MCII, MCI)); in addConstExtender()
106 assert(isBundle(MCI)); in bundleInstructions()
113 assert(isBundle(MCI)); in bundleInstructions()
114 return make_range(MCI.begin() + bundleInstructionsOffset, MCI.end()); in bundleInstructions()
212 MCInst const &MCI) { in getMemAccessSize() argument
491 assert(!Result || (MCI.size() > 0 && MCI.getOperand(0).isImm())); in isBundle()
597 assert(isBundle(MCI)); in isInnerLoop()
625 assert(isBundle(MCI)); in isOuterLoop()
692 assert(isBundle(MCI)); in isMemReorderDisabled()
825 return {MCI.getOperand(I).getReg(), I, isPredicatedTrue(MCII, MCI)}; in predicateInfo()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h82 MCInst const &MCI);
90 size_t bundleSize(MCInst const &MCI);
109 MCInst const &MCI);
171 MCInst const &MCI);
179 bool hasImmExt(MCInst const &MCI);
205 bool isBundle(MCInst const &MCI);
242 bool isImmext(MCInst const &MCI);
245 bool isInnerLoop(MCInst const &MCI);
264 bool isOuterLoop(MCInst const &MCI);
314 void setInnerLoop(MCInst &MCI);
[all …]
H A DHexagonMCInstrInfo.cpp93 MCI.getOperand(HexagonMCInstrInfo::getExtendableOp(MCII, MCI)); in addConstExtender()
106 assert(isBundle(MCI)); in bundleInstructions()
113 assert(isBundle(MCI)); in bundleInstructions()
114 return make_range(MCI.begin() + bundleInstructionsOffset, MCI.end()); in bundleInstructions()
212 MCInst const &MCI) { in getMemAccessSize() argument
491 assert(!Result || (MCI.size() > 0 && MCI.getOperand(0).isImm())); in isBundle()
597 assert(isBundle(MCI)); in isInnerLoop()
625 assert(isBundle(MCI)); in isOuterLoop()
692 assert(isBundle(MCI)); in isMemReorderDisabled()
825 return {MCI.getOperand(I).getReg(), I, isPredicatedTrue(MCII, MCI)}; in predicateInfo()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h82 MCInst const &MCI);
90 size_t bundleSize(MCInst const &MCI);
110 MCInst const &MCI);
177 MCInst const &MCI);
185 bool hasImmExt(MCInst const &MCI);
211 bool isBundle(MCInst const &MCI);
248 bool isImmext(MCInst const &MCI);
251 bool isInnerLoop(MCInst const &MCI);
272 bool isOuterLoop(MCInst const &MCI);
340 void setInnerLoop(MCInst &MCI);
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h82 MCInst const &MCI);
90 size_t bundleSize(MCInst const &MCI);
110 MCInst const &MCI);
177 MCInst const &MCI);
185 bool hasImmExt(MCInst const &MCI);
211 bool isBundle(MCInst const &MCI);
248 bool isImmext(MCInst const &MCI);
251 bool isInnerLoop(MCInst const &MCI);
272 bool isOuterLoop(MCInst const &MCI);
340 void setInnerLoop(MCInst &MCI);
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h82 MCInst const &MCI);
90 size_t bundleSize(MCInst const &MCI);
110 MCInst const &MCI);
177 MCInst const &MCI);
185 bool hasImmExt(MCInst const &MCI);
211 bool isBundle(MCInst const &MCI);
248 bool isImmext(MCInst const &MCI);
251 bool isInnerLoop(MCInst const &MCI);
272 bool isOuterLoop(MCInst const &MCI);
340 void setInnerLoop(MCInst &MCI);
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h82 MCInst const &MCI);
90 size_t bundleSize(MCInst const &MCI);
110 MCInst const &MCI);
177 MCInst const &MCI);
185 bool hasImmExt(MCInst const &MCI);
211 bool isBundle(MCInst const &MCI);
248 bool isImmext(MCInst const &MCI);
251 bool isInnerLoop(MCInst const &MCI);
272 bool isOuterLoop(MCInst const &MCI);
340 void setInnerLoop(MCInst &MCI);
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h82 MCInst const &MCI);
90 size_t bundleSize(MCInst const &MCI);
110 MCInst const &MCI);
177 MCInst const &MCI);
185 bool hasImmExt(MCInst const &MCI);
211 bool isBundle(MCInst const &MCI);
248 bool isImmext(MCInst const &MCI);
251 bool isInnerLoop(MCInst const &MCI);
272 bool isOuterLoop(MCInst const &MCI);
340 void setInnerLoop(MCInst &MCI);
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h82 MCInst const &MCI);
90 size_t bundleSize(MCInst const &MCI);
110 MCInst const &MCI);
177 MCInst const &MCI);
185 bool hasImmExt(MCInst const &MCI);
211 bool isBundle(MCInst const &MCI);
248 bool isImmext(MCInst const &MCI);
251 bool isInnerLoop(MCInst const &MCI);
272 bool isOuterLoop(MCInst const &MCI);
340 void setInnerLoop(MCInst &MCI);
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h82 MCInst const &MCI);
90 size_t bundleSize(MCInst const &MCI);
110 MCInst const &MCI);
177 MCInst const &MCI);
185 bool hasImmExt(MCInst const &MCI);
211 bool isBundle(MCInst const &MCI);
248 bool isImmext(MCInst const &MCI);
251 bool isInnerLoop(MCInst const &MCI);
272 bool isOuterLoop(MCInst const &MCI);
340 void setInnerLoop(MCInst &MCI);
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h82 MCInst const &MCI);
90 size_t bundleSize(MCInst const &MCI);
110 MCInst const &MCI);
177 MCInst const &MCI);
185 bool hasImmExt(MCInst const &MCI);
211 bool isBundle(MCInst const &MCI);
248 bool isImmext(MCInst const &MCI);
251 bool isInnerLoop(MCInst const &MCI);
272 bool isOuterLoop(MCInst const &MCI);
340 void setInnerLoop(MCInst &MCI);
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h82 MCInst const &MCI);
90 size_t bundleSize(MCInst const &MCI);
110 MCInst const &MCI);
177 MCInst const &MCI);
185 bool hasImmExt(MCInst const &MCI);
211 bool isBundle(MCInst const &MCI);
248 bool isImmext(MCInst const &MCI);
251 bool isInnerLoop(MCInst const &MCI);
272 bool isOuterLoop(MCInst const &MCI);
340 void setInnerLoop(MCInst &MCI);
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h82 MCInst const &MCI);
90 size_t bundleSize(MCInst const &MCI);
110 MCInst const &MCI);
177 MCInst const &MCI);
185 bool hasImmExt(MCInst const &MCI);
211 bool isBundle(MCInst const &MCI);
248 bool isImmext(MCInst const &MCI);
251 bool isInnerLoop(MCInst const &MCI);
272 bool isOuterLoop(MCInst const &MCI);
340 void setInnerLoop(MCInst &MCI);
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h82 MCInst const &MCI);
90 size_t bundleSize(MCInst const &MCI);
110 MCInst const &MCI);
177 MCInst const &MCI);
185 bool hasImmExt(MCInst const &MCI);
211 bool isBundle(MCInst const &MCI);
248 bool isImmext(MCInst const &MCI);
251 bool isInnerLoop(MCInst const &MCI);
272 bool isOuterLoop(MCInst const &MCI);
340 void setInnerLoop(MCInst &MCI);
[all …]

12345678910>>...38