Searched refs:ThisValue (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | DbiModuleList.h | 48 const StringRef &operator*() const { return ThisValue; } 49 StringRef &operator*() { return ThisValue; } 63 StringRef ThisValue; variable
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | StreamArray.h | 115 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/ |
D | BinaryStreamArray.h | 152 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/ |
D | DbiModuleList.cpp | 120 ThisValue = ""; in setValue() 130 ThisValue = *ExpectedValue; in setValue()
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.h | 180 : 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
|
D | CGExpr.cpp | 2038 llvm::Value *ThisValue) { in EmitCapturedFieldLValue() argument 2040 LValue LV = CGF.MakeNaturalAlignAddrLValue(ThisValue, TagType); in EmitCapturedFieldLValue()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 1046 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/ |
D | PPCISelDAGToDAG.cpp | 1335 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()
|