Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/ubsan/TestCases/TypeCheck/
H A Dvptr-non-unique-typeinfo.cpp11 X *libCall();
15 X *libCall() { in libCall() function
22 X *px = libCall(); in main()
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp3482 RTLIB::Libcall libCall = RTLIB::UNKNOWN_LIBCALL; in ReplaceNodeResults() local
3494 libCall = ((N->getOpcode() == ISD::FP_TO_SINT) in ReplaceNodeResults()
3500 getLibcallName(libCall), in ReplaceNodeResults()
3520 libCall = ((N->getOpcode() == ISD::SINT_TO_FP) in ReplaceNodeResults()
3526 getLibcallName(libCall), in ReplaceNodeResults()
/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp1155 auto libCall = builder.create<fir::CallOp>(loc, funcOp, args); in genLibCall() local
1156 LLVM_DEBUG(libCall.dump(); llvm::dbgs() << "\n"); in genLibCall()
1157 return libCall.getResult(0); in genLibCall()