Searched refs:LQ (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DLoopPass.cpp75 // Insert loop into loop nest (LoopInfo) and loop queue (LQ).
79 LQ.push_front(&L);
84 for (auto I = LQ.begin(), E = LQ.end(); I != E; ++I) {
88 LQ.insert(I, 1, &L);
94 // Recurse through all subloops and all loops into LQ.
95 static void addLoopIntoQueue(Loop *L, std::deque<Loop *> &LQ) { argument
96 LQ.push_back(L);
98 addLoopIntoQueue(I, LQ);
116 assert(LQ
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h448 LSUnit(const MCSchedModel &SM, unsigned LQ, unsigned SQ) argument
449 : LSUnit(SM, LQ, SQ, /* NoAlias */ false) {}
450 LSUnit(const MCSchedModel &SM, unsigned LQ, unsigned SQ, bool AssumeNoAlias) argument
451 : LSUnitBase(SM, LQ, SQ, AssumeNoAlias), CurrentLoadGroupID(0),
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopPass.h115 std::deque<Loop *> LQ;
/openbsd-current/gnu/llvm/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp24 LSUnitBase::LSUnitBase(const MCSchedModel &SM, unsigned LQ, unsigned SQ, argument
26 : LQSize(LQ), SQSize(SQ), UsedLQEntries(0), UsedSQEntries(0),
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp119 ImmToIdxMap[PPC::LQ] = PPC::LQX_PSEUDO;
1552 case PPC::LQ:
1808 MI.setDesc(TII.get(NewOpcode == PPC::LQX_PSEUDO ? PPC::LQ : PPC::STQ));
H A DPPCISelLowering.cpp13147 // of LQ/STQ's memory operand and adding result of RA and RB,
13156 MI.getOpcode() == PPC::LQX_PSEUDO ? TII->get(PPC::LQ)

Completed in 131 milliseconds