Home
last modified time | relevance | path

Searched refs:isZeroCost (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHazardRecognizer.cpp41 if (!MI || TII->isZeroCost(MI->getOpcode())) in getHazardType()
123 if (TII->isZeroCost(MI->getOpcode())) in EmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp179 if (DAG->TII->isZeroCost(MCID->Opcode)) in EmitInstruction()
H A DWindowScheduler.cpp444 if (!TII->isZeroCost(MI.getOpcode())) { in calculateMaxCycle()
H A DMachinePipeliner.cpp2832 if (ST.getInstrInfo()->isZeroCost(SU->getInstr()->getOpcode()) || in insert()
2839 if (!ST.getInstrInfo()->isZeroCost(SU->getInstr()->getOpcode())) in insert()
3662 if (TII->isZeroCost(MI->getOpcode())) in calculateResMIIDFA()
3714 if (TII->isZeroCost(SU.getInstr()->getOpcode())) in calculateResMII()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1765 bool isZeroCost(unsigned Opcode) const { in isZeroCost() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp4466 if (isZeroCost(DefMCID.Opcode)) in getOperandLatency()