HomeSort by relevance Sort by last modified time
    Searched defs:getIndirectIndexBegin (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/R600/
SIInstrInfo.cpp 189 int SIInstrInfo::getIndirectIndexBegin(const MachineFunction &MF) const {
R600InstrInfo.cpp 531 int R600InstrInfo::getIndirectIndexBegin(const MachineFunction &MF) const {
567 return getIndirectIndexBegin(MF) + Offset;
583 for (int Index = getIndirectIndexBegin(MF); Index <= End; ++Index) {

Completed in 124 milliseconds