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.
23 /// PseudoSourceValue - Special value supplied for machine level alias
27 class PseudoSourceValue : public Value {
29 /// printCustom - Implement printing for PseudoSourceValue. This is called
35 explicit PseudoSourceValue(enum ValueTy Subclass = PseudoSourceValueVal);
38 /// PseudoSourceValue has a constant value.
43 /// PseudoSourceValue may also be pointed to by an LLVM IR Value.
47 /// PseudoSourceValue can ever alias a LLVM IR Value.
60 static const PseudoSourceValue *getFixedStack(int FI)
    [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 57 milliseconds