Searched refs:CountValue (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonHardwareLoops.cpp | 62 class CountValue; 136 CountValue *getLoopTripCount(MachineLoop *L, 146 CountValue *computeCount(MachineLoop *Loop, 226 class CountValue { class 243 explicit CountValue(CountValueType t, unsigned v, unsigned u = 0) { in CountValue() function in __anonf3083afd0111::CountValue 430 CountValue *HexagonHardwareLoops::getLoopTripCount(MachineLoop *L, in getLoopTripCount() 612 CountValue *HexagonHardwareLoops::computeCount(MachineLoop *Loop, in computeCount() 689 return new CountValue(CountValue::CV_Immediate, Count); in computeCount() 841 return new CountValue(CountValue::CV_Register, CountR, CountSR); in computeCount() 1038 CountValue *TripCount = getLoopTripCount(L, OldInsts); in convertToHardwareLoop()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopUnrollPass.cpp | 267 const ConstantInt *CountValue = in UnrollCountPragmaValue() local 269 if (CountValue) { in UnrollCountPragmaValue() 270 unsigned Count = CountValue->getZExtValue(); in UnrollCountPragmaValue()
|