Searched defs:Libcall (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RuntimeLibcalls.h |
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMLegalizerInfo.cpp | 355 auto Libcall = legalizeCustom() local 399 for (auto Libcall : Libcalls) { legalizeCustom() local
|
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegacyLegalizerInfo.h | 64 Libcall, enumerator
|
H A D | LegalizerInfo.h | 83 Libcall, enumerator [all...] |
/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips16ISelLowering.cpp | 35 RTLIB::Libcall Libcall; member
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 600 createLibcall(MachineIRBuilder & MIRBuilder,RTLIB::Libcall Libcall,const CallLowering::ArgInfo & Result,ArrayRef<CallLowering::ArgInfo> Args,LostDebugLocObserver & LocObserver,MachineInstr * MI) createLibcall() argument 616 auto Libcall = getRTLibDesc(MI.getOpcode(), Size); simpleLibcall() local 867 RTLIB::Libcall Libcall = getConvRTLibDesc(MI.getOpcode(), ToType, FromType); conversionLibcall() local 1081 auto Libcall = getRTLibDesc(MI.getOpcode(), Size); libcall() local 1100 auto Libcall = getRTLibDesc(MI.getOpcode(), Size); libcall() local [all...] |
H A D | IRTranslator.cpp | 3759 const RTLIB::Libcall Libcall = RTLIB::STACKPROTECTOR_CHECK_FAIL; emitSPDescriptorFailure() local
|