Home
last modified time | relevance | path

Searched refs:PAWI (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
DAttributes.cpp348 const AttributeWithIndex &PAWI = getSlot(i); in dump() local
349 dbgs() << "{" << PAWI.Index << "," << PAWI.Attrs << "} "; in dump()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp168 const AttributeWithIndex &PAWI = A.getSlot(i); in WriteAttributeTable() local
169 Record.push_back(PAWI.Index); in WriteAttributeTable()
175 uint64_t FauxAttr = PAWI.Attrs & 0xffff; in WriteAttributeTable()
176 if (PAWI.Attrs & Attribute::Alignment) in WriteAttributeTable()
177 FauxAttr |= (1ull<<16)<<(((PAWI.Attrs & Attribute::Alignment)-1) >> 16); in WriteAttributeTable()
178 FauxAttr |= (PAWI.Attrs & (0x3FFull << 21)) << 11; in WriteAttributeTable()