Searched refs:libCall (Results 1 – 3 of 3) sorted by relevance
11 X *libCall();15 X *libCall() { in libCall() function22 X *px = libCall(); in main()
3482 RTLIB::Libcall libCall = RTLIB::UNKNOWN_LIBCALL; in ReplaceNodeResults() local3494 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()
1155 auto libCall = builder.create<fir::CallOp>(loc, funcOp, args); in genLibCall() local1156 LLVM_DEBUG(libCall.dump(); llvm::dbgs() << "\n"); in genLibCall()1157 return libCall.getResult(0); in genLibCall()