Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.h177 : Kind(K), ThisValue(nullptr), CXXThisFieldDecl(nullptr) {} in Kind()
180 : Kind(K), ThisValue(nullptr), CXXThisFieldDecl(nullptr) { in Kind()
198 virtual void setContextValue(llvm::Value *V) { ThisValue = V; } in setContextValue()
200 virtual llvm::Value *getContextValue() const { return ThisValue; } in getContextValue()
232 llvm::Value *ThisValue; variable
DCGExpr.cpp1999 llvm::Value *ThisValue) { in EmitCapturedFieldLValue() argument
2001 LValue LV = CGF.MakeNaturalAlignAddrLValue(ThisValue, TagType); in EmitCapturedFieldLValue()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1050 SDValue ThisValue = Bits[i].hasValue() ? Bits[i].getValue() : SDValue(); in collectBitGroups() local
1051 if (LateMask && !ThisValue) { in collectBitGroups()
1052 ThisValue = LastValue; in collectBitGroups()
1062 if (ThisRLAmt == LastRLAmt && ThisValue == LastValue) in collectBitGroups()
1069 LastValue = ThisValue; in collectBitGroups()