Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.h174 : Kind(K), ThisValue(nullptr), CXXThisFieldDecl(nullptr) {} in Kind()
177 : Kind(K), ThisValue(nullptr), CXXThisFieldDecl(nullptr) { in Kind()
195 virtual void setContextValue(llvm::Value *V) { ThisValue = V; } in setContextValue()
197 virtual llvm::Value *getContextValue() const { return ThisValue; } in getContextValue()
230 llvm::Value *ThisValue; variable
DCGExpr.cpp1893 llvm::Value *ThisValue) { in EmitCapturedFieldLValue() argument
1895 LValue LV = CGF.MakeNaturalAlignAddrLValue(ThisValue, TagType); in EmitCapturedFieldLValue()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp990 SDValue ThisValue = Bits[i].hasValue() ? Bits[i].getValue() : SDValue(); in collectBitGroups() local
991 if (LateMask && !ThisValue) { in collectBitGroups()
992 ThisValue = LastValue; in collectBitGroups()
1002 if (ThisRLAmt == LastRLAmt && ThisValue == LastValue) in collectBitGroups()
1009 LastValue = ThisValue; in collectBitGroups()