Home
last modified time | relevance | path

Searched refs:mirFileLoaded (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSubtargetInfo.cpp60 void TargetSubtargetInfo::mirFileLoaded(MachineFunction &MF) const { } in mirFileLoaded() function in TargetSubtargetInfo
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h305 virtual void mirFileLoaded(MachineFunction &MF) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h395 void mirFileLoaded(MachineFunction &MF) const override;
H A DAArch64Subtarget.cpp496 void AArch64Subtarget::mirFileLoaded(MachineFunction &MF) const { in mirFileLoaded() function in AArch64Subtarget
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp586 MF.getSubtarget().mirFileLoaded(MF); in initializeMachineFunction()