Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h400 createLibcall(MachineIRBuilder &MIRBuilder, const char *Name,
406 createLibcall(MachineIRBuilder &MIRBuilder, RTLIB::Libcall Libcall,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp388 auto Status = createLibcall(MIRBuilder, Libcall, {RetRegs, RetTy}, in legalizeCustom()
424 createLibcall(MIRBuilder, Libcall.LibcallID, {LibcallResult, RetTy}, in legalizeCustom()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp523 llvm::createLibcall(MachineIRBuilder &MIRBuilder, const char *Name, in createLibcall() function in llvm
541 llvm::createLibcall(MachineIRBuilder &MIRBuilder, RTLIB::Libcall Libcall, in createLibcall() function in llvm
547 return createLibcall(MIRBuilder, Name, Result, Args, CC); in createLibcall()
559 return createLibcall(MIRBuilder, Libcall, {MI.getOperand(0).getReg(), OpType}, in simpleLibcall()
666 return createLibcall(MIRBuilder, Libcall, {MI.getOperand(0).getReg(), ToType}, in conversionLibcall()