Searched refs:libCall (Results 1 – 4 of 4) sorted by relevance
10 X *libCall();14 X *libCall() { in libCall() function21 X *px = libCall(); in main()
5055 int libCall = -1; local5078 libCall = spv::GLSLstd450Determinant;5081 libCall = spv::GLSLstd450MatrixInverse;5088 libCall = spv::GLSLstd450Radians;5091 libCall = spv::GLSLstd450Degrees;5094 libCall = spv::GLSLstd450Sin;5097 libCall = spv::GLSLstd450Cos;5100 libCall = spv::GLSLstd450Tan;5103 libCall = spv::GLSLstd450Acos;5106 libCall = spv::GLSLstd450Asin;[all …]
3505 RTLIB::Libcall libCall = RTLIB::UNKNOWN_LIBCALL; in ReplaceNodeResults() local3517 libCall = ((N->getOpcode() == ISD::FP_TO_SINT) in ReplaceNodeResults()3523 getLibcallName(libCall), in ReplaceNodeResults()3534 libCall = ((N->getOpcode() == ISD::SINT_TO_FP) in ReplaceNodeResults()3540 getLibcallName(libCall), in ReplaceNodeResults()
3569 RTLIB::Libcall libCall = RTLIB::UNKNOWN_LIBCALL; in ReplaceNodeResults() local3581 libCall = ((N->getOpcode() == ISD::FP_TO_SINT) in ReplaceNodeResults()3587 getLibcallName(libCall), in ReplaceNodeResults()3598 libCall = ((N->getOpcode() == ISD::SINT_TO_FP) in ReplaceNodeResults()3604 getLibcallName(libCall), in ReplaceNodeResults()