Searched refs:isAsCheapAsAMove (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/contrib/llvm/include/llvm/MC/
H A DMCInstrDesc.h461 /// isAsCheapAsAMove - Returns true if this instruction has the same cost (or
467 bool isAsCheapAsAMove() const { function in class:llvm::MCInstrDesc
/freebsd-10.1-release/contrib/llvm/utils/TableGen/
H A DCodeGenInstruction.h245 bool isAsCheapAsAMove; member in class:llvm::CodeGenInstruction
H A DCodeGenInstruction.cpp324 isAsCheapAsAMove = R->getValueAsBit("isAsCheapAsAMove");
H A DInstrInfoEmitter.cpp511 if (Inst.isAsCheapAsAMove) OS << "|(1<<MCID::CheapAsAMove)";
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp137 if (cheapAsAMove && !RM.OrigMI->isAsCheapAsAMove())
H A DMachineCSE.cpp371 if (MI->isAsCheapAsAMove()) {
H A DMachineSink.cpp303 if (!MI->isCopy() && !MI->isAsCheapAsAMove())
H A DMachineLICM.cpp1043 if (MI.isAsCheapAsAMove() || MI.isCopyLike())
H A DRegisterCoalescer.cpp756 if (!DefMI->isAsCheapAsAMove())
/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstr.h554 /// isAsCheapAsAMove - Returns true if this instruction has the same cost (or
560 bool isAsCheapAsAMove(QueryType Type = AllInBundle) const {

Completed in 289 milliseconds