Searched refs:createLibcall (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.h | 415 createLibcall(MachineIRBuilder &MIRBuilder, const char *Name, 421 createLibcall(MachineIRBuilder &MIRBuilder, RTLIB::Libcall Libcall,
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMLegalizerInfo.cpp | 393 auto Status = createLibcall(MIRBuilder, Libcall, {RetRegs, RetTy, 0}, in legalizeCustom() 428 auto Status = createLibcall(MIRBuilder, Libcall.LibcallID, in legalizeCustom()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 629 llvm::createLibcall(MachineIRBuilder &MIRBuilder, const char *Name, in createLibcall() function in llvm 647 llvm::createLibcall(MachineIRBuilder &MIRBuilder, RTLIB::Libcall Libcall, in createLibcall() function in llvm 653 return createLibcall(MIRBuilder, Name, Result, Args, CC); in createLibcall() 666 return createLibcall(MIRBuilder, Libcall, in simpleLibcall() 784 return createLibcall(MIRBuilder, Libcall, in conversionLibcall()
|
| /llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/ |
| H A D | LegalizerHelperTest.cpp | 3606 createLibcall(B, "abort", {{}, RetTy, 0}, {}, CallingConv::C)); in TEST_F()
|