Home
last modified time | relevance | path

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

/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/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()