Searched refs:InsertPoints (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h301 /// Reparing code needs to happen before InsertPoints.
327 InsertionPoints InsertPoints; member in class:llvm::RegBankSelect::RepairingPlacement
351 /// Add a MBBInsertionPoint to the list of InsertPoints.
353 /// Add a InstrInsertionPoint to the list of InsertPoints.
355 /// Add an EdgeInsertionPoint (\p Src, \p Dst) to the list of InsertPoints.
364 insertpt_iterator begin() { return InsertPoints.begin(); }
365 insertpt_iterator end() { return InsertPoints.end(); }
367 const_insertpt_iterator begin() const { return InsertPoints.begin(); }
368 const_insertpt_iterator end() const { return InsertPoints.end(); }
370 unsigned getNumInsertPoints() const { return InsertPoints
[all...]
/external/icu/icu4c/source/common/
H A Dubidiimp.h232 /* InsertPoints structure for noting where to put BiDi marks ---------------- */
239 typedef struct InsertPoints { struct
245 } InsertPoints; typedef in typeref:struct:InsertPoints
369 InsertPoints insertPoints;
H A Dubidi.cpp1798 InsertPoints * pInsertPoints=&(pBiDi->insertPoints);
1870 InsertPoints * pInsertPoints;
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DBidi.java521 static class InsertPoints { class in class:Bidi
1097 InsertPoints insertPoints = new InsertPoints();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidi.java520 static class InsertPoints { class in class:Bidi
1121 InsertPoints insertPoints = new InsertPoints();
/external/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp677 InsertPoints.emplace_back(&Point);

Completed in 185 milliseconds