HomeSort by: relevance | last modified time | path
    Searched refs:coercionType (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
SwiftCallingConv.cpp 605 auto coercionType = llvm::StructType::get(ctx, elts, packed);
607 llvm::Type *unpaddedType = coercionType;
622 return { coercionType, unpaddedType };
SwiftCallingConv.cpp 605 auto coercionType = llvm::StructType::get(ctx, elts, packed);
607 llvm::Type *unpaddedType = coercionType;
622 return { coercionType, unpaddedType };
CGCall.cpp 2930 auto coercionType = ArgI.getCoerceAndExpandType();
2931 alloca = Builder.CreateElementBitCast(alloca, coercionType);
2934 for (unsigned i = 0, e = coercionType->getNumElements(); i != e; ++i) {
2935 llvm::Type *eltType = coercionType->getElementType(i);
3529 auto coercionType = RetAI.getCoerceAndExpandType();
3533 Address addr = Builder.CreateElementBitCast(ReturnValue, coercionType);
3534 for (unsigned i = 0, e = coercionType->getNumElements(); i != e; ++i) {
3535 auto coercedEltType = coercionType->getElementType(i);
4982 auto coercionType = ArgInfo.getCoerceAndExpandType();
4983 auto layout = CGM.getDataLayout().getStructLayout(coercionType);
    [all...]
CGCall.cpp 2930 auto coercionType = ArgI.getCoerceAndExpandType();
2931 alloca = Builder.CreateElementBitCast(alloca, coercionType);
2934 for (unsigned i = 0, e = coercionType->getNumElements(); i != e; ++i) {
2935 llvm::Type *eltType = coercionType->getElementType(i);
3529 auto coercionType = RetAI.getCoerceAndExpandType();
3533 Address addr = Builder.CreateElementBitCast(ReturnValue, coercionType);
3534 for (unsigned i = 0, e = coercionType->getNumElements(); i != e; ++i) {
3535 auto coercedEltType = coercionType->getElementType(i);
4982 auto coercionType = ArgInfo.getCoerceAndExpandType();
4983 auto layout = CGM.getDataLayout().getStructLayout(coercionType);
    [all...]

Completed in 38 milliseconds