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

/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp132 class CountValue { class in namespace:__anon2461
149 CountValue(unsigned r, bool neg) : Kind(CV_Register), Contents(r), function in class:__anon2461::CountValue
151 explicit CountValue(int64_t i) : Kind(CV_Immediate), Contents(i), function in class:__anon2461::CountValue
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp226 class CountValue { class in namespace:__anon2395
243 explicit CountValue(CountValueType t, unsigned v, unsigned u = 0) { function in class:__anon2395::CountValue
[all...]

Completed in 118 milliseconds