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

  /external/swiftshader/third_party/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.
53 static inline bool classof(const PseudoSourceValue *) { return true;
    [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"
27 PseudoSourceValue::PseudoSourceValue(PSVKind Kind) : Kind(Kind) {}
29 PseudoSourceValue::~PseudoSourceValue() {}
31 void PseudoSourceValue::printCustom(raw_ostream &O) const {
35 bool PseudoSourceValue::isConstant(const MachineFrameInfo *) const {
40 llvm_unreachable("Unknown PseudoSourceValue!");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
PseudoSourceValue.cpp 1 //===-- 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::getGOT(
    [all...]
  /external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 1 //===-- llvm/CodeGen/PseudoSourceValue.h ------------------------*- C++ -*-===//
10 // This file contains the declaration of the PseudoSourceValue class.
30 class PseudoSourceValue;
31 raw_ostream &operator<<(raw_ostream &OS, const PseudoSourceValue* PSV);
36 class PseudoSourceValue {
51 const PseudoSourceValue* PSV);
55 /// Implement printing for PseudoSourceValue. This is called from
60 explicit PseudoSourceValue(PSVKind Kind);
62 virtual ~PseudoSourceValue();
71 /// Test whether the memory pointed to by this PseudoSourceValue has
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 1 //===-- llvm/CodeGen/PseudoSourceValue.h ------------------------*- C++ -*-===//
10 // This file contains the declaration of the PseudoSourceValue class.
30 class PseudoSourceValue;
31 raw_ostream &operator<<(raw_ostream &OS, const PseudoSourceValue* PSV);
36 class PseudoSourceValue {
52 const PseudoSourceValue* PSV);
56 /// Implement printing for PseudoSourceValue. This is called from
61 explicit PseudoSourceValue(PSVKind Kind);
63 virtual ~PseudoSourceValue();
75 /// Test whether the memory pointed to by this PseudoSourceValue has
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 1 //===-- llvm/CodeGen/PseudoSourceValue.h ------------------------*- C++ -*-===//
10 // This file contains the declaration of the PseudoSourceValue class.
30 class PseudoSourceValue;
31 raw_ostream &operator<<(raw_ostream &OS, const PseudoSourceValue* PSV);
36 class PseudoSourceValue {
52 const PseudoSourceValue* PSV);
56 /// Implement printing for PseudoSourceValue. This is called from
61 explicit PseudoSourceValue(PSVKind Kind);
63 virtual ~PseudoSourceValue();
75 /// Test whether the memory pointed to by this PseudoSourceValue has
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 1 //===-- llvm/CodeGen/PseudoSourceValue.h ------------------------*- C++ -*-===//
10 // This file contains the declaration of the PseudoSourceValue class.
30 class PseudoSourceValue;
31 raw_ostream &operator<<(raw_ostream &OS, const PseudoSourceValue* PSV);
36 class PseudoSourceValue {
52 const PseudoSourceValue* PSV);
56 /// Implement printing for PseudoSourceValue. This is called from
61 explicit PseudoSourceValue(PSVKind Kind);
63 virtual ~PseudoSourceValue();
75 /// Test whether the memory pointed to by this PseudoSourceValue has
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 1 //===-- llvm/CodeGen/PseudoSourceValue.h ------------------------*- C++ -*-===//
10 // This file contains the declaration of the PseudoSourceValue class.
30 class PseudoSourceValue;
31 raw_ostream &operator<<(raw_ostream &OS, const PseudoSourceValue* PSV);
36 class PseudoSourceValue {
52 const PseudoSourceValue* PSV);
56 /// Implement printing for PseudoSourceValue. This is called from
61 explicit PseudoSourceValue(PSVKind Kind);
63 virtual ~PseudoSourceValue();
75 /// Test whether the memory pointed to by this PseudoSourceValue has
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 1 //===-- llvm/CodeGen/PseudoSourceValue.h ------------------------*- C++ -*-===//
10 // This file contains the declaration of the PseudoSourceValue class.
30 class PseudoSourceValue;
31 raw_ostream &operator<<(raw_ostream &OS, const PseudoSourceValue* PSV);
36 class PseudoSourceValue {
52 const PseudoSourceValue* PSV);
56 /// Implement printing for PseudoSourceValue. This is called from
61 explicit PseudoSourceValue(PSVKind Kind);
63 virtual ~PseudoSourceValue();
75 /// Test whether the memory pointed to by this PseudoSourceValue has
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 1 //===-- llvm/CodeGen/PseudoSourceValue.h ------------------------*- C++ -*-===//
10 // This file contains the declaration of the PseudoSourceValue class.
30 class PseudoSourceValue;
31 raw_ostream &operator<<(raw_ostream &OS, const PseudoSourceValue* PSV);
36 class PseudoSourceValue {
52 const PseudoSourceValue* PSV);
56 /// Implement printing for PseudoSourceValue. This is called from
61 explicit PseudoSourceValue(PSVKind Kind);
63 virtual ~PseudoSourceValue();
75 /// Test whether the memory pointed to by this PseudoSourceValue has
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 1 //===-- llvm/CodeGen/PseudoSourceValue.h ------------------------*- C++ -*-===//
10 // This file contains the declaration of the PseudoSourceValue class.
30 class PseudoSourceValue;
31 raw_ostream &operator<<(raw_ostream &OS, const PseudoSourceValue* PSV);
36 class PseudoSourceValue {
52 const PseudoSourceValue* PSV);
56 /// Implement printing for PseudoSourceValue. This is called from
61 explicit PseudoSourceValue(PSVKind Kind);
63 virtual ~PseudoSourceValue();
75 /// Test whether the memory pointed to by this PseudoSourceValue has
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 1 //===-- llvm/CodeGen/PseudoSourceValue.h ------------------------*- C++ -*-===//
10 // This file contains the declaration of the PseudoSourceValue class.
30 class PseudoSourceValue;
31 raw_ostream &operator<<(raw_ostream &OS, const PseudoSourceValue* PSV);
36 class PseudoSourceValue {
52 const PseudoSourceValue* PSV);
56 /// Implement printing for PseudoSourceValue. This is called from
61 explicit PseudoSourceValue(PSVKind Kind);
63 virtual ~PseudoSourceValue();
75 /// Test whether the memory pointed to by this PseudoSourceValue has
    [all...]

Completed in 140 milliseconds