Home
last modified time | relevance | path

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

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