Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsCCState.cpp17 static bool isF128SoftLibCall(const char *CallSym) { in isF128SoftLibCall() function
54 return (ES && Ty->isIntegerTy(128) && isF128SoftLibCall(ES->getSymbol())); in originalTypeIsF128()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsCCState.cpp16 static bool isF128SoftLibCall(const char *CallSym) { in isF128SoftLibCall() function
50 return (Func && Ty->isIntegerTy(128) && isF128SoftLibCall(Func)); in originalTypeIsF128()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsCCState.cpp16 static bool isF128SoftLibCall(const char *CallSym) { in isF128SoftLibCall() function
50 return (Func && Ty->isIntegerTy(128) && isF128SoftLibCall(Func)); in originalTypeIsF128()