Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1448 bool isZeroCost(unsigned Opcode) const { in isZeroCost() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp4353 if (isZeroCost(DefMCID.Opcode)) in getOperandLatency()