Home
last modified time | relevance | path

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

/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/swiftshader/third_party/LLVM/lib/CodeGen/
DScoreboardHazardRecognizer.cpp178 if (DAG->TII->isZeroCost(MCID->Opcode)) in EmitInstruction()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetInstrInfo.h634 bool isZeroCost(unsigned Opcode) const { in isZeroCost() function
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h1216 bool isZeroCost(unsigned Opcode) const { in isZeroCost() function
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.cpp2505 if (isZeroCost(DefMCID.Opcode)) in getOperandLatency()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp3778 if (isZeroCost(DefMCID.Opcode)) in getOperandLatency()