Searched refs:Srcs (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Target/R600/
H A DR600ControlFlowFinalizer.cpp181 const SmallVector<std::pair<MachineOperand *, int64_t>, 3 > Srcs = local
183 for (unsigned i = 0, e = Srcs.size(); i < e; ++i) {
184 if (Srcs[i].first->getReg() != AMDGPU::ALU_LITERAL_X)
186 int64_t Imm = Srcs[i].second;
191 Srcs[i].first->setReg(LiteralRegs[Index]);
194 Srcs[i].first->setReg(LiteralRegs[Lits.size()]);
H A DR600InstrInfo.cpp358 const SmallVector<std::pair<MachineOperand *, int64_t>, 3> Srcs = getSrcs(MI);
362 for (unsigned n = Srcs.size(); i < n; ++i) {
363 unsigned Reg = Srcs[i].first->getReg();
451 const std::vector<std::pair<int, unsigned> > &Srcs =
454 const std::pair<int, unsigned> &Src = Srcs[j];
632 const SmallVectorImpl<std::pair<MachineOperand *, int64_t> > &Srcs =
635 for (unsigned j = 0, e = Srcs.size(); j < e; j++) {
636 std::pair<MachineOperand *, unsigned> Src = Srcs[j];

Completed in 128 milliseconds