Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSubtargetInfo.cpp48 bool TargetSubtargetInfo::enableAdvancedRASplitCost() const { in enableAdvancedRASplitCost() function in TargetSubtargetInfo
H A DRegAllocGreedy.cpp3346 : MF->getSubtarget().enableAdvancedRASplitCost(); in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h278 virtual bool enableAdvancedRASplitCost() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h584 bool enableAdvancedRASplitCost() const override { return false; } in enableAdvancedRASplitCost() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h954 bool enableAdvancedRASplitCost() const override { return false; } in enableAdvancedRASplitCost() function