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

  /external/llvm/lib/CodeGen/
Analysis.cpp 575 SmallVector<unsigned, 4> RetPath, CallPath;
578 bool RetEmpty = !firstRealType(RetVal->getType(), RetSubTypes, RetPath);
599 Type *SlotType = RetSubTypes.back()->getTypeAtIndex(RetPath.back());
604 // an extractvalue would happen at the front of the RetPath list, so since
606 SmallVector<unsigned, 4> TmpRetPath(RetPath.rbegin(), RetPath.rend());
617 } while(nextRealType(RetSubTypes, RetPath));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
Analysis.cpp 585 SmallVector<unsigned, 4> RetPath, CallPath;
588 bool RetEmpty = !firstRealType(RetVal->getType(), RetSubTypes, RetPath);
609 Type *SlotType = RetSubTypes.back()->getTypeAtIndex(RetPath.back());
614 // an extractvalue would happen at the front of the RetPath list, so since
616 SmallVector<unsigned, 4> TmpRetPath(RetPath.rbegin(), RetPath.rend());
627 } while(nextRealType(RetSubTypes, RetPath));
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
Misc.py 755 RetPath = ''
758 RetPath = RetPath + Char
760 RetPath = RetPath + '/'
762 RetPath = RetPath + '_'
763 return RetPath
    [all...]

Completed in 188 milliseconds