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

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 442 /// isAsCheapAsAMove - Returns true if this instruction has the same cost (or
448 bool isAsCheapAsAMove() const {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 245 bool isAsCheapAsAMove;
CodeGenInstruction.cpp 323 isAsCheapAsAMove = R->getValueAsBit("isAsCheapAsAMove");
InstrInfoEmitter.cpp 478 if (Inst.isAsCheapAsAMove) OS << "|(1<<MCID::CheapAsAMove)";
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 131 if (cheapAsAMove && !RM.OrigMI->isAsCheapAsAMove())
MachineSink.cpp 303 if (!MI->isCopy() && !MI->isAsCheapAsAMove())
MachineCSE.cpp 371 if (MI->isAsCheapAsAMove()) {
MachineLICM.cpp     [all...]
RegisterCoalescer.cpp 758 if (!DefMI->isAsCheapAsAMove())
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 554 /// isAsCheapAsAMove - Returns true if this instruction has the same cost (or
560 bool isAsCheapAsAMove(QueryType Type = AllInBundle) const {
    [all...]

Completed in 2221 milliseconds