Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.h42 bool fallBackToDAGISel(const MachineFunction &MF) const override;
H A DAArch64CallLowering.cpp525 bool AArch64CallLowering::fallBackToDAGISel(const MachineFunction &MF) const { in fallBackToDAGISel() function in AArch64CallLowering
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h521 virtual bool fallBackToDAGISel(const MachineFunction &MF) const { in fallBackToDAGISel() function
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h849 bool fallBackToDAGISel(const Instruction &Inst) const override;
H A DAArch64ISelLowering.cpp20857 bool AArch64TargetLowering::fallBackToDAGISel(const Instruction &Inst) const { in fallBackToDAGISel() function in AArch64TargetLowering
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3008 if (TLI.fallBackToDAGISel(Inst)) in translate()
3451 if (CLI->fallBackToDAGISel(*MF)) { in runOnMachineFunction()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h562 virtual bool fallBackToDAGISel(const Instruction &Inst) const { in fallBackToDAGISel() function