Home
last modified time | relevance | path

Searched refs:GetDefIndices (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DAggressiveAntiDepBreaker.cpp153 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in StartBlock()
219 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in Observe()
322 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in HandleLastUse()
357 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in PrescanInstruction()
551 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in FindSuitableFreeRegisters()
727 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in BreakAntiDependencies()
DAggressiveAntiDepBreaker.h84 std::vector<unsigned> &GetDefIndices() { return DefIndices; } in GetDefIndices() function
/external/llvm/lib/CodeGen/
DAggressiveAntiDepBreaker.cpp147 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in StartBlock()
196 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in Observe()
293 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in HandleLastUse()
339 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in PrescanInstruction()
537 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in FindSuitableFreeRegisters()
743 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in BreakAntiDependencies()
DAggressiveAntiDepBreaker.h81 std::vector<unsigned> &GetDefIndices() { return DefIndices; } in GetDefIndices() function