Lines Matching refs:Field2Ty

10473                                       llvm::Type *&Field2Ty,
10494 CharUnits &Field1Off, llvm::Type *&Field2Ty,
10499 llvm::Type *Field2Ty,
10551 llvm::Type *&Field2Ty, in detectFPCCEligibleStructHelper() argument
10574 if (!Field2Ty) { in detectFPCCEligibleStructHelper()
10575 Field2Ty = CGT.ConvertType(Ty); in detectFPCCEligibleStructHelper()
10590 Field2Ty = Field1Ty; in detectFPCCEligibleStructHelper()
10601 Field1Off, Field2Ty, Field2Off); in detectFPCCEligibleStructHelper()
10639 Field1Ty, Field1Off, Field2Ty, Field2Off); in detectFPCCEligibleStructHelper()
10646 if (Field2Ty && ZeroWidthBitFieldCount > 0) in detectFPCCEligibleStructHelper()
10661 llvm::Type *&Field2Ty, in detectFPCCEligibleStruct() argument
10666 Field2Ty = nullptr; in detectFPCCEligibleStruct()
10670 Ty, CharUnits::Zero(), Field1Ty, Field1Off, Field2Ty, Field2Off); in detectFPCCEligibleStruct()
10672 if (Field1Ty && !Field2Ty && !Field1Ty->isFloatingPointTy()) in detectFPCCEligibleStruct()
10680 if (Field2Ty && Field2Ty->isFloatingPointTy()) in detectFPCCEligibleStruct()
10682 else if (Field2Ty) in detectFPCCEligibleStruct()
10691 llvm::Type *Field1Ty, CharUnits Field1Off, llvm::Type *Field2Ty, in coerceAndExpandFPCCEligibleStruct() argument
10702 if (!Field2Ty) { in coerceAndExpandFPCCEligibleStruct()
10709 CharUnits::fromQuantity(getDataLayout().getABITypeAlignment(Field2Ty)); in coerceAndExpandFPCCEligibleStruct()
10726 CoerceElts.push_back(Field2Ty); in coerceAndExpandFPCCEligibleStruct()
10727 UnpaddedCoerceElts.push_back(Field2Ty); in coerceAndExpandFPCCEligibleStruct()
10777 llvm::Type *Field2Ty = nullptr; in classifyArgumentType() local
10783 detectFPCCEligibleStruct(Ty, Field1Ty, Field1Off, Field2Ty, Field2Off, in classifyArgumentType()
10789 return coerceAndExpandFPCCEligibleStruct(Field1Ty, Field1Off, Field2Ty, in classifyArgumentType()