Home
last modified time | relevance | path

Searched refs:fallBackToDAGISel (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.h42 bool fallBackToDAGISel(const MachineFunction &MF) const override;
H A DAArch64CallLowering.cpp524 bool AArch64CallLowering::fallBackToDAGISel(const MachineFunction &MF) const { in fallBackToDAGISel() function in AArch64CallLowering
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h529 virtual bool fallBackToDAGISel(const MachineFunction &MF) const { in fallBackToDAGISel() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h810 bool fallBackToDAGISel(const Instruction &Inst) const override;
H A DRISCVISelLowering.cpp20337 bool RISCVTargetLowering::fallBackToDAGISel(const Instruction &Inst) const { in fallBackToDAGISel() function in RISCVTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h942 bool fallBackToDAGISel(const Instruction &Inst) const override;
H A DAArch64FastISel.cpp5096 if (TLI.fallBackToDAGISel(*I)) in fastSelectInstruction()
H A DAArch64ISelLowering.cpp25634 bool AArch64TargetLowering::fallBackToDAGISel(const Instruction &Inst) const { in fallBackToDAGISel() function in AArch64TargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3286 if (TLI.fallBackToDAGISel(Inst)) in translate()
3732 if (CLI->fallBackToDAGISel(*MF)) { in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h599 virtual bool fallBackToDAGISel(const Instruction &Inst) const { in fallBackToDAGISel() function