Home
last modified time | relevance | path

Searched refs:isRematerializable (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h78 static bool isRematerializable(const LiveInterval &LI,
H A DTargetInstrInfo.h146 (MI.getDesc().isRematerializable() && in isTriviallyReMaterializable()
H A DMachineInstr.h1234 bool isRematerializable(QueryType Type = AllInBundle) const {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp82 bool VirtRegAuxInfo::isRematerializable(const LiveInterval &LI, in isRematerializable() function in VirtRegAuxInfo
339 if (isRematerializable(LI, LIS, VRM, *MF.getSubtarget().getInstrInfo())) in weightCalcHelper()
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp839 Ret.IsRemat = VirtRegAuxInfo::isRematerializable( in getLIFeatureComponents()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h524 bool isRematerializable() const {
525 bool isRematerializable() const { isRematerializable() function