/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | SparseBitVector.h | 256 class SparseBitVector { 305 const SparseBitVector<ElementSize> *BitVector = nullptr; 379 SparseBitVectorIterator(const SparseBitVector<ElementSize> *RHS, 426 SparseBitVector() { in SparseBitVector() function 431 SparseBitVector(const SparseBitVector &RHS) { in SparseBitVector() function 441 ~SparseBitVector() = default; 449 SparseBitVector& operator=(const SparseBitVector& RHS) { 536 bool operator!=(const SparseBitVector &RHS) const { 540 bool operator==(const SparseBitVector &RHS) const { 553 bool operator|=(const SparseBitVector &RHS) { [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | SparseBitVector.h | 279 class SparseBitVector { 328 const SparseBitVector<ElementSize> *BitVector; 434 SparseBitVectorIterator(const SparseBitVector<ElementSize> *RHS, 447 SparseBitVector () { 451 ~SparseBitVector() { 455 SparseBitVector(const SparseBitVector &RHS) { 471 SparseBitVector& operator=(const SparseBitVector& RHS) { 560 bool operator!=(const SparseBitVector &RHS) const { 564 bool operator==(const SparseBitVector &RHS) const { 577 bool operator|=(const SparseBitVector &RHS) { [all …]
|
/external/llvm/include/llvm/ADT/ |
D | SparseBitVector.h | 264 class SparseBitVector { 313 const SparseBitVector<ElementSize> *BitVector; 420 SparseBitVectorIterator(const SparseBitVector<ElementSize> *RHS, 433 SparseBitVector () { 437 ~SparseBitVector() { 441 SparseBitVector(const SparseBitVector &RHS) { 457 SparseBitVector& operator=(const SparseBitVector& RHS) { 549 bool operator!=(const SparseBitVector &RHS) const { 553 bool operator==(const SparseBitVector &RHS) const { 566 bool operator|=(const SparseBitVector &RHS) { [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | SparseBitVectorTest.cpp | 18 SparseBitVector<> Vec; in TEST() 37 SparseBitVector<> Vec, Other; in TEST() 67 SparseBitVector<> Vec, Other; in TEST() 71 Vec = static_cast<SparseBitVector<> &>(Vec); in TEST() 131 SparseBitVector<> Vec; in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIFixWWMLiveness.cpp | 89 void addDefs(const MachineInstr &MI, SparseBitVector<> &set); 118 void SIFixWWMLiveness::addDefs(const MachineInstr &MI, SparseBitVector<> &Regs) in addDefs() 134 SparseBitVector<> LiveOut; in runOnWWMInstruction() 150 SparseBitVector<> Reachable; in runOnWWMInstruction()
|
/external/llvm/unittests/ADT/ |
D | SparseBitVectorTest.cpp | 18 SparseBitVector<> Vec; in TEST() 37 SparseBitVector<> Vec, Other; in TEST() 67 SparseBitVector<> Vec, Other; in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | HashTable.cpp | 26 SparseBitVector<> &V) { in readSparseBitVector() 48 SparseBitVector<> &Vec) { in writeSparseBitVector()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | HashTable.h | 32 Error readSparseBitVector(BinaryStreamReader &Stream, SparseBitVector<> &V); 33 Error writeSparseBitVector(BinaryStreamWriter &Writer, SparseBitVector<> &Vec); 272 mutable SparseBitVector<> Present; 273 mutable SparseBitVector<> Deleted;
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveIntervalUnion.h | 32 template <unsigned Element> class SparseBitVector; variable 33 typedef SparseBitVector<128> LiveVirtRegBitSet;
|
D | PrologEpilogInserter.h | 67 typedef SparseBitVector<> CSRegSet;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | LiveIntervalUnion.h | 34 template <unsigned Element> class SparseBitVector; variable 36 using LiveVirtRegBitSet = SparseBitVector<128>;
|
D | LiveVariables.h | 84 SparseBitVector<> AliveBlocks; 124 SparseBitVector<> PHIJoins;
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveIntervalUnion.h | 29 template <unsigned Element> class SparseBitVector; variable 30 typedef SparseBitVector<128> LiveVirtRegBitSet;
|
D | LiveVariables.h | 84 SparseBitVector<> AliveBlocks; 125 SparseBitVector<> PHIJoins;
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | LiveVariables.h | 86 SparseBitVector<> AliveBlocks; 133 SparseBitVector<> PHIJoins;
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | NameMap.cpp | 73 SparseBitVector<> Present; in load() 98 SparseBitVector<> Deleted; in load()
|
/external/swiftshader/third_party/LLVM/unittests/ADT/ |
D | SparseBitVectorTest.cpp | 18 SparseBitVector<> Vec; in TEST()
|
/external/llvm/lib/CodeGen/ |
D | LiveDebugValues.cpp | 143 typedef SparseBitVector<> VarLocSet; 310 SparseBitVector<> KillSet; in transferRegisterDef()
|
D | MachineSink.cpp | 75 SparseBitVector<> RegsToClearKillFlags;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveDebugValues.cpp | 182 using VarLocSet = SparseBitVector<>; 435 SparseBitVector<> KillSet; in transferRegisterDef()
|
D | LiveVariables.cpp | 70 for (SparseBitVector<>::iterator I = AliveBlocks.begin(), in dump()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenRegisters.h | 225 typedef SparseBitVector<> RegUnitList;
|
D | RegisterInfoEmitter.cpp | 599 DiffVec &diffEncode(DiffVec &V, unsigned InitVal, SparseBitVector<> List) { in diffEncode() 893 SparseBitVector<> RUs = Reg.getNativeRegUnits(); in runMCDesc()
|
/external/llvm/utils/TableGen/ |
D | CodeGenRegisters.h | 199 typedef SparseBitVector<> RegUnitList;
|
D | RegisterInfoEmitter.cpp | 593 DiffVec &diffEncode(DiffVec &V, unsigned InitVal, SparseBitVector<> List) { in diffEncode() 884 SparseBitVector<> RUs = Reg.getNativeRegUnits(); in runMCDesc()
|