Searched refs:MakeNaturalAlignPointeeAddrLValue (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 155 CodeGenFunction::MakeNaturalAlignPointeeAddrLValue(llvm::Value *V, QualType T) { in MakeNaturalAlignPointeeAddrLValue() function in CodeGenFunction
|
D | CGExpr.cpp | 3870 return MakeNaturalAlignPointeeAddrLValue(RV.getScalarVal(), E->getType()); in EmitCallExprLValue() 3931 return MakeNaturalAlignPointeeAddrLValue(RV.getScalarVal(), E->getType()); in EmitObjCMessageExprLValue()
|
D | CodeGenFunction.h | 1666 LValue MakeNaturalAlignPointeeAddrLValue(llvm::Value *V, QualType T);
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 208 CodeGenFunction::MakeNaturalAlignPointeeAddrLValue(llvm::Value *V, QualType T) { in MakeNaturalAlignPointeeAddrLValue() function in CodeGenFunction
|
D | CGOpenMPRuntimeGPU.cpp | 1895 CGF.MakeNaturalAlignPointeeAddrLValue(GlobalRecCastAddr, GlobalRecTy); in emitGenericVarsProlog() 1905 SecBase = CGF.MakeNaturalAlignPointeeAddrLValue( in emitGenericVarsProlog()
|
D | CGClass.cpp | 651 LHS = CGF.MakeNaturalAlignPointeeAddrLValue(ThisPtr, RecordTy); in EmitMemberInitializer()
|
D | CGExpr.cpp | 4998 return MakeNaturalAlignPointeeAddrLValue(RV.getScalarVal(), E->getType()); in EmitCallExprLValue() 5049 return MakeNaturalAlignPointeeAddrLValue(RV.getScalarVal(), E->getType()); in EmitObjCMessageExprLValue()
|
D | CodeGenFunction.h | 2409 LValue MakeNaturalAlignPointeeAddrLValue(llvm::Value *V, QualType T);
|