Lines Matching refs:LValue
171 class LValue {
402 static LValue MakeAddr(Address address, QualType type, ASTContext &Context, in MakeAddr()
407 LValue R; in MakeAddr()
416 static LValue MakeVectorElt(Address vecAddress, llvm::Value *Idx, in MakeVectorElt()
419 LValue R; in MakeVectorElt()
429 static LValue MakeExtVectorElt(Address vecAddress, llvm::Constant *Elts, in MakeExtVectorElt()
432 LValue R; in MakeExtVectorElt()
448 static LValue MakeBitfield(Address Addr, const CGBitFieldInfo &Info, in MakeBitfield()
451 LValue R; in MakeBitfield()
461 static LValue MakeGlobalReg(llvm::Value *V, CharUnits alignment, in MakeGlobalReg()
463 LValue R; in MakeGlobalReg()
472 static LValue MakeMatrixElt(Address matAddress, llvm::Value *Idx, in MakeMatrixElt()
475 LValue R; in MakeMatrixElt()
587 forLValue(const LValue &LV, CodeGenFunction &CGF, IsDestructed_t isDestructed,