Searched refs:CountValue (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonHardwareLoops.cpp | 62 class CountValue; 134 CountValue *getLoopTripCount(MachineLoop *L, 144 CountValue *computeCount(MachineLoop *Loop, 224 class CountValue { class 241 explicit CountValue(CountValueType t, unsigned v, unsigned u = 0) { in CountValue() function in __anonfb58bf460111::CountValue 425 CountValue *HexagonHardwareLoops::getLoopTripCount(MachineLoop *L, in getLoopTripCount() 607 CountValue *HexagonHardwareLoops::computeCount(MachineLoop *Loop, in computeCount() 684 return new CountValue(CountValue::CV_Immediate, Count); in computeCount() 836 return new CountValue(CountValue::CV_Register, CountR, CountSR); in computeCount() 1033 CountValue *TripCount = getLoopTripCount(L, OldInsts); in convertToHardwareLoop()
|