Searched refs:getIndexValue (Results 1 - 10 of 10) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceInst.h1000 int32_t getIndexValue(SizeT Pos) const { return getIndex(Pos)->getValue(); }
1007 return getIndexValue(0) == i0 && getIndexValue(1) == i1 &&
1008 getIndexValue(2) == i2 && getIndexValue(3) == i3;
1017 return getIndexValue(0) == i0 && getIndexValue(1) == i1 &&
1018 getIndexValue(2) == i2 && getIndexValue(3) == i3 &&
1019 getIndexValue(
[all...]
H A DIceTargetLoweringX86BaseImpl.h6307 const SizeT Index0 = Instr->getIndexValue(0);
6308 const SizeT Index1 = Instr->getIndexValue(1);
6309 const SizeT Index2 = Instr->getIndexValue(2);
6310 const SizeT Index3 = Instr->getIndexValue(3);
6311 const SizeT Index4 = Instr->getIndexValue(4);
6312 const SizeT Index5 = Instr->getIndexValue(5);
6313 const SizeT Index6 = Instr->getIndexValue(6);
6314 const SizeT Index7 = Instr->getIndexValue(7);
6315 const SizeT Index8 = Instr->getIndexValue(8);
6316 const SizeT Index9 = Instr->getIndexValue(
[all...]
H A DIceTargetLoweringARM32.cpp5985 if (Instr->getIndexValue(I) != Instr->getIndexValue(0)) {
5992 _vdup(T, Src0Var, Instr->getIndexValue(0));
/external/icu/icu4c/source/i18n/
H A Drbt_rule.h62 // are used only by masks() and getIndexValue() which are called
229 int16_t getIndexValue() const;
H A Drbt_rule.cpp221 int16_t TransliterationRule::getIndexValue() const { function in class:TransliterationRule
H A Drbt_set.cpp312 indexValue[j] = r->getIndexValue();
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTransliterationRuleSet.java119 indexValue[j] = r.getIndexValue();
H A DTransliterationRule.java50 // are used only by masks() and getIndexValue() which are called
240 final int getIndexValue() { method in class:TransliterationRule
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliterationRuleSet.java118 indexValue[j] = r.getIndexValue();
H A DTransliterationRule.java49 // are used only by masks() and getIndexValue() which are called
239 final int getIndexValue() { method in class:TransliterationRule

Completed in 908 milliseconds