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

  /external/llvm/lib/Target/AMDGPU/
R600InstrInfo.cpp 355 unsigned &ConstCount) const {
356 ConstCount = 0;
373 ConstCount++;
530 unsigned ConstCount) {
532 if (ConstCount > 2)
539 if (ConstCount > 0 && Cycle == 0)
541 if (ConstCount > 1 && Cycle == 1)
557 unsigned ConstCount;
560 IGSrcs.push_back(ExtractSrcs(IG[i], PV, ConstCount));
582 if (!isConstCompatible(TransBS, TransOps, ConstCount))
    [all...]
R600InstrInfo.h 37 ExtractSrcs(MachineInstr *MI, const DenseMap<unsigned, unsigned> &PV, unsigned &ConstCount) const;

Completed in 3164 milliseconds