Home
last modified time | relevance | path

Searched refs:ThisValue (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleList.h48 const StringRef &operator*() const { return ThisValue; }
49 StringRef &operator*() { return ThisValue; }
63 StringRef ThisValue; variable
/external/llvm/include/llvm/DebugInfo/CodeView/
DStreamArray.h115 auto EC = Extract(IterRef, ThisLen, ThisValue);
144 return ThisValue;
157 auto EC = Extract(IterRef, ThisLen, ThisValue);
187 ValueType ThisValue; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DBinaryStreamArray.h152 auto EC = Extract(IterRef, ThisLen, ThisValue); in VarStreamArrayIterator()
181 return ThisValue;
186 return ThisValue;
201 auto EC = Extract(IterRef, ThisLen, ThisValue);
229 ValueType ThisValue; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleList.cpp120 ThisValue = ""; in setValue()
130 ThisValue = *ExpectedValue; in setValue()
/external/clang/lib/CodeGen/
DCodeGenFunction.h180 : Kind(K), ThisValue(nullptr), CXXThisFieldDecl(nullptr) {} in Kind()
183 : Kind(K), ThisValue(nullptr), CXXThisFieldDecl(nullptr) { in Kind()
203 virtual void setContextValue(llvm::Value *V) { ThisValue = V; } in setContextValue()
205 virtual llvm::Value *getContextValue() const { return ThisValue; } in getContextValue()
237 llvm::Value *ThisValue; variable
DCGExpr.cpp2038 llvm::Value *ThisValue) { in EmitCapturedFieldLValue() argument
2040 LValue LV = CGF.MakeNaturalAlignAddrLValue(ThisValue, TagType); in EmitCapturedFieldLValue()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1046 SDValue ThisValue = Bits[i].hasValue() ? Bits[i].getValue() : SDValue(); in collectBitGroups() local
1047 if (LateMask && !ThisValue) { in collectBitGroups()
1048 ThisValue = LastValue; in collectBitGroups()
1058 if (ThisRLAmt == LastRLAmt && ThisValue == LastValue) in collectBitGroups()
1065 LastValue = ThisValue; in collectBitGroups()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1335 SDValue ThisValue = Bits[i].hasValue() ? Bits[i].getValue() : SDValue(); in collectBitGroups() local
1336 if (LateMask && !ThisValue) { in collectBitGroups()
1337 ThisValue = LastValue; in collectBitGroups()
1347 if (ThisRLAmt == LastRLAmt && ThisValue == LastValue) in collectBitGroups()
1354 LastValue = ThisValue; in collectBitGroups()