HomeSort by relevance Sort by last modified time
    Searched refs:PAWI (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/VMCore/
Attributes.cpp 348 const AttributeWithIndex &PAWI = getSlot(i);
349 dbgs() << "{" << PAWI.Index << "," << PAWI.Attrs << "} ";
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriter.cpp 168 const AttributeWithIndex &PAWI = A.getSlot(i);
169 Record.push_back(PAWI.Index);
175 uint64_t FauxAttr = PAWI.Attrs & 0xffff;
176 if (PAWI.Attrs & Attribute::Alignment)
177 FauxAttr |= (1ull<<16)<<(((PAWI.Attrs & Attribute::Alignment)-1) >> 16);
178 FauxAttr |= (PAWI.Attrs & (0x3FFull << 21)) << 11;
    [all...]

Completed in 363 milliseconds