Home
last modified time | relevance | path

Searched defs:CountValue (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp113 class CountValue { class
130 CountValue(unsigned r, bool neg) : Kind(CV_Register), Contents(r), in CountValue() function in __anon0f3974cc0111::CountValue
132 explicit CountValue(int64_t i) : Kind(CV_Immediate), Contents(i), in CountValue() function in __anon0f3974cc0111::CountValue
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp126 class CountValue { class
143 CountValue(unsigned r, bool neg) : Kind(CV_Register), Contents(r), in CountValue() function in __anone92e79760111::CountValue
145 explicit CountValue(int64_t i) : Kind(CV_Immediate), Contents(i), in CountValue() function in __anone92e79760111::CountValue