HomeSort by: relevance | last modified time | path
    Searched refs:inferMatchingSuperRegClass (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenRegisters.h 593 void inferMatchingSuperRegClass(CodeGenRegisterClass *RC) {
594 inferMatchingSuperRegClass(RC, RegClasses.begin());
597 void inferMatchingSuperRegClass(
CodeGenRegisters.cpp 2226 void CodeGenRegBank::inferMatchingSuperRegClass(CodeGenRegisterClass *RC,
2315 inferMatchingSuperRegClass(RC);
2318 // to visit all of them. I particular, inferMatchingSuperRegClass needs
2320 // after inferMatchingSuperRegClass was called. At this point,
2321 // inferMatchingSuperRegClass has checked SuperRC = [0..rci] with SubRC =
2327 inferMatchingSuperRegClass(&*I2, E2);

Completed in 118 milliseconds