Lines Matching refs:CodeGenModule
15 #include "CodeGenModule.h"
24 static const SwiftABIInfo &getSwiftABIInfo(CodeGenModule &CGM) {
57 static CharUnits getTypeStoreSize(CodeGenModule &CGM, llvm::Type *type) {
61 static CharUnits getTypeAllocSize(CodeGenModule &CGM, llvm::Type *type) {
647 bool swiftcall::shouldPassIndirectly(CodeGenModule &CGM,
653 CharUnits swiftcall::getMaximumVoluntaryIntegerSize(CodeGenModule &CGM) {
659 CharUnits swiftcall::getNaturalAlignment(CodeGenModule &CGM, llvm::Type *type) {
668 bool swiftcall::isLegalIntegerType(CodeGenModule &CGM,
688 bool swiftcall::isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
695 bool swiftcall::isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
702 swiftcall::splitLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
716 void swiftcall::legalizeVectorType(CodeGenModule &CGM, CharUnits origVectorSize,
790 bool swiftcall::mustPassRecordIndirectly(CodeGenModule &CGM,
811 static ABIArgInfo classifyType(CodeGenModule &CGM, CanQualType type,
856 ABIArgInfo swiftcall::classifyReturnType(CodeGenModule &CGM, CanQualType type) {
860 ABIArgInfo swiftcall::classifyArgumentType(CodeGenModule &CGM,
865 void swiftcall::computeABIInfo(CodeGenModule &CGM, CGFunctionInfo &FI) {
876 bool swiftcall::isSwiftErrorLoweredInRegister(CodeGenModule &CGM) {