Searched defs:InsertPoints (Results 1 - 5 of 5) 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;
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DBidi.java520 static class InsertPoints { class in class:Bidi
1096 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 140 milliseconds