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.cpp578 bool AArch64CallLowering::fallBackToDAGISel(const MachineFunction &MF) const { in fallBackToDAGISel() function in AArch64CallLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h542 virtual bool fallBackToDAGISel(const MachineFunction &MF) const { in fallBackToDAGISel() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h430 bool fallBackToDAGISel(const Instruction &Inst) const override;
H A DRISCVISelLowering.cpp24273 bool RISCVTargetLowering::fallBackToDAGISel(const Instruction &Inst) const { in fallBackToDAGISel() function in RISCVTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h480 bool fallBackToDAGISel(const Instruction &Inst) const override;
H A DAArch64FastISel.cpp5116 if (TLI.fallBackToDAGISel(*I)) in fastSelectInstruction()
H A DAArch64ISelLowering.cpp28680 bool AArch64TargetLowering::fallBackToDAGISel(const Instruction &Inst) const { in fallBackToDAGISel() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3635 if (TLI->fallBackToDAGISel(Inst)) in translate()
4081 if (CLI->fallBackToDAGISel(*MF)) { in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h675 virtual bool fallBackToDAGISel(const Instruction &Inst) const { in fallBackToDAGISel() function