Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h417 createLibcall(MachineIRBuilder &MIRBuilder, const char *Name,
423 createLibcall(MachineIRBuilder &MIRBuilder, RTLIB::Libcall Libcall,
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp393 auto Status = createLibcall(MIRBuilder, Libcall, {RetRegs, RetTy, 0}, in legalizeCustom()
428 auto Status = createLibcall(MIRBuilder, Libcall.LibcallID, in legalizeCustom()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp634 llvm::createLibcall(MachineIRBuilder &MIRBuilder, const char *Name, in createLibcall() function in llvm
652 llvm::createLibcall(MachineIRBuilder &MIRBuilder, RTLIB::Libcall Libcall, in createLibcall() function in llvm
658 return createLibcall(MIRBuilder, Name, Result, Args, CC); in createLibcall()
671 return createLibcall(MIRBuilder, Libcall, in simpleLibcall()
789 return createLibcall(MIRBuilder, Libcall, in conversionLibcall()