Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h147 virtual bool isOptimizableRegisterMove(const MCInst &MI, in isOptimizableRegisterMove() function
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h180 virtual bool isOptimizableRegisterMove(const MachineInstr *MI) const { in isOptimizableRegisterMove() function
/llvm-project-15.0.7/llvm/lib/MCA/
H A DInstrBuilder.cpp686 if (MCIA->isOptimizableRegisterMove(MCI, ProcID)) in createInstruction()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td368 : STIPredicateDecl<"isOptimizableRegisterMove">;
H A DTargetSchedule.td524 // method TargetSubtargetInfo::isOptimizableRegisterMove(MI) returns true (see