Searched defs:PseudoSourceValue (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h1 //===-- 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 { class in namespace:llvm
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.
53 static inline bool classof(const PseudoSourceValue *) { retur
[all...]
/external/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp1 //===-- llvm/CodeGen/PseudoSourceValue.cpp ----------------------*- C++ -*-===//
10 // This file implements the PseudoSourceValue class.
15 #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
65 PseudoSourceValue::PseudoSourceValue(enum ValueTy Subclass) : function in class:PseudoSourceValue
[all...]

Completed in 63 milliseconds