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

  /external/swiftshader/third_party/LLVM/lib/Target/
TargetRegisterInfo.cpp 72 /// getAllocatableSetForRC - Toggle the bits that represent allocatable
74 static void getAllocatableSetForRC(const MachineFunction &MF,
85 getAllocatableSetForRC(MF, RC, Allocatable);
90 getAllocatableSetForRC(MF, *I, Allocatable);
  /external/llvm/lib/CodeGen/
TargetRegisterInfo.cpp 145 /// getAllocatableSetForRC - Toggle the bits that represent allocatable
147 static void getAllocatableSetForRC(const MachineFunction &MF,
162 getAllocatableSetForRC(MF, SubClass, Allocatable);
167 getAllocatableSetForRC(MF, *I, Allocatable);

Completed in 684 milliseconds