HomeSort by relevance Sort by last modified time
    Searched defs:InstList (Results 1 - 12 of 12) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
Legalizer.cpp 86 GISelWorkList<256> InstList;
103 InstList.insert(&MI);
114 InstList.insert(MI);
120 auto RemoveDeadInstFromLists = [&InstList,
122 InstList.remove(DeadMI);
127 while (!InstList.empty()) {
128 MachineInstr &MI = *InstList.pop_back_val();
168 // need special handling. Add it to InstList, so when it's processed
171 InstList.insert(&MI);
173 } while (!InstList.empty())
    [all...]
  /external/llvm/include/llvm/IR/
BasicBlock.h 59 InstListType InstList;
227 inline iterator begin() { return InstList.begin(); }
228 inline const_iterator begin() const { return InstList.begin(); }
229 inline iterator end () { return InstList.end(); }
230 inline const_iterator end () const { return InstList.end(); }
232 inline reverse_iterator rbegin() { return InstList.rbegin(); }
233 inline const_reverse_iterator rbegin() const { return InstList.rbegin(); }
234 inline reverse_iterator rend () { return InstList.rend(); }
235 inline const_reverse_iterator rend () const { return InstList.rend(); }
237 inline size_t size() const { return InstList.size();
    [all...]
  /external/llvm/utils/TableGen/
CodeEmitterGen.cpp 289 std::vector<std::string> &InstList = IE->second;
291 for (int i = 0, N = InstList.size(); i < N; i++) {
293 o << " case " << InstList[i] << ":";
  /external/swiftshader/third_party/LLVM/include/llvm/
BasicBlock.h 76 InstListType InstList;
195 inline iterator begin() { return InstList.begin(); }
196 inline const_iterator begin() const { return InstList.begin(); }
197 inline iterator end () { return InstList.end(); }
198 inline const_iterator end () const { return InstList.end(); }
200 inline size_t size() const { return InstList.size(); }
201 inline bool empty() const { return InstList.empty(); }
202 inline const Instruction &front() const { return InstList.front(); }
203 inline Instruction &front() { return InstList.front(); }
204 inline const Instruction &back() const { return InstList.back();
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeEmitterGen.cpp 285 std::vector<std::string> &InstList = IE->second;
287 for (int i = 0, N = InstList.size(); i < N; i++) {
289 o << " case " << InstList[i] << ":";
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeEmitterGen.cpp 299 std::vector<std::string> &InstList = IE->second;
301 for (int i = 0, N = InstList.size(); i < N; i++) {
303 o << " case " << InstList[i] << ":";
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
BasicBlock.h 60 InstListType InstList;
228 inline iterator begin() { return InstList.begin(); }
229 inline const_iterator begin() const { return InstList.begin(); }
230 inline iterator end () { return InstList.end(); }
231 inline const_iterator end () const { return InstList.end(); }
233 inline reverse_iterator rbegin() { return InstList.rbegin(); }
234 inline const_reverse_iterator rbegin() const { return InstList.rbegin(); }
235 inline reverse_iterator rend () { return InstList.rend(); }
236 inline const_reverse_iterator rend () const { return InstList.rend(); }
238 inline size_t size() const { return InstList.size();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
BasicBlock.h 68 InstListType InstList;
264 inline iterator begin() { return InstList.begin(); }
265 inline const_iterator begin() const { return InstList.begin(); }
266 inline iterator end () { return InstList.end(); }
267 inline const_iterator end () const { return InstList.end(); }
269 inline reverse_iterator rbegin() { return InstList.rbegin(); }
270 inline const_reverse_iterator rbegin() const { return InstList.rbegin(); }
271 inline reverse_iterator rend () { return InstList.rend(); }
272 inline const_reverse_iterator rend () const { return InstList.rend(); }
274 inline size_t size() const { return InstList.size();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
CodeGenPrepare.cpp 650 BasicBlock::InstListType &InstList = (*PI)->getInstList();
651 BasicBlock::InstListType::reverse_iterator RI = InstList.rbegin();
652 BasicBlock::InstListType::reverse_iterator RE = InstList.rend();
    [all...]
  /external/spirv-llvm/lib/SPIRV/
OCL20ToSPIRV.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 209 milliseconds