| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | DwarfEHPrepare.cpp | 227 CI->setCallingConv(TLI->getLibcallCallingConv(RTLIB::UNWIND_RESUME)); in InsertUnwindResumeCalls() 252 CI->setCallingConv(TLI->getLibcallCallingConv(RTLIB::UNWIND_RESUME)); in InsertUnwindResumeCalls()
|
| /freebsd-12.1/contrib/llvm/lib/Target/XCore/ |
| H A D | XCoreSelectionDAGInfo.cpp | 38 .setLibCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSelectionDAGInfo.cpp | 55 TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMSelectionDAGInfo.cpp | 118 TLI->getLibcallCallingConv(LC), Type::getVoidTy(*DAG.getContext()), in EmitSpecializedLibcall()
|
| H A D | ARMFastISel.cpp | 2214 CallingConv::ID CC = TLI.getLibcallCallingConv(Call); in ARMEmitLibcall()
|
| H A D | ARMISelLowering.cpp | 7713 CallingConv::ID CC = getLibcallCallingConv(LC); in LowerFSINCOS() 14160 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in LowerDivRem()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeTypes.cpp | 1053 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, in ExpandChainLibCall()
|
| H A D | LegalizeDAG.cpp | 2033 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, in ExpandLibCall() 2076 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, in ExpandLibCall() 2114 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, in ExpandChainLibCall() 2215 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, in ExpandDivRemLibCall() 2315 TLI.getLibcallCallingConv(LC), Type::getVoidTy(*DAG.getContext()), Callee, in ExpandSinCosLibCall()
|
| H A D | SelectionDAG.cpp | 6108 .setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMCPY), in getMemcpy() 6149 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemcpy() 6210 .setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMMOVE), in getMemmove() 6251 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemmove() 6313 .setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMSET), in getMemset() 6353 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemset()
|
| H A D | LegalizeIntegerTypes.cpp | 3039 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Func, std::move(Args)) in ExpandIntRes_XMULO()
|
| H A D | TargetLowering.cpp | 147 .setLibCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in makeLibCall()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 139 if (!CLI.lowerCall(MIRBuilder, TLI.getLibcallCallingConv(Libcall), in createLibcall()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 2461 CallingConv::ID getLibcallCallingConv(RTLIB::Libcall Call) const { in getLibcallCallingConv() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 390 .setLibCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in LowerDivRem()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 3574 CLI.setCallee(DL, Ctx, TLI.getLibcallCallingConv(LC), II->getType(), in fastLowerIntrinsicCall() 4860 CLI.setCallee(DL, Ctx, TLI.getLibcallCallingConv(LC), I->getType(), in selectFRem()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 24059 getLibcallCallingConv(LC), in LowerWin64_i128OP()
|