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

/external/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp178 if (DAG->TII->isZeroCost(MCID->Opcode))
H A DMachinePipeliner.cpp1304 if (TII->isZeroCost(MI->getOpcode()))
3475 if (ST.getInstrInfo()->isZeroCost((*I)->getInstr()->getOpcode()))
3482 if (ST.getInstrInfo()->isZeroCost(SU->getInstr()->getOpcode()) ||
3909 if (ST.getInstrInfo()->isZeroCost(SU->getInstr()->getOpcode()))
3916 if (!ST.getInstrInfo()->isZeroCost(SU->getInstr()->getOpcode()))
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp178 if (DAG->TII->isZeroCost(MCID->Opcode))
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetInstrInfo.h630 /// isZeroCost - Return true for pseudo instructions that don't consume any
634 bool isZeroCost(unsigned Opcode) const { function in class:llvm::TargetInstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h1216 bool isZeroCost(unsigned Opcode) const { function in class:llvm::TargetInstrInfo
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2505 if (isZeroCost(DefMCID.Opcode))
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3778 if (isZeroCost(DefMCID.Opcode))

Completed in 411 milliseconds