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

/external/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h1 //===-- 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 { class in namespace:llvm
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 ca
[all...]
/external/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp1 //===-- 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
61 PseudoSourceValue::PseudoSourceValue(bool isFixed) : isFixed(isFixed) {} function in class:PseudoSourceValue
[all...]

Completed in 433 milliseconds