Home
last modified time | relevance | path

Searched refs:SLR (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp239 void addSLR(SimpleLoopReduction &SLR) { PossibleReds.push_back(SLR); } in addSLR()
550 SimpleLoopReduction SLR(&*I, L); in collectPossibleReductions() local
551 if (!SLR.valid()) in collectPossibleReductions()
555 SLR.size() << " chained instructions)\n"); in collectPossibleReductions()
556 Reductions.addSLR(SLR); in collectPossibleReductions()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td795 defm SLR : BinaryRRAndK<"sl", 0x1F, 0xB9FB, subc, GR32, GR32>;