Home
last modified time | relevance | path

Searched refs:getEvaluationKind (Results 1 – 25 of 31) sorted by relevance

12

/external/clang/lib/CodeGen/
DCGAtomic.cpp54 EvaluationKind = CGF.getEvaluationKind(ValueTy); in AtomicInfo()
138 TypeEvaluationKind getEvaluationKind() const { return EvaluationKind; } in getEvaluationKind() function in __anond5645c670111::AtomicInfo
328 switch (getEvaluationKind()) { in requiresMemSetZero()
1201 if (getEvaluationKind() == TEK_Scalar && in ConvertIntToValueOrAtomic()
1222 if (AsValue && getEvaluationKind() == TEK_Aggregate) { in ConvertIntToValueOrAtomic()
1304 assert(getEvaluationKind() == TEK_Aggregate); in EmitAtomicLoad()
1320 if (getEvaluationKind() == TEK_Aggregate && ResultSlot.isIgnored()) in EmitAtomicLoad()
1819 switch (atomics.getEvaluationKind()) { in EmitAtomicInit()
DCGExpr.cpp143 switch (getEvaluationKind(E->getType())) { in EmitAnyExpr()
174 switch (getEvaluationKind(E->getType())) { in EmitAnyExprToMem()
380 switch (getEvaluationKind(E->getType())) { in EmitMaterializeTemporaryExpr()
907 switch (getEvaluationKind(Ty)) { in GetUndefRValue()
3714 switch (getEvaluationKind(FT)) { in EmitRValueForField()
3828 switch (getEvaluationKind(E->getType())) { in EmitBinaryOperatorLValue()
4160 switch (getEvaluationKind(type)) { in convertTempToRValue()
DCGDeclCXX.cpp36 switch (CGF.getEvaluationKind(type)) { in EmitDeclInit()
DCodeGenFunction.h1577 static TypeEvaluationKind getEvaluationKind(QualType T);
1580 return getEvaluationKind(T) == TEK_Scalar; in hasScalarEvaluationKind()
1584 return getEvaluationKind(T) == TEK_Aggregate; in hasAggregateEvaluationKind()
DCGStmtOpenMP.cpp427 switch (CGF.getEvaluationKind(Ty)) { in emitInitWithReductionInitializer()
2797 assert(CGF.getEvaluationKind(DestType) == TEK_Complex && in convertToComplexValue()
2833 switch (getEvaluationKind(LVal.getType())) { in emitOMPSimpleStore()
3044 switch (CGF.getEvaluationKind(ResType)) { in convertToType()
DCGClass.cpp591 switch (CGF.getEvaluationKind(T)) { in EmitAggMemberInitializer()
756 switch (getEvaluationKind(FieldType)) { in EmitInitializerForField()
DCGExprAgg.cpp1080 switch (CGF.getEvaluationKind(type)) { in EmitInitializationToLValue()
DCGDecl.cpp1298 switch (getEvaluationKind(type)) { in EmitExprAsInit()
DCodeGenFunction.cpp170 TypeEvaluationKind CodeGenFunction::getEvaluationKind(QualType type) { in getEvaluationKind() function in CodeGenFunction
DCGStmt.cpp1039 switch (getEvaluationKind(RV->getType())) { in EmitReturnStmt()
DCGExprCXX.cpp809 switch (CGF.getEvaluationKind(AllocType)) { in StoreAnyExprIntoOneUnit()
DCGCall.cpp2703 switch (getEvaluationKind(RetTy)) { in EmitFunctionEpilog()
4062 switch (getEvaluationKind(RetTy)) { in EmitCall()
/external/llvm-project/clang/lib/CodeGen/
DCGAtomic.cpp54 EvaluationKind = CGF.getEvaluationKind(ValueTy); in AtomicInfo()
138 TypeEvaluationKind getEvaluationKind() const { return EvaluationKind; } in getEvaluationKind() function in __anona2121a350111::AtomicInfo
336 switch (getEvaluationKind()) { in requiresMemSetZero()
1465 if (getEvaluationKind() == TEK_Scalar && in ConvertIntToValueOrAtomic()
1486 if (AsValue && getEvaluationKind() == TEK_Aggregate) { in ConvertIntToValueOrAtomic()
1567 assert(getEvaluationKind() == TEK_Aggregate); in EmitAtomicLoad()
1583 if (getEvaluationKind() == TEK_Aggregate && ResultSlot.isIgnored()) in EmitAtomicLoad()
2087 switch (atomics.getEvaluationKind()) { in EmitAtomicInit()
DCGExpr.cpp215 switch (getEvaluationKind(E->getType())) { in EmitAnyExpr()
246 switch (getEvaluationKind(E->getType())) { in EmitAnyExprToMem()
475 switch (getEvaluationKind(E->getType())) { in EmitMaterializeTemporaryExpr()
1190 switch (getEvaluationKind(Ty)) { in GetUndefRValue()
4804 switch (getEvaluationKind(FT)) { in EmitRValueForField()
4951 switch (getEvaluationKind(E->getType())) { in EmitBinaryOperatorLValue()
5315 switch (getEvaluationKind(type)) { in convertTempToRValue()
DCGDeclCXX.cpp41 switch (CGF.getEvaluationKind(type)) { in EmitDeclInit()
DCodeGenFunction.h2313 static TypeEvaluationKind getEvaluationKind(QualType T);
2316 return getEvaluationKind(T) == TEK_Scalar;
2320 return getEvaluationKind(T) == TEK_Aggregate;
DCGOpenMPRuntimeGPU.cpp2722 switch (CGF.getEvaluationKind(Private->getType())) {
3340 switch (CGF.getEvaluationKind(Private->getType())) { in emitListToGlobalCopyFunction()
3544 switch (CGF.getEvaluationKind(Private->getType())) { in emitGlobalToListCopyFunction()
DCGExprCXX.cpp955 switch (CGF.getEvaluationKind(AllocType)) { in StoreAnyExprIntoOneUnit()
DCGExprAgg.cpp1536 switch (CGF.getEvaluationKind(type)) { in EmitInitializationToLValue()
DCGDecl.cpp1926 switch (getEvaluationKind(type)) { in EmitExprAsInit()
DCodeGenFunction.cpp225 TypeEvaluationKind CodeGenFunction::getEvaluationKind(QualType type) { in getEvaluationKind() function in CodeGenFunction
DCGStmt.cpp1216 switch (getEvaluationKind(RV->getType())) { in EmitReturnStmt()
DCGStmtOpenMP.cpp4908 assert(CGF.getEvaluationKind(DestType) == TEK_Complex && in convertToComplexValue()
4952 switch (getEvaluationKind(LVal.getType())) { in emitOMPSimpleStore()
5195 switch (CGF.getEvaluationKind(ResType)) { in convertToType()
DCGCall.cpp3246 switch (getEvaluationKind(RetTy)) { in EmitFunctionEpilog()
5113 switch (getEvaluationKind(RetTy)) { in EmitCall()
DCGClass.cpp695 switch (getEvaluationKind(FieldType)) { in EmitInitializerForField()

12