HomeSort by relevance Sort by last modified time
    Searched refs:CountValue (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 62 class CountValue;
99 CountValue *getTripCount(MachineLoop *L,
129 // CountValue class - Abstraction for a trip count of a loop. A
132 class CountValue {
149 CountValue(unsigned r, bool neg) : Kind(CV_Register), Contents(r),
151 explicit CountValue(int64_t i) : Kind(CV_Immediate), Contents(i),
159 assert(isReg() && "Wrong CountValue accessor");
166 assert(isImm() && "Wrong CountValue accessor");
312 CountValue *PPCCTRLoops::getTripCount(MachineLoop *L,
420 return new CountValue(count/iv_value)
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 62 class CountValue;
136 CountValue *getLoopTripCount(MachineLoop *L,
146 CountValue *computeCount(MachineLoop *Loop,
226 class CountValue {
243 explicit CountValue(CountValueType t, unsigned v, unsigned u = 0) {
256 assert(isReg() && "Wrong CountValue accessor");
260 assert(isReg() && "Wrong CountValue accessor");
264 assert(isImm() && "Wrong CountValue accessor");
430 CountValue *HexagonHardwareLoops::getLoopTripCount(MachineLoop *L,
618 CountValue *HexagonHardwareLoops::computeCount(MachineLoop *Loop
    [all...]

Completed in 35 milliseconds