Home
last modified time | relevance | path

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

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