Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h499 createLibcall(MachineIRBuilder &MIRBuilder, const char *Name,
506 createLibcall(MachineIRBuilder &MIRBuilder, RTLIB::Libcall Libcall,
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp368 auto Status = createLibcall(MIRBuilder, Libcall, {RetRegs, RetTy, 0}, in legalizeCustom()
404 auto Status = createLibcall(MIRBuilder, Libcall.LibcallID, in legalizeCustom()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp579 llvm::createLibcall(MachineIRBuilder &MIRBuilder, const char *Name, in createLibcall() function in llvm
626 llvm::createLibcall(MachineIRBuilder &MIRBuilder, RTLIB::Libcall Libcall, in createLibcall() function in llvm
635 return createLibcall(MIRBuilder, Name, Result, Args, CC, LocObserver, MI); in createLibcall()
648 return createLibcall(MIRBuilder, Libcall, in simpleLibcall()
679 createLibcall(MIRBuilder, getRTLibDesc(MI.getOpcode(), Size), in emitSincosLibcall()
954 return createLibcall(MIRBuilder, Libcall, in conversionLibcall()
1019 createLibcall(MIRBuilder, RTLibcall, in createGetStateLibcall()
1063 return createLibcall(MIRBuilder, RTLibcall, in createSetStateLibcall()
1139 const auto Status = createLibcall( in createFCMPLibcall()
1256 return createLibcall(MIRBuilder, RTLibcall, in createResetStateLibcall()
[all …]