Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSubtargetInfo.cpp64 void TargetSubtargetInfo::mirFileLoaded(MachineFunction &MF) const { } in mirFileLoaded() function in TargetSubtargetInfo
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h306 virtual void mirFileLoaded(MachineFunction &MF) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp340 void AArch64Subtarget::mirFileLoaded(MachineFunction &MF) const { in mirFileLoaded() function in AArch64Subtarget
H A DAArch64Subtarget.h601 void mirFileLoaded(MachineFunction &MF) const override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp546 MF.getSubtarget().mirFileLoaded(MF); in initializeMachineFunction()