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

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 411 /// isAsCheapAsAMove - Returns true if this instruction has the same cost (or
417 bool isAsCheapAsAMove() const {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 241 bool isAsCheapAsAMove;
InstrInfoEmitter.cpp 322 if (Inst.isAsCheapAsAMove) OS << "|(1<<MCID::CheapAsAMove)";
CodeGenInstruction.cpp 317 isAsCheapAsAMove = R->getValueAsBit("isAsCheapAsAMove");
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 121 if (cheapAsAMove && !RM.OrigMI->isAsCheapAsAMove())
MachineSink.cpp 295 if (!MI->isCopy() && !MI->isAsCheapAsAMove())
MachineCSE.cpp 332 if (MI->isAsCheapAsAMove()) {
MachineLICM.cpp     [all...]
RegisterCoalescer.cpp 781 if (!DefMI->isAsCheapAsAMove())
    [all...]
TwoAddressInstructionPass.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 534 /// isAsCheapAsAMove - Returns true if this instruction has the same cost (or
540 bool isAsCheapAsAMove(QueryType Type = AllInBundle) const {
    [all...]

Completed in 198 milliseconds