Home
last modified time | relevance | path

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

/external/compiler-rt/test/ubsan/TestCases/TypeCheck/
Dvptr-non-unique-typeinfo.cpp10 X *libCall();
14 X *libCall() { in libCall() function
21 X *px = libCall(); in main()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp5055 int libCall = -1; local
5078 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 …]
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp3505 RTLIB::Libcall libCall = RTLIB::UNKNOWN_LIBCALL; in ReplaceNodeResults() local
3517 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp3569 RTLIB::Libcall libCall = RTLIB::UNKNOWN_LIBCALL; in ReplaceNodeResults() local
3581 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()