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