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

  /external/llvm/include/llvm/CodeGen/
MachineMemOperand.h 37 struct MachinePointerInfo {
46 explicit MachinePointerInfo(const Value *v = nullptr, int64_t offset = 0)
49 explicit MachinePointerInfo(const PseudoSourceValue *v,
53 MachinePointerInfo getWithOffset(int64_t O) const {
54 if (V.isNull()) return MachinePointerInfo();
56 return MachinePointerInfo(V.get<const Value*>(), Offset+O);
57 return MachinePointerInfo(V.get<const PseudoSourceValue*>(), Offset+O);
63 /// Return a MachinePointerInfo record that refers to the constant pool.
64 static MachinePointerInfo getConstantPool(MachineFunction &MF);
66 /// Return a MachinePointerInfo record that refers to the specifie
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineMemOperand.h 27 /// MachinePointerInfo - This class contains a discriminated union of
31 struct MachinePointerInfo {
40 explicit MachinePointerInfo(const Value *v = 0, int64_t offset = 0)
43 MachinePointerInfo getWithOffset(int64_t O) const {
44 if (V == 0) return MachinePointerInfo(0, 0);
45 return MachinePointerInfo(V, Offset+O);
52 /// getConstantPool - Return a MachinePointerInfo record that refers to the
54 static MachinePointerInfo getConstantPool();
56 /// getFixedStack - Return a MachinePointerInfo record that refers to the
58 static MachinePointerInfo getFixedStack(int FI, int64_t offset = 0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineMemOperand.h 39 struct MachinePointerInfo {
48 explicit MachinePointerInfo(const Value *v = nullptr, int64_t offset = 0)
51 explicit MachinePointerInfo(const PseudoSourceValue *v,
55 MachinePointerInfo getWithOffset(int64_t O) const {
56 if (V.isNull()) return MachinePointerInfo();
58 return MachinePointerInfo(V.get<const Value*>(), Offset+O);
59 return MachinePointerInfo(V.get<const PseudoSourceValue*>(), Offset+O);
65 /// Return a MachinePointerInfo record that refers to the constant pool.
66 static MachinePointerInfo getConstantPool(MachineFunction &MF);
68 /// Return a MachinePointerInfo record that refers to the specifie
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineMemOperand.h 39 struct MachinePointerInfo {
48 explicit MachinePointerInfo(const Value *v = nullptr, int64_t offset = 0)
51 explicit MachinePointerInfo(const PseudoSourceValue *v,
55 MachinePointerInfo getWithOffset(int64_t O) const {
56 if (V.isNull()) return MachinePointerInfo();
58 return MachinePointerInfo(V.get<const Value*>(), Offset+O);
59 return MachinePointerInfo(V.get<const PseudoSourceValue*>(), Offset+O);
65 /// Return a MachinePointerInfo record that refers to the constant pool.
66 static MachinePointerInfo getConstantPool(MachineFunction &MF);
68 /// Return a MachinePointerInfo record that refers to the specifie
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineMemOperand.h 39 struct MachinePointerInfo {
48 explicit MachinePointerInfo(const Value *v = nullptr, int64_t offset = 0)
51 explicit MachinePointerInfo(const PseudoSourceValue *v,
55 MachinePointerInfo getWithOffset(int64_t O) const {
56 if (V.isNull()) return MachinePointerInfo();
58 return MachinePointerInfo(V.get<const Value*>(), Offset+O);
59 return MachinePointerInfo(V.get<const PseudoSourceValue*>(), Offset+O);
65 /// Return a MachinePointerInfo record that refers to the constant pool.
66 static MachinePointerInfo getConstantPool(MachineFunction &MF);
68 /// Return a MachinePointerInfo record that refers to the specifie
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineMemOperand.h 39 struct MachinePointerInfo {
50 explicit MachinePointerInfo(const Value *v = nullptr, int64_t offset = 0,
54 explicit MachinePointerInfo(const PseudoSourceValue *v,
59 MachinePointerInfo getWithOffset(int64_t O) const {
60 if (V.isNull()) return MachinePointerInfo();
62 return MachinePointerInfo(V.get<const Value*>(), Offset+O, StackID);
63 return MachinePointerInfo(V.get<const PseudoSourceValue*>(), Offset+O,
75 /// Return a MachinePointerInfo record that refers to the constant pool.
76 static MachinePointerInfo getConstantPool(MachineFunction &MF);
78 /// Return a MachinePointerInfo record that refers to the specifie
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineMemOperand.h 39 struct MachinePointerInfo {
50 explicit MachinePointerInfo(const Value *v = nullptr, int64_t offset = 0,
54 explicit MachinePointerInfo(const PseudoSourceValue *v,
59 MachinePointerInfo getWithOffset(int64_t O) const {
60 if (V.isNull()) return MachinePointerInfo();
62 return MachinePointerInfo(V.get<const Value*>(), Offset+O, StackID);
63 return MachinePointerInfo(V.get<const PseudoSourceValue*>(), Offset+O,
75 /// Return a MachinePointerInfo record that refers to the constant pool.
76 static MachinePointerInfo getConstantPool(MachineFunction &MF);
78 /// Return a MachinePointerInfo record that refers to the specifie
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineMemOperand.h 39 struct MachinePointerInfo {
50 explicit MachinePointerInfo(const Value *v = nullptr, int64_t offset = 0,
54 explicit MachinePointerInfo(const PseudoSourceValue *v,
59 MachinePointerInfo getWithOffset(int64_t O) const {
60 if (V.isNull()) return MachinePointerInfo();
62 return MachinePointerInfo(V.get<const Value*>(), Offset+O, StackID);
63 return MachinePointerInfo(V.get<const PseudoSourceValue*>(), Offset+O,
75 /// Return a MachinePointerInfo record that refers to the constant pool.
76 static MachinePointerInfo getConstantPool(MachineFunction &MF);
78 /// Return a MachinePointerInfo record that refers to the specifie
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineMemOperand.h 39 struct MachinePointerInfo {
50 explicit MachinePointerInfo(const Value *v = nullptr, int64_t offset = 0,
54 explicit MachinePointerInfo(const PseudoSourceValue *v,
59 MachinePointerInfo getWithOffset(int64_t O) const {
60 if (V.isNull()) return MachinePointerInfo();
62 return MachinePointerInfo(V.get<const Value*>(), Offset+O, StackID);
63 return MachinePointerInfo(V.get<const PseudoSourceValue*>(), Offset+O,
75 /// Return a MachinePointerInfo record that refers to the constant pool.
76 static MachinePointerInfo getConstantPool(MachineFunction &MF);
78 /// Return a MachinePointerInfo record that refers to the specifie
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineMemOperand.h 39 struct MachinePointerInfo {
48 explicit MachinePointerInfo(const Value *v = nullptr, int64_t offset = 0)
51 explicit MachinePointerInfo(const PseudoSourceValue *v,
55 MachinePointerInfo getWithOffset(int64_t O) const {
56 if (V.isNull()) return MachinePointerInfo();
58 return MachinePointerInfo(V.get<const Value*>(), Offset+O);
59 return MachinePointerInfo(V.get<const PseudoSourceValue*>(), Offset+O);
65 /// Return a MachinePointerInfo record that refers to the constant pool.
66 static MachinePointerInfo getConstantPool(MachineFunction &MF);
68 /// Return a MachinePointerInfo record that refers to the specifie
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineMemOperand.h 39 struct MachinePointerInfo {
48 explicit MachinePointerInfo(const Value *v = nullptr, int64_t offset = 0)
51 explicit MachinePointerInfo(const PseudoSourceValue *v,
55 MachinePointerInfo getWithOffset(int64_t O) const {
56 if (V.isNull()) return MachinePointerInfo();
58 return MachinePointerInfo(V.get<const Value*>(), Offset+O);
59 return MachinePointerInfo(V.get<const PseudoSourceValue*>(), Offset+O);
65 /// Return a MachinePointerInfo record that refers to the constant pool.
66 static MachinePointerInfo getConstantPool(MachineFunction &MF);
68 /// Return a MachinePointerInfo record that refers to the specifie
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineMemOperand.h 39 struct MachinePointerInfo {
48 explicit MachinePointerInfo(const Value *v = nullptr, int64_t offset = 0)
51 explicit MachinePointerInfo(const PseudoSourceValue *v,
55 MachinePointerInfo getWithOffset(int64_t O) const {
56 if (V.isNull()) return MachinePointerInfo();
58 return MachinePointerInfo(V.get<const Value*>(), Offset+O);
59 return MachinePointerInfo(V.get<const PseudoSourceValue*>(), Offset+O);
65 /// Return a MachinePointerInfo record that refers to the constant pool.
66 static MachinePointerInfo getConstantPool(MachineFunction &MF);
68 /// Return a MachinePointerInfo record that refers to the specifie
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineMemOperand.h 39 struct MachinePointerInfo {
50 explicit MachinePointerInfo(const Value *v = nullptr, int64_t offset = 0,
54 explicit MachinePointerInfo(const PseudoSourceValue *v,
59 MachinePointerInfo getWithOffset(int64_t O) const {
60 if (V.isNull()) return MachinePointerInfo();
62 return MachinePointerInfo(V.get<const Value*>(), Offset+O, StackID);
63 return MachinePointerInfo(V.get<const PseudoSourceValue*>(), Offset+O,
75 /// Return a MachinePointerInfo record that refers to the constant pool.
76 static MachinePointerInfo getConstantPool(MachineFunction &MF);
78 /// Return a MachinePointerInfo record that refers to the specifie
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineMemOperand.h 39 struct MachinePointerInfo {
50 explicit MachinePointerInfo(const Value *v = nullptr, int64_t offset = 0,
54 explicit MachinePointerInfo(const PseudoSourceValue *v,
59 MachinePointerInfo getWithOffset(int64_t O) const {
60 if (V.isNull()) return MachinePointerInfo();
62 return MachinePointerInfo(V.get<const Value*>(), Offset+O, StackID);
63 return MachinePointerInfo(V.get<const PseudoSourceValue*>(), Offset+O,
75 /// Return a MachinePointerInfo record that refers to the constant pool.
76 static MachinePointerInfo getConstantPool(MachineFunction &MF);
78 /// Return a MachinePointerInfo record that refers to the specifie
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineMemOperand.h 39 struct MachinePointerInfo {
50 explicit MachinePointerInfo(const Value *v = nullptr, int64_t offset = 0,
54 explicit MachinePointerInfo(const PseudoSourceValue *v,
59 MachinePointerInfo getWithOffset(int64_t O) const {
60 if (V.isNull()) return MachinePointerInfo();
62 return MachinePointerInfo(V.get<const Value*>(), Offset+O, StackID);
63 return MachinePointerInfo(V.get<const PseudoSourceValue*>(), Offset+O,
75 /// Return a MachinePointerInfo record that refers to the constant pool.
76 static MachinePointerInfo getConstantPool(MachineFunction &MF);
78 /// Return a MachinePointerInfo record that refers to the specifie
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineMemOperand.h 39 struct MachinePointerInfo {
50 explicit MachinePointerInfo(const Value *v = nullptr, int64_t offset = 0,
54 explicit MachinePointerInfo(const PseudoSourceValue *v,
59 MachinePointerInfo getWithOffset(int64_t O) const {
60 if (V.isNull()) return MachinePointerInfo();
62 return MachinePointerInfo(V.get<const Value*>(), Offset+O, StackID);
63 return MachinePointerInfo(V.get<const PseudoSourceValue*>(), Offset+O,
75 /// Return a MachinePointerInfo record that refers to the constant pool.
76 static MachinePointerInfo getConstantPool(MachineFunction &MF);
78 /// Return a MachinePointerInfo record that refers to the specifie
    [all...]

Completed in 435 milliseconds