Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp57 if (SU->isInstr() && QII.mayBeCurLoad(*SU->getInstr())) { in SchedulingCost()
DHexagonHazardRecognizer.cpp98 if (UsesLoad && SU->isInstr() && SU->getInstr()->mayLoad()) in ShouldPreferAnother()
DHexagonSubtarget.cpp252 if (!SU.isInstr()) in apply()
442 if (!Src->isInstr() || !Dst->isInstr()) in adjustSchedDependency()
DHexagonBlockRanges.h59 static bool isInstr(IndexType X) { return X.Index >= First; } in isInstr() function
DHexagonFrameLowering.cpp2399 if (!IndexType::isInstr(Range.start()) || in optimizeSpillSlots()
2400 !IndexType::isInstr(Range.end())) in optimizeSpillSlots()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DScheduleDAG.h362 bool isInstr() const { return Instr; } in isInstr() function
581 if (SU->isInstr()) return &SU->getInstr()->getDesc(); in getInstrDesc()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp821 !Def->isInstr() || !Use->isInstr()) in adjustSchedDependency()
DSIMachineScheduler.cpp1134 assert(SuccSU->isInstr() && in colorExports()
DGCNHazardRecognizer.cpp2693 if (!SU->isInstr()) in ShouldPreferAnother()
/openbsd/src/gnu/llvm/llvm/utils/TableGen/GlobalISel/
DGIMatchTree.h35 bool isInstr() const { return !OpIdx; } in isInstr() function
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DGICombinerEmitter.cpp747 if (VarBinding.isInstr()) in generateCodeForTree()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachinePipeliner.cpp2674 if (SU.isInstr() && PLI->shouldIgnoreForPipelining(SU.getInstr())) in computeUnpipelineableNodes()
2701 if (!SU.isInstr()) in normalizeNonPipelinedInstructions()