Home
last modified time | relevance | path

Searched refs:IK (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h321 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 DCompilerInvocation.h193 InputKind IK);
347 InputKind IK, const llvm::Triple &T,
353 InputKind IK, DiagnosticsEngine &Diags,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp567 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 DChainedIncludesSource.cpp97 InputKind IK = CI.getFrontendOpts().Inputs[0].getKind(); in createChainedIncludesSource() local
116 FrontendInputFile InputFile(includes[i], IK); in createChainedIncludesSource()
H A DCompilerInstance.cpp1334 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 DMemRegion.cpp1782 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 DExprEngineCallAndReturn.cpp507 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 DR600MachineScheduler.cpp193 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 DExpr.cpp618 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 DExprConstant.cpp16352 ICEDiag(ICEKind IK, SourceLocation l) : Kind(IK), Loc(l) {} in ICEDiag()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp1236 : 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 Dsmrsa2.pem44 gXaEFXDKqRbGqEnuwEjpew+SVZO8nrVpdIP7fydpufy7Cu91Ev4YL1ui5Vc66+IK
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h252 void setInitializer(Expr *E, OMPDeclareReductionInitKind IK) { in setInitializer() argument
254 OMPDeclareReductionDeclBits.InitializerKind = llvm::to_underlying(IK); in setInitializer()
H A DExpr.h1999 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 DMemRegion.h1660 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 Dbioinformatics136 # Amino Acid codes: [A-IK-Z*-]+
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h603 void setImportKind(ImportKind IK) { Flags.ImportType = IK; }
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3335 static const char *getImportTypeName(GlobalValueSummary::ImportKind IK) { in getImportTypeName() argument
3336 switch (IK) { in getImportTypeName()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3055 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 DSemaExpr.cpp3467 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 DTreeTransform.h2656 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 DLLParser.cpp10323 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 DBitcodeReader.cpp1157 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 DSema.h6793 ExprResult BuildPredefinedExpr(SourceLocation Loc, PredefinedIdentKind IK);
/freebsd/share/misc/
H A Dusb_vendors19757 1963 IK Multimedia

12