Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.h42 bool fallBackToDAGISel(const MachineFunction &MF) const override;
H A DAArch64CallLowering.cpp529 bool AArch64CallLowering::fallBackToDAGISel(const MachineFunction &MF) const { in fallBackToDAGISel() function in AArch64CallLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h540 virtual bool fallBackToDAGISel(const MachineFunction &MF) const { in fallBackToDAGISel() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h869 bool fallBackToDAGISel(const Instruction &Inst) const override;
H A DRISCVISelLowering.cpp21983 bool RISCVTargetLowering::fallBackToDAGISel(const Instruction &Inst) const { in fallBackToDAGISel()
21980 bool RISCVTargetLowering::fallBackToDAGISel(const Instruction &Inst) const { fallBackToDAGISel() function in RISCVTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h969 bool fallBackToDAGISel(const Instruction &Inst) const override;
H A DAArch64FastISel.cpp5110 if (TLI.fallBackToDAGISel(*I)) in fastSelectInstruction()
H A DAArch64ISelLowering.cpp27084 bool AArch64TargetLowering::fallBackToDAGISel(const Instruction &Inst) const { in fallBackToDAGISel() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3484 if (TLI->fallBackToDAGISel(Inst)) in translate()
3929 if (CLI->fallBackToDAGISel(*MF)) { in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h645 virtual bool fallBackToDAGISel(const Instruction &Inst) const { in fallBackToDAGISel() function