Home
last modified time | relevance | path

Searched refs:hasAggregateLLVMType (Results 1 – 16 of 16) sorted by relevance

/external/clang/lib/CodeGen/
DCGCall.cpp1141 if (hasAggregateLLVMType(Ty)) { in EmitFunctionProlog()
1267 if (!CodeGenFunction::hasAggregateLLVMType(Ty)) { in EmitFunctionProlog()
1296 if (hasAggregateLLVMType(Ty)) in EmitFunctionProlog()
1524 } else if (CodeGenFunction::hasAggregateLLVMType(RetTy)) { in EmitFunctionEpilog()
1608 if (hasAggregateLLVMType(ref->getPointeeType())) in EmitDelegateCallArg()
1621 if (hasAggregateLLVMType(type)) in EmitDelegateCallArg()
1783 if (hasAggregateLLVMType(type) && !E->getType()->isAnyComplexType() && in EmitCallArg()
1859 else if (CodeGenFunction::hasAggregateLLVMType(EltTy)) in ExpandTypeToArgs()
2182 if (CodeGenFunction::hasAggregateLLVMType(RetTy)) in EmitCall()
2201 if (CodeGenFunction::hasAggregateLLVMType(RetTy)) { in EmitCall()
[all …]
DCGExpr.cpp115 if (!hasAggregateLLVMType(E->getType())) in EmitAnyExpr()
131 if (hasAggregateLLVMType(E->getType()) && in EmitAnyExprToTemp()
146 } else if (hasAggregateLLVMType(E->getType())) { in EmitAnyExprToMem()
388 if (CGF.hasAggregateLLVMType(E->getType()) && in EmitExprForReferenceBinding()
660 if (hasAggregateLLVMType(Ty)) { in GetUndefRValue()
2328 assert((hasAggregateLLVMType(expr->getType()) && in EmitConditionalOperatorLValue()
2553 else if (CodeGenFunction::hasAggregateLLVMType(FT)) in EmitRValueForField()
2664 if (!hasAggregateLLVMType(E->getType())) { in EmitBinaryOperatorLValue()
3008 if (CGF.hasAggregateLLVMType(Ty)) in ConvertTempToRValue()
3033 if (!hasAggregateLLVMType(E->getVal1()->getType())) { in EmitAtomicExpr()
[all …]
DCGExprAgg.cpp941 } else if (CGF.hasAggregateLLVMType(type)) { in EmitInitializationToLValue()
962 if (!CGF.hasAggregateLLVMType(type)) { in EmitNullInitializationToLValue()
1253 assert(E && hasAggregateLLVMType(E->getType()) && in EmitAggExpr()
1265 assert(hasAggregateLLVMType(E->getType()) && "Invalid argument!"); in EmitAggExprToLValue()
DCGStmt.cpp770 } else if (!hasAggregateLLVMType(RV->getType())) { in EmitReturnStmt()
1332 if (!CodeGenFunction::hasAggregateLLVMType(InputType)) { in EmitAsmInputLValue()
1361 if (!CodeGenFunction::hasAggregateLLVMType(InputExpr->getType())) in EmitAsmInput()
1456 if (!Info.allowsMemory() && !hasAggregateLLVMType(OutExpr->getType())) { in EmitAsmStmt()
DCodeGenFunction.cpp66 bool CodeGenFunction::hasAggregateLLVMType(QualType type) { in hasAggregateLLVMType() function in CodeGenFunction
102 return hasAggregateLLVMType(type->getAs<AtomicType>()->getValueType()); in hasAggregateLLVMType()
404 hasAggregateLLVMType(CurFnInfo->getReturnType())) { in StartFunction()
DCGDeclCXX.cpp36 if (!CGF.hasAggregateLLVMType(type)) { in EmitDeclInit()
DCGClass.cpp449 if (!CGF.hasAggregateLLVMType(T)) { in EmitAggMemberInitializer()
620 if (!hasAggregateLLVMType(FieldType)) { in EmitInitializerForField()
1779 hasAggregateLLVMType(calleeFnInfo.getReturnType())) in EmitForwardingCallToLambda()
DCGDecl.cpp1114 } else if (!hasAggregateLLVMType(type)) { in EmitExprAsInit()
1517 CodeGenFunction::hasAggregateLLVMType(Ty)) { in EmitParmDecl()
DCGExprScalar.cpp2740 assert(E && !hasAggregateLLVMType(E->getType()) && in EmitScalarExpr()
2756 assert(!hasAggregateLLVMType(SrcTy) && !hasAggregateLLVMType(DstTy) && in EmitScalarConversion()
2767 assert(SrcTy->isAnyComplexType() && !hasAggregateLLVMType(DstTy) && in EmitComplexToScalarConversion()
DCGVTables.cpp378 hasAggregateLLVMType(CurFnInfo->getReturnType())) in GenerateThunk()
DCGException.cpp1007 if (!CGF.hasAggregateLLVMType(CatchType) || in InitCatchParam()
DCGExprCXX.cpp810 if (!CGF.hasAggregateLLVMType(AllocType)) in StoreAnyExprIntoOneUnit()
DCodeGenFunction.h1503 static bool hasAggregateLLVMType(QualType T);
DCGObjC.cpp898 } else if (hasAggregateLLVMType(ivarType)) { in generateObjCGetterBody()
DTargetInfo.cpp40 return CodeGenFunction::hasAggregateLLVMType(T) || in isAggregateTypeForABI()
DCGBuiltin.cpp1401 if (hasAggregateLLVMType(E->getType())) in EmitBuiltinExpr()