/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | IVDescriptors.h | 321 InductionKind getKind() const { return IK; } in getKind() 360 if (IK == IK_FpInduction && InductionBinOp && in getExactFPMathInst() 388 InductionKind IK = IK_NoInduction; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInvocation.h | 193 InputKind IK); 347 InputKind IK, const llvm::Triple &T, 353 InputKind IK, DiagnosticsEngine &Diags,
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 567 static StringRef GetInputKindName(InputKind IK); 571 InputKind IK) { in FixupInvocation() argument 633 << "-fgnu89-inline" << GetInputKindName(IK); in FixupInvocation() 637 << "-hlsl-entry" << GetInputKindName(IK); in FixupInvocation() 694 static unsigned getOptimizationLevel(ArgList &Args, InputKind IK, in getOptimizationLevel() argument 697 if ((IK.getLanguage() == Language::OpenCL || in getOptimizationLevel() 698 IK.getLanguage() == Language::OpenCLCXX) && in getOptimizationLevel() 1770 InputKind IK, in ParseCodeGenArgs() argument 1777 unsigned OptimizationLevel = getOptimizationLevel(Args, IK, Diags); in ParseCodeGenArgs() 1943 if (IK.getLanguage() != Language::LLVM_IR) in ParseCodeGenArgs() [all …]
|
H A D | ChainedIncludesSource.cpp | 97 InputKind IK = CI.getFrontendOpts().Inputs[0].getKind(); in createChainedIncludesSource() local 116 FrontendInputFile InputFile(includes[i], IK); in createChainedIncludesSource()
|
H A D | CompilerInstance.cpp | 1334 InputKind IK(getLanguageFromOptions(ImportingInstance.getLangOpts()), in compileModule() local 1370 FrontendInputFile(ModuleMapFilePath, IK, +Module->IsSystem), in compileModule() 1387 FrontendInputFile(FakeModuleMapFile, IK, +Module->IsSystem), in compileModule()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | MemRegion.cpp | 1782 InvalidationKinds IK) { in setTrait() argument 1783 SymTraitsMap[Sym] |= IK; in setTrait() 1787 InvalidationKinds IK) { in setTrait() argument 1790 setTrait(SR->getSymbol(), IK); in setTrait() 1792 MRTraitsMap[MR] |= IK; in setTrait() 1796 InvalidationKinds IK) const { in hasTrait() 1799 return I->second & IK; in hasTrait() 1805 InvalidationKinds IK) const { in hasTrait() 1810 return hasTrait(SR->getSymbol(), IK); in hasTrait() 1814 return I->second & IK; in hasTrait()
|
H A D | ExprEngineCallAndReturn.cpp | 507 const auto IK = AMgr.options.getCTUPhase1Inlining(); in REGISTER_MAP_WITH_PROGRAMSTATE() local 508 const bool DoInline = IK == CTUPhase1InliningKind::All || in REGISTER_MAP_WITH_PROGRAMSTATE() 509 (IK == CTUPhase1InliningKind::Small && in REGISTER_MAP_WITH_PROGRAMSTATE()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600MachineScheduler.cpp | 193 int IK = getInstKind(SU); in releaseBottomNode() local 196 if (IK == IDOther) in releaseBottomNode() 199 Pending[IK].push_back(SU); in releaseBottomNode()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 618 PredefinedIdentKind IK, bool IsTransparent, in PredefinedExpr() argument 621 PredefinedExprBits.Kind = llvm::to_underlying(IK); in PredefinedExpr() 622 assert((getIdentKind() == IK) && in PredefinedExpr() 639 QualType FNTy, PredefinedIdentKind IK, in Create() argument 644 return new (Mem) PredefinedExpr(L, FNTy, IK, IsTransparent, SL); in Create() 654 StringRef PredefinedExpr::getIdentKindName(PredefinedIdentKind IK) { in getIdentKindName() argument 655 switch (IK) { in getIdentKindName() 678 std::string PredefinedExpr::ComputeName(PredefinedIdentKind IK, in ComputeName() argument 683 if (IK == PredefinedIdentKind::FuncDName) { in ComputeName() 722 Out << ComputeName(IK, DCBlock); in ComputeName() [all …]
|
H A D | ExprConstant.cpp | 16352 ICEDiag(ICEKind IK, SourceLocation l) : Kind(IK), Loc(l) {} in ICEDiag()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 1236 : StartValue(Start), IK(K), Step(Step), InductionBinOp(BOp) { in InductionDescriptor() 1237 assert(IK != IK_NoInduction && "Not an induction"); in InductionDescriptor() 1242 assert((IK != IK_PtrInduction || StartValue->getType()->isPointerTy()) && in InductionDescriptor() 1244 assert((IK != IK_IntInduction || StartValue->getType()->isIntegerTy()) && in InductionDescriptor() 1251 assert((IK == IK_FpInduction || Step->getType()->isIntegerTy()) && in InductionDescriptor() 1254 assert((IK != IK_FpInduction || Step->getType()->isFloatingPointTy()) && in InductionDescriptor() 1256 assert((IK != IK_FpInduction || in InductionDescriptor()
|
/freebsd/crypto/openssl/test/smime-certs/ |
H A D | smrsa2.pem | 44 gXaEFXDKqRbGqEnuwEjpew+SVZO8nrVpdIP7fydpufy7Cu91Ev4YL1ui5Vc66+IK
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclOpenMP.h | 252 void setInitializer(Expr *E, OMPDeclareReductionInitKind IK) { in setInitializer() argument 254 OMPDeclareReductionDeclBits.InitializerKind = llvm::to_underlying(IK); in setInitializer()
|
H A D | Expr.h | 1999 PredefinedExpr(SourceLocation L, QualType FNTy, PredefinedIdentKind IK, 2019 QualType FNTy, PredefinedIdentKind IK, 2047 static StringRef getIdentKindName(PredefinedIdentKind IK); 2052 static std::string ComputeName(PredefinedIdentKind IK,
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | MemRegion.h | 1660 void setTrait(SymbolRef Sym, InvalidationKinds IK); 1661 void setTrait(const MemRegion *MR, InvalidationKinds IK); 1662 bool hasTrait(SymbolRef Sym, InvalidationKinds IK) const; 1663 bool hasTrait(const MemRegion *MR, InvalidationKinds IK) const;
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | bioinformatics | 136 # Amino Acid codes: [A-IK-Z*-]+
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndex.h | 603 void setImportKind(ImportKind IK) { Flags.ImportType = IK; }
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 3335 static const char *getImportTypeName(GlobalValueSummary::ImportKind IK) { in getImportTypeName() argument 3336 switch (IK) { in getImportTypeName()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 3055 auto IK = static_cast<OMPDeclareReductionInitKind>(Record.readInt()); in VisitOMPDeclareReductionDecl() local 3056 D->setInitializer(Init, IK); in VisitOMPDeclareReductionDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 3467 PredefinedIdentKind IK) { in BuildPredefinedExpr() argument 3482 IK == PredefinedIdentKind::Function && getLangOpts().MSVCCompat; in BuildPredefinedExpr() 3484 PredefinedExpr::ComputeName(IK, currentDecl, ForceElaboratedPrinting); in BuildPredefinedExpr() 3488 if (IK == PredefinedIdentKind::LFunction || in BuildPredefinedExpr() 3489 IK == PredefinedIdentKind::LFuncSig) { in BuildPredefinedExpr() 3510 return PredefinedExpr::Create(Context, Loc, ResTy, IK, LangOpts.MicrosoftExt, in BuildPredefinedExpr()
|
H A D | TreeTransform.h | 2656 ExprResult RebuildPredefinedExpr(SourceLocation Loc, PredefinedIdentKind IK) { in RebuildPredefinedExpr() argument 2657 return getSema().BuildPredefinedExpr(Loc, IK); in RebuildPredefinedExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 10323 GlobalValueSummary::ImportKind IK; in parseGVFlags() local 10324 if (parseOptionalImportType(Lex.getKind(), IK)) in parseGVFlags() 10326 GVFlags.ImportType = static_cast<unsigned>(IK); in parseGVFlags()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 1157 auto IK = GlobalValueSummary::ImportKind((RawFlags >> 10) & 1); // 1 bit in getDecodedGVSummaryFlags() local 1168 Live, Local, AutoHide, IK); in getDecodedGVSummaryFlags()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 6793 ExprResult BuildPredefinedExpr(SourceLocation Loc, PredefinedIdentKind IK);
|
/freebsd/share/misc/ |
H A D | usb_vendors | 19757 1963 IK Multimedia
|