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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 150 MVT GetValue() const {
ScheduleDAGRRList.cpp 315 MVT VT = RegDefPos.GetValue();
2152 MVT VT = RegDefPos.GetValue();
  /src/external/apache2/llvm/dist/llvm/utils/
lldbDataFormatters.py 148 c = valobj.GetChildAtIndex(i).GetValue()
  /src/external/apache2/llvm/dist/clang/utils/
clangdiag.py 101 id = frame.FindVariable("DiagID").GetValue()
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineSSAUpdater.cpp 359 return Impl.GetValue(BB);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 89 /// GetValue - Check to see if AvailableVals has an entry for the specified
93 ValT GetValue(BlkT *BB) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 314 return Impl.GetValue(BB);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonVectorCombine.cpp 685 // where GetValue obtains the value to compare from an element.
686 auto getMaxOf = [](auto Range, auto GetValue) {
689 [&GetValue](auto &A, auto &B) { return GetValue(A) < GetValue(B); });
961 return CI->getValue();
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_xar.c 3535 reader->lpVtbl->GetValue);
3635 reader->lpVtbl->GetValue);

Completed in 22 milliseconds