Home
last modified time | relevance | path

Searched refs:computeIdealizedProcResPressure (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/X86/
DAnalysisTest.cpp74 computeIdealizedProcResPressure(STI->getSchedModel(), {{P0Idx, 2}}); in TEST_F()
80 computeIdealizedProcResPressure(STI->getSchedModel(), {{P05Idx, 2}}); in TEST_F()
86 const auto Pressure = computeIdealizedProcResPressure( in TEST_F()
94 const auto Pressure = computeIdealizedProcResPressure( in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DAnalysis.h123 std::vector<std::pair<uint16_t, float>> computeIdealizedProcResPressure(
DAnalysis.cpp379 IdealizedProcResPressure(computeIdealizedProcResPressure( in SchedClass()
719 std::vector<std::pair<uint16_t, float>> computeIdealizedProcResPressure( in computeIdealizedProcResPressure() function