Searched refs:fallBackToDAGISel (Results 1 – 7 of 7) sorted by relevance
40 bool fallBackToDAGISel(const Function &F) const override;
433 bool AArch64CallLowering::fallBackToDAGISel(const Function &F) const { in fallBackToDAGISel() function in AArch64CallLowering
320 virtual bool fallBackToDAGISel(const Function &F) const { return false; } in fallBackToDAGISel() function
768 bool fallBackToDAGISel(const Instruction &Inst) const override;
16344 bool AArch64TargetLowering::fallBackToDAGISel(const Instruction &Inst) const { in fallBackToDAGISel() function in AArch64TargetLowering
2782 if (TLI.fallBackToDAGISel(Inst)) in translate()3039 if (CLI->fallBackToDAGISel(F)) { in runOnMachineFunction()
527 virtual bool fallBackToDAGISel(const Instruction &Inst) const { in fallBackToDAGISel() function