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 418 /// isAsCheapAsAMove - Returns true if this instruction has the same cost (or
424 bool isAsCheapAsAMove() const {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 246 bool isAsCheapAsAMove;
InstrInfoEmitter.cpp 340 if (Inst.isAsCheapAsAMove) OS << "|(1<<MCID::CheapAsAMove)";
CodeGenInstruction.cpp 322 isAsCheapAsAMove = R->getValueAsBit("isAsCheapAsAMove");
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 125 if (cheapAsAMove && !RM.OrigMI->isAsCheapAsAMove())
MachineCSE.cpp 355 if (MI->isAsCheapAsAMove()) {
MachineSink.cpp 305 if (!MI->isCopy() && !MI->isAsCheapAsAMove())
MachineLICM.cpp     [all...]
RegisterCoalescer.cpp 716 if (!DefMI->isAsCheapAsAMove())
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 541 /// isAsCheapAsAMove - Returns true if this instruction has the same cost (or
547 bool isAsCheapAsAMove(QueryType Type = AllInBundle) const {
    [all...]

Completed in 90 milliseconds