Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.h40 bool fallBackToDAGISel(const MachineFunction &MF) const override;
H A DAArch64CallLowering.cpp500 bool AArch64CallLowering::fallBackToDAGISel(const MachineFunction &MF) const { in fallBackToDAGISel() function in AArch64CallLowering
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h514 virtual bool fallBackToDAGISel(const MachineFunction &MF) const { in fallBackToDAGISel() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h811 bool fallBackToDAGISel(const Instruction &Inst) const override;
H A DAArch64ISelLowering.cpp17786 bool AArch64TargetLowering::fallBackToDAGISel(const Instruction &Inst) const { in fallBackToDAGISel() function in AArch64TargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2908 if (TLI.fallBackToDAGISel(Inst)) in translate()
3182 if (CLI->fallBackToDAGISel(*MF)) { in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h536 virtual bool fallBackToDAGISel(const Instruction &Inst) const { in fallBackToDAGISel() function