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
32 const char *const *End = LibCalls + array_lengthof(LibCalls); in isF128SoftLibCall()
38 for (const char *const *I = LibCalls; I < End - 1; ++I) in isF128SoftLibCall()
42 return std::binary_search(LibCalls, End, CallSym, Comp); in isF128SoftLibCall()