Searched defs:BaseIndex (Results 1 - 6 of 6) sorted by relevance

/external/llvm/tools/llvm-pdbdump/
H A DClassDefinitionDumper.cpp46 uint32_t BaseIndex = 0; local
53 if (++BaseIndex < Bases->getChildCount()) {
/external/llvm/lib/CodeGen/
H A DVirtRegMap.cpp335 SlotIndex BaseIndex = LIS->getInstructionIndex(MI); local
338 assert(LI.liveAt(BaseIndex) &&
344 if ((SR.LaneMask & UseMask) != 0 && SR.liveAt(BaseIndex))
/external/llvm/lib/IR/
H A DVerifier.cpp3993 const int BaseIndex = cast<ConstantInt>(Base)->getZExtValue(); local
3996 Assert(0 <= BaseIndex && BaseIndex < (int)StatepointCS.arg_size(),
4001 // Check that BaseIndex and DerivedIndex fall within the 'gc parameters'
4026 Assert(GCParamArgsStart <= BaseIndex && BaseIndex < GCParamArgsEnd,
/external/swiftshader/third_party/subzero/src/
H A DPNaClTranslator.cpp1543 // Converts a relative index (wrt to BaseIndex) to an absolute value index.
1545 NaClRelBcIndexSize_t BaseIndex) {
1546 if (BaseIndex < Id) {
1550 << " (must be <= " << BaseIndex << ")"; local
1554 return BaseIndex - Id;
1602 // Returns the relative operand (wrt to BaseIndex) referenced by the given
1605 NaClBcIndexSize_t BaseIndex) {
1606 return getOperand(convertRelativeToAbsIndex(Index, BaseIndex));
2175 NaClBcIndexSize_t BaseIndex = getNextInstIndex(); local
2219 Ice::Operand *Op1 = getRelativeOperand(Values[0], BaseIndex);
1544 convertRelativeToAbsIndex(NaClRelBcIndexSize_t Id, NaClRelBcIndexSize_t BaseIndex) argument
1604 getRelativeOperand(NaClBcIndexSize_t Index, NaClBcIndexSize_t BaseIndex) argument
[all...]
/external/clang/lib/AST/
H A DExprConstant.cpp1539 unsigned BaseIndex = 0; local
1541 End = CD->bases_end(); I != End; ++I, ++BaseIndex) {
1543 Value.getStructBase(BaseIndex)))
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 243 milliseconds