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.h81 static bool isRematerializable(const LiveInterval &LI,
H A DTargetInstrInfo.h153 (MI.getDesc().isRematerializable() && in isTriviallyReMaterializable()
H A DMachineInstr.h1232 bool isRematerializable(QueryType Type = AllInBundle) const {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp81 bool VirtRegAuxInfo::isRematerializable(const LiveInterval &LI, in isRematerializable() function in VirtRegAuxInfo
342 if (isRematerializable(LI, LIS, VRM, *MF.getSubtarget().getInstrInfo())) in weightCalcHelper()
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp929 Ret.IsRemat = VirtRegAuxInfo::isRematerializable( in getLIFeatureComponents()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h526 bool isRematerializable() const { in isRematerializable() function