Home
last modified time | relevance | path

Searched refs:LibCalls (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsCCState.cpp18 const char *const LibCalls[] = { in isF128SoftLibCall() local
34 assert(std::is_sorted(std::begin(LibCalls), std::end(LibCalls), Comp)); in isF128SoftLibCall()
35 return std::binary_search(std::begin(LibCalls), std::end(LibCalls), in isF128SoftLibCall()