Home
last modified time | relevance | path

Searched refs:isOptimizableRegisterMove (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h173 virtual bool isOptimizableRegisterMove(const MCInst &MI, in isOptimizableRegisterMove() function
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h183 virtual bool isOptimizableRegisterMove(const MachineInstr *MI) const { in isOptimizableRegisterMove() function
/src/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp723 if (MCIA->isOptimizableRegisterMove(MCI, ProcID)) in createInstruction()
/src/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td408 : STIPredicateDecl<"isOptimizableRegisterMove">;
H A DTargetSchedule.td533 // method TargetSubtargetInfo::isOptimizableRegisterMove(MI) returns true (see