Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonHazardRecognizer.cpp42 if (!MI || TII->isZeroCost(MI->getOpcode())) in getHazardType()
120 if (TII->isZeroCost(MI->getOpcode())) in EmitInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp181 if (DAG->TII->isZeroCost(MCID->Opcode)) in EmitInstruction()
DMachinePipeliner.cpp1397 if (TII->isZeroCost(MI->getOpcode())) in calculateResMII()
3620 if (ST.getInstrInfo()->isZeroCost((*I)->getInstr()->getOpcode())) in insert()
3627 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/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-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1325 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp4124 if (isZeroCost(DefMCID.Opcode)) in getOperandLatency()