Home
last modified time | relevance | path

Searched refs:getCC (Results 1 – 21 of 21) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp842 if (CTy->getCC() && CTy->getCC() != dwarf::DW_CC_normal) in constructTypeDIE()
844 CTy->getCC()); in constructTypeDIE()
1274 CC = SPTy->getCC(); in applySubprogramAttributes()
H A DCodeViewDebug.cpp2088 CallingConvention CC = dwarfCCToCodeView(Ty->getCC()); in lowerTypeFunction()
2137 CallingConvention CC = dwarfCCToCodeView(Ty->getCC()); in lowerTypeMemberFunction()
/freebsd-14.2/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_pkt_elem_etmv4i.h198 const uint32_t getCC() const { return pkt_valid.bits.cc_valid ? cycle_count : 0; }; in getCC() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h784 ID.AddInteger(info.getCC()); in Profile()
/freebsd-14.2/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_decode_etmv4i.cpp446 params[0] = m_curr_packet_in->getCC(); in decodePacket()
462 params[2] = m_curr_packet_in->getCC(); in decodePacket()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h713 : Flags(N->getFlags()), CC(N->getCC()), TypeArray(N->getRawTypeArray()) {}
716 return Flags == RHS->getFlags() && CC == RHS->getCC() &&
H A DAsmWriter.cpp2141 Printer.printDwarfEnum("cc", N->getCC(), dwarf::ConventionString); in writeDISubroutineType()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp743 if (EI1.getCC() != EI2.getCC()) in IsStructurallyEquivalent()
H A DJSONNodeDumper.cpp588 JOS.attribute("cc", FunctionType::getNameForCallConv(E.getCC())); in VisitFunctionType()
H A DTypePrinter.cpp994 switch (Info.getCC()) { in printFunctionAfter()
H A DTextNodeDumper.cpp1641 OS << " " << FunctionType::getNameForCallConv(EI.getCC()); in VisitFunctionType()
H A DItaniumMangle.cpp3481 StringRef CCQualifier = getCallingConvQualifierName(T->getExtInfo().getCC()); in mangleExtFunctionInfo()
H A DASTContext.cpp10350 if (lbaseInfo.getCC() != rbaseInfo.getCC()) in mergeFunctionTypes()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp780 unsigned CC = ClangCallConvToLLVMCallConv(info.getCC()); in arrangeLLVMFunctionInfo()
796 } else if (info.getCC() == CC_Swift || info.getCC() == CC_SwiftAsync) { in arrangeLLVMFunctionInfo()
837 FI->ASTCallingConvention = info.getCC(); in create()
4457 ExplicitCC = FPT->getExtInfo().getCC(); in EmitCallArgs()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td276 let Read = [{ node->getExtInfo().getCC() }];
H A DType.h3968 CallingConv getCC() const { return CallingConv(Bits & CallConvMask); }
4123 CallingConv getCallConv() const { return getExtInfo().getCC(); }
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3850 if (OldTypeInfo.getCC() != NewTypeInfo.getCC()) { in MergeFunctionDecl()
3859 NewTypeInfo = NewTypeInfo.withCallingConv(OldTypeInfo.getCC()); in MergeFunctionDecl()
3869 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()
3871 NewTypeInfo = NewTypeInfo.withCallingConv(OldTypeInfo.getCC()); in MergeFunctionDecl()
3877 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()
3880 FunctionType::getNameForCallConv(FI.getCC())); in MergeFunctionDecl()
10472 CallingConv CC = FT->getExtInfo().getCC(); in ActOnFunctionDeclarator()
11277 if (OldTypeInfo.getCC() != NewTypeInfo.getCC()) in areMultiversionVariantFunctionsCompatible()
H A DSemaTemplateDeduction.cpp4411 if (EPI.ExtInfo.getCC() != CC) { in adjustCCAndNoReturn()
H A DSemaType.cpp3005 auto actualCC = EPI.ExtInfo.getCC(); in checkExtParameterInfos()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1341 return getTemporary(getContext(), getFlags(), getCC(), getTypeArray()); in cloneImpl()
1360 uint8_t getCC() const { return CC; } in getCC() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1849 Record.push_back(N->getCC()); in writeDISubroutineType()