Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonHazardRecognizer.cpp41 if (!MI || TII->isZeroCost(MI->getOpcode())) in getHazardType()
119 if (TII->isZeroCost(MI->getOpcode())) in EmitInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonHazardRecognizer.cpp41 if (!MI || TII->isZeroCost(MI->getOpcode())) in getHazardType()
119 if (TII->isZeroCost(MI->getOpcode())) in EmitInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp179 if (DAG->TII->isZeroCost(MCID->Opcode)) in EmitInstruction()
DMachinePipeliner.cpp1039 if (TII->isZeroCost(MI->getOpcode())) in calculateResMII()
2309 if (ST.getInstrInfo()->isZeroCost((*I)->getInstr()->getOpcode())) in insert()
2316 if (ST.getInstrInfo()->isZeroCost(SU->getInstr()->getOpcode()) || in insert()
/external/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp178 if (DAG->TII->isZeroCost(MCID->Opcode)) in EmitInstruction()
DMachinePipeliner.cpp1304 if (TII->isZeroCost(MI->getOpcode())) in calculateResMII()
3475 if (ST.getInstrInfo()->isZeroCost((*I)->getInstr()->getOpcode())) in insert()
3482 if (ST.getInstrInfo()->isZeroCost(SU->getInstr()->getOpcode()) || in insert()
3909 if (ST.getInstrInfo()->isZeroCost(SU->getInstr()->getOpcode())) in finalizeSchedule()
3916 if (!ST.getInstrInfo()->isZeroCost(SU->getInstr()->getOpcode())) in finalizeSchedule()
/external/llvm-project/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp180 if (DAG->TII->isZeroCost(MCID->Opcode)) in EmitInstruction()
DMachinePipeliner.cpp1121 if (TII->isZeroCost(MI->getOpcode())) in calculateResMII()
2411 if (ST.getInstrInfo()->isZeroCost((*I)->getInstr()->getOpcode())) in insert()
2418 if (ST.getInstrInfo()->isZeroCost(SU->getInstr()->getOpcode()) || in insert()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h1216 bool isZeroCost(unsigned Opcode) const { in isZeroCost() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1448 bool isZeroCost(unsigned Opcode) const { in isZeroCost() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1521 bool isZeroCost(unsigned Opcode) const { in isZeroCost() function
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp3778 if (isZeroCost(DefMCID.Opcode)) in getOperandLatency()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp4353 if (isZeroCost(DefMCID.Opcode)) in getOperandLatency()
/external/llvm-project/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp4387 if (isZeroCost(DefMCID.Opcode)) in getOperandLatency()