/external/clang/lib/CodeGen/ |
D | CGAtomic.cpp | 54 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()
|
D | CGExpr.cpp | 143 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()
|
D | CGDeclCXX.cpp | 36 switch (CGF.getEvaluationKind(type)) { in EmitDeclInit()
|
D | CodeGenFunction.h | 1577 static TypeEvaluationKind getEvaluationKind(QualType T); 1580 return getEvaluationKind(T) == TEK_Scalar; in hasScalarEvaluationKind() 1584 return getEvaluationKind(T) == TEK_Aggregate; in hasAggregateEvaluationKind()
|
D | CGStmtOpenMP.cpp | 427 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()
|
D | CGClass.cpp | 591 switch (CGF.getEvaluationKind(T)) { in EmitAggMemberInitializer() 756 switch (getEvaluationKind(FieldType)) { in EmitInitializerForField()
|
D | CGExprAgg.cpp | 1080 switch (CGF.getEvaluationKind(type)) { in EmitInitializationToLValue()
|
D | CGDecl.cpp | 1298 switch (getEvaluationKind(type)) { in EmitExprAsInit()
|
D | CodeGenFunction.cpp | 170 TypeEvaluationKind CodeGenFunction::getEvaluationKind(QualType type) { in getEvaluationKind() function in CodeGenFunction
|
D | CGStmt.cpp | 1039 switch (getEvaluationKind(RV->getType())) { in EmitReturnStmt()
|
D | CGExprCXX.cpp | 809 switch (CGF.getEvaluationKind(AllocType)) { in StoreAnyExprIntoOneUnit()
|
D | CGCall.cpp | 2703 switch (getEvaluationKind(RetTy)) { in EmitFunctionEpilog() 4062 switch (getEvaluationKind(RetTy)) { in EmitCall()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGAtomic.cpp | 54 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()
|
D | CGExpr.cpp | 215 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()
|
D | CGDeclCXX.cpp | 41 switch (CGF.getEvaluationKind(type)) { in EmitDeclInit()
|
D | CodeGenFunction.h | 2313 static TypeEvaluationKind getEvaluationKind(QualType T); 2316 return getEvaluationKind(T) == TEK_Scalar; 2320 return getEvaluationKind(T) == TEK_Aggregate;
|
D | CGOpenMPRuntimeGPU.cpp | 2722 switch (CGF.getEvaluationKind(Private->getType())) { 3340 switch (CGF.getEvaluationKind(Private->getType())) { in emitListToGlobalCopyFunction() 3544 switch (CGF.getEvaluationKind(Private->getType())) { in emitGlobalToListCopyFunction()
|
D | CGExprCXX.cpp | 955 switch (CGF.getEvaluationKind(AllocType)) { in StoreAnyExprIntoOneUnit()
|
D | CGExprAgg.cpp | 1536 switch (CGF.getEvaluationKind(type)) { in EmitInitializationToLValue()
|
D | CGDecl.cpp | 1926 switch (getEvaluationKind(type)) { in EmitExprAsInit()
|
D | CodeGenFunction.cpp | 225 TypeEvaluationKind CodeGenFunction::getEvaluationKind(QualType type) { in getEvaluationKind() function in CodeGenFunction
|
D | CGStmt.cpp | 1216 switch (getEvaluationKind(RV->getType())) { in EmitReturnStmt()
|
D | CGStmtOpenMP.cpp | 4908 assert(CGF.getEvaluationKind(DestType) == TEK_Complex && in convertToComplexValue() 4952 switch (getEvaluationKind(LVal.getType())) { in emitOMPSimpleStore() 5195 switch (CGF.getEvaluationKind(ResType)) { in convertToType()
|
D | CGCall.cpp | 3246 switch (getEvaluationKind(RetTy)) { in EmitFunctionEpilog() 5113 switch (getEvaluationKind(RetTy)) { in EmitCall()
|
D | CGClass.cpp | 695 switch (getEvaluationKind(FieldType)) { in EmitInitializerForField()
|