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

  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 809 const CodeGenRegisterClass *FoundRC = 0;
817 if (!FoundRC) {
818 FoundRC = &RC;
823 if (RC.getValueTypes() != FoundRC->getValueTypes())
829 if (RC.hasSubClass(FoundRC)) {
830 FoundRC = &RC;
837 if (FoundRC->hasSubClass(&RC))
844 return FoundRC;
DAGISelMatcherGen.cpp 26 bool FoundRC = false;
36 if (!FoundRC) {
37 FoundRC = true;
    [all...]

Completed in 21 milliseconds