Home
last modified time | relevance | path

Searched refs:isCopyLike (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DMLxExpansionPass.cpp98 if (DefMI->isCopyLike()) { in getAccDefMI()
162 } else if (DefMI->isCopyLike()) { in hasLoopHazard()
H A DA15SDOptimizer.cpp394 if (MI->isCopyLike() || MI->isInsertSubreg() || MI->isRegSequence() || in getReadDPRs()
H A DARMBaseInstrInfo.cpp4372 if (ResolvedDefMI->isCopyLike() || ResolvedDefMI->isInsertSubreg() || in getOperandLatency()
4711 if (MI.isCopyLike() || MI.isInsertSubreg() || MI.isRegSequence() || in getPredicationCost()
4732 if (MI.isCopyLike() || MI.isInsertSubreg() || MI.isRegSequence() || in getInstrLatency()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DProcessImplicitDefs.cpp70 if (!MI->isCopyLike() && in canTurnIntoImplicitDef()
H A DRegisterBankInfo.cpp153 static bool isCopyLike(const MachineInstr &MI) { in isCopyLike() function
163 bool IsCopyLike = isCopyLike(MI); in getInstrMappingImpl()
597 assert(NumOperands == (isCopyLike(MI) ? 1 : MI.getNumOperands()) && in verify()
H A DMachineCSE.cpp406 if (MI->isCopyLike()) in isCSECandidate()
480 if (!MI.isCopyLike()) { in isProfitableToCSE()
532 if (MI.isCopyLike()) in ProcessBlockCSE()
H A DTargetRegisterInfo.cpp600 if (!MI->isCopyLike()) in lookThruCopyLike()
623 if (!MI->isCopyLike()) in lookThruSingleUseCopyChain()
H A DRegisterCoalescer.cpp451 if (!MI.isCopyLike() && !MI.isUnconditionalBranch()) in isSplitEdge()
1303 if (DefMI->isCopyLike()) { in reMaterializeTrivialDef()
1593 if (UseMO.getParent()->isCopyLike()) in reMaterializeTrivialDef()
3933 assert(Copy.isCopyLike()); in isTerminalReg()
3936 if (&MI != &Copy && MI.isCopyLike()) in isTerminalReg()
3942 assert(Copy.isCopyLike()); in applyTerminalRule()
3968 if (&MI == &Copy || !MI.isCopyLike() || MI.getParent() != OrigBB) in applyTerminalRule()
4006 if (!MI.isCopyLike()) in copyCoalesceInMBB()
4028 if (MII.isCopyLike()) { in copyCoalesceInMBB()
H A DMachineFunction.cpp1107 if (!Inst.isCopyLike() && !TII.isCopyInstr(Inst)) in salvageCopySSAImpl()
1148 assert(CurInst->isCopyLike() || TII.isCopyInstr(*CurInst)); in salvageCopySSAImpl()
1218 if (DefMI.isCopyLike() || TII->isCopyInstr(DefMI)) { in finalizeDebugInstrRefs()
H A DTwoAddressInstructionPass.cpp832 if (!KillMI || MI == KillMI || KillMI->isCopy() || KillMI->isCopyLike()) in rescheduleMIBelowKill()
974 if (DefMI.getParent() != MBB || DefMI.isCopy() || DefMI.isCopyLike()) in isDefTooClose()
1022 if (!KillMI || MI == KillMI || KillMI->isCopy() || KillMI->isCopyLike()) in rescheduleKillAboveMI()
H A DMachineLICM.cpp1056 if (UseMI.isCopyLike()) in HasHighOperandLatency()
1082 if (TII->isAsCheapAsAMove(MI) || MI.isCopyLike()) in IsCheapInstruction()
H A DMachineSink.cpp288 if (DefMI->isCopyLike()) in INITIALIZE_PASS_DEPENDENCY()
H A DSplitKit.cpp1588 if (LIS.getInstructionFromIndex(BI.FirstInstr)->isCopyLike()) in shouldSplitSingleBlock()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp561 if (!MI->isCopyLike()) in lookThruCopyLike()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1303 bool isCopyLike() const {
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp843 if (DefMI->isCopyLike() || TII->isCopyInstr(*DefMI)) in EmitDbgInstrRef()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp3566 if (MI.isCopyLike()) { in mayReadEXEC()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp148 if (MI.isCopyLike() || MI.isInsertSubreg()) in isDataInvariant()