Searched refs:enableSubRegLiveness (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.cpp71 bool SystemZSubtarget::enableSubRegLiveness() const { function in class:SystemZSubtarget
H A DSystemZSubtarget.h112 bool enableSubRegLiveness() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h303 virtual bool enableSubRegLiveness() const { return false; } function in class:llvm::TargetSubtargetInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp218 bool PPCSubtarget::enableSubRegLiveness() const { function in class:PPCSubtarget
H A DPPCSubtarget.h362 bool enableSubRegLiveness() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h239 bool enableSubRegLiveness() const override;
H A DHexagonSubtarget.cpp588 bool HexagonSubtarget::enableSubRegLiveness() const { function in class:HexagonSubtarget
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h921 bool enableSubRegLiveness() const override {
1352 bool enableSubRegLiveness() const override {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp388 bool ARMSubtarget::enableSubRegLiveness() const { return EnableSubRegLiveness; } function in class:ARMSubtarget
H A DARMSubtarget.h838 bool enableSubRegLiveness() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp45 : MF(MF), TracksSubRegLiveness(MF->getSubtarget().enableSubRegLiveness() &&

Completed in 134 milliseconds