HomeSort by relevance Sort by last modified time
    Searched refs:isRematerializable (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 90 static bool isRematerializable(const LiveInterval &LI,
198 if (isRematerializable(li, LIS, *MF.getTarget().getInstrInfo()))
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 422 /// isRematerializable - Returns true if this instruction is a candidate for
426 bool isRematerializable() const {
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 71 (MI->getDesc().isRematerializable() &&
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 544 /// isRematerializable - Returns true if this instruction is a candidate for
548 bool isRematerializable(QueryType Type = AllInBundle) const {
    [all...]

Completed in 958 milliseconds