Searched refs:isRematerializable (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp75 static bool isRematerializable(const LiveInterval &LI, function
189 if (isRematerializable(li, LIS, *MF.getTarget().getInstrInfo()))
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h453 /// isRematerializable - Returns true if this instruction is a candidate for
460 bool isRematerializable() const { function in class:llvm::MCInstrDesc
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h73 (MI->getDesc().isRematerializable() &&
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h599 /// isRematerializable - Returns true if this instruction is a candidate for
603 bool isRematerializable(QueryType Type = AllInBundle) const {

Completed in 125 milliseconds