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

  /external/pdfium/xfa/fxfa/parser/
cxfa_para.cpp 34 {XFA_Attribute::Orphans, XFA_AttributeType::Integer, (void*)0},
cxfa_node_statics.cpp     [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenRegisters.cpp 70 SmallVector<Orphan, 8> Orphans;
72 // Clone inherited subregs and place duplicate entries on Orphans.
86 Orphans.push_back(Orphan(SI->second, Indices[i], SI->first));
127 for (unsigned j = 0, je = Orphans.size(); j != je; ++j)
128 if (Orphans[j].SubReg == R2)
129 Orphans[j].SubReg = 0;
132 // Now Orphans contains the inherited subregisters without a direct index.
134 for (unsigned i = 0, e = Orphans.size(); i != e; ++i) {
135 Orphan &O = Orphans[i];
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 236 SmallPtrSet<CodeGenRegister*, 8> Orphans;
238 // Clone inherited subregs and place duplicate entries in Orphans.
248 Orphans.insert(SI->second);
272 if (SubRegs.count(I->second) || !Orphans.erase(SRI->second))
280 // Now Orphans contains the inherited subregisters without a direct index.
296 while (!Indices.empty() && !Orphans.empty()) {
302 if (Orphans.erase(SI->second))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenRegisters.cpp 290 SmallPtrSet<CodeGenRegister*, 8> Orphans;
292 // Clone inherited subregs and place duplicate entries in Orphans.
300 Orphans.insert(SR.second);
324 if (SubRegs.count(I->second) || !Orphans.erase(SRI->second))
332 // Now Orphans contains the inherited subregisters without a direct index.
348 while (!Indices.empty() && !Orphans.empty()) {
353 if (Orphans.erase(SubReg.second))
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 541 Orphans,

Completed in 124 milliseconds