HomeSort by: relevance | last modified time | path
    Searched refs:isRematerializable (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CalcSpillWeights.cpp 80 static bool isRematerializable(const LiveInterval &LI, const LiveIntervals &LIS,
321 if (isRematerializable(LI, LIS, VRM, *MF.getSubtarget().getInstrInfo()))
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInstrDesc.h 516 bool isRematerializable() const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineInstr.h 1092 bool isRematerializable(QueryType Type = AllInBundle) const {
TargetInstrInfo.h 127 (MI.getDesc().isRematerializable() &&

Completed in 26 milliseconds