Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp947 if (CTy->getCC() && CTy->getCC() != dwarf::DW_CC_normal) in constructTypeDIE()
949 CTy->getCC()); in constructTypeDIE()
1458 CC = SPTy->getCC(); in applySubprogramAttributes()
H A DCodeViewDebug.cpp2102 CallingConvention CC = dwarfCCToCodeView(Ty->getCC()); in lowerTypeFunction()
2151 CallingConvention CC = dwarfCCToCodeView(Ty->getCC()); in lowerTypeMemberFunction()
/freebsd/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/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h813 ID.AddInteger(info.getCC()); in Profile()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DRISCV.cpp119 switch (FI.getExtInfo().getCC()) { in computeInfo()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h884 : Flags(N->getFlags()), CC(N->getCC()), TypeArray(N->getRawTypeArray()) {}
887 return Flags == RHS->getFlags() && CC == RHS->getCC() &&
H A DAsmWriter.cpp2385 Printer.printDwarfEnum("cc", N->getCC(), dwarf::ConventionString); in writeDISubroutineType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp799 if (EI1.getCC() != EI2.getCC()) in IsStructurallyEquivalent()
H A DJSONNodeDumper.cpp620 JOS.attribute("cc", FunctionType::getNameForCallConv(E.getCC())); in VisitFunctionType()
H A DTypePrinter.cpp1066 switch (Info.getCC()) { in printFunctionAfter()
H A DTextNodeDumper.cpp2028 OS << " " << FunctionType::getNameForCallConv(EI.getCC()); in VisitFunctionType()
H A DItaniumMangle.cpp3597 StringRef CCQualifier = getCallingConvQualifierName(T->getExtInfo().getCC()); in mangleExtFunctionInfo()
H A DASTContext.cpp11373 if (lbaseInfo.getCC() != rbaseInfo.getCC()) in mergeFunctionTypes()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp855 unsigned CC = ClangCallConvToLLVMCallConv(info.getCC()); in arrangeLLVMFunctionInfo()
871 } else if (info.getCC() == CC_Swift || info.getCC() == CC_SwiftAsync) { in arrangeLLVMFunctionInfo()
912 FI->ASTCallingConvention = info.getCC(); in create()
4654 ExplicitCC = FPT->getExtInfo().getCC(); in EmitCallArgs()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td287 let Read = [{ node->getExtInfo().getCC() }];
H A DType.h4558 CallingConv getCC() const { return CallingConv(Bits & CallConvMask); }
4727 CallingConv getCallConv() const { return getExtInfo().getCC(); }
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3765 if (OldTypeInfo.getCC() != NewTypeInfo.getCC()) { in MergeFunctionDecl()
3774 NewTypeInfo = NewTypeInfo.withCallingConv(OldTypeInfo.getCC()); in MergeFunctionDecl()
3784 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()
3786 NewTypeInfo = NewTypeInfo.withCallingConv(OldTypeInfo.getCC()); in MergeFunctionDecl()
3792 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()
3795 FunctionType::getNameForCallConv(FI.getCC())); in MergeFunctionDecl()
10551 CallingConv CC = FT->getExtInfo().getCC(); in ActOnFunctionDeclarator()
11403 if (OldTypeInfo.getCC() != NewTypeInfo.getCC() || ArmStreamingCCMismatched) in areMultiversionVariantFunctionsCompatible()
H A DSemaTemplateDeduction.cpp4710 if (EPI.ExtInfo.getCC() != CC) { in adjustCCAndNoReturn()
H A DSemaType.cpp2586 auto actualCC = EPI.ExtInfo.getCC(); in checkExtParameterInfos()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1945 return getTemporary(getContext(), getFlags(), getCC(), getTypeArray()); in cloneImpl()
1964 uint8_t getCC() const { return CC; } in getCC() function
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2077 Record.push_back(N->getCC()); in writeDISubroutineType()