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

/external/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp93 static bool isRematerializable(const LiveInterval &LI, function
201 if (isRematerializable(li, LIS, *MF.getTarget().getInstrInfo()))
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h434 /// isRematerializable - Returns true if this instruction is a candidate for
438 bool isRematerializable() const { function in class:llvm::MCInstrDesc
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h71 (MI->getDesc().isRematerializable() &&
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h544 /// isRematerializable - Returns true if this instruction is a candidate for
548 bool isRematerializable(QueryType Type = AllInBundle) const {

Completed in 1059 milliseconds