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

  /external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 1 //===-- llvm/CodeGen/PseudoSourceValue.h ------------------------*- C++ -*-===//
10 // This file contains the declaration of the PseudoSourceValue class.
26 /// PseudoSourceValue - Special value supplied for machine level alias
30 class PseudoSourceValue {
35 /// printCustom - Implement printing for PseudoSourceValue. This is called
44 explicit PseudoSourceValue(bool isFixed = false);
46 virtual ~PseudoSourceValue();
49 /// PseudoSourceValue has a constant value.
54 /// PseudoSourceValue may also be pointed to by an LLVM IR Value.
58 /// PseudoSourceValue can ever alias an LLVM IR Value
    [all...]
  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 1 //===-- llvm/CodeGen/PseudoSourceValue.cpp ----------------------*- C++ -*-===//
10 // This file implements the PseudoSourceValue class.
14 #include "llvm/CodeGen/PseudoSourceValue.h"
28 const PseudoSourceValue PSVs[4];
30 std::map<int, const PseudoSourceValue *> FSValues;
34 for (std::map<int, const PseudoSourceValue *>::iterator
45 const PseudoSourceValue *PseudoSourceValue::getStack()
47 const PseudoSourceValue *PseudoSourceValue::getGOT(
    [all...]

Completed in 112 milliseconds