Home
last modified time | relevance | path

Searched defs:IK (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp97 InputKind IK = CI.getFrontendOpts().Inputs[0].getKind(); in createChainedIncludesSource() local
H A DCompilerInvocation.cpp571 InputKind IK) { in FixupInvocation()
694 static unsigned getOptimizationLevel(ArgList &Args, InputKind IK, in getOptimizationLevel()
1770 InputKind IK, in ParseCodeGenArgs()
3094 InputKind IK = DashX; in ParseFrontendArgs() local
3458 static bool IsInputCompatibleWithStandard(InputKind IK, in IsInputCompatibleWithStandard()
3504 static StringRef GetInputKindName(InputKind IK) { in GetInputKindName()
3544 InputKind IK) { in GenerateLangArgs()
3831 InputKind IK, const llvm::Triple &T, in ParseLangArgs()
H A DCompilerInstance.cpp1334 InputKind IK(getLanguageFromOptions(ImportingInstance.getLangOpts()), in compileModule() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineScheduler.cpp193 int IK = getInstKind(SU); in releaseBottomNode() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h388 InductionKind IK = IK_NoInduction; variable
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h252 void setInitializer(Expr *E, OMPDeclareReductionInitKind IK) { in setInitializer()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1782 InvalidationKinds IK) { in setTrait()
1787 InvalidationKinds IK) { in setTrait()
H A DExprEngineCallAndReturn.cpp507 const auto IK = AMgr.options.getCTUPhase1Inlining(); in REGISTER_MAP_WITH_PROGRAMSTATE() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp618 PredefinedIdentKind IK, bool IsTransparent, in PredefinedExpr()
639 QualType FNTy, PredefinedIdentKind IK, in Create()
654 StringRef PredefinedExpr::getIdentKindName(PredefinedIdentKind IK) { in getIdentKindName()
678 std::string PredefinedExpr::ComputeName(PredefinedIdentKind IK, in ComputeName()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3055 auto IK = static_cast<OMPDeclareReductionInitKind>(Record.readInt()); in VisitOMPDeclareReductionDecl() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3335 static const char *getImportTypeName(GlobalValueSummary::ImportKind IK) { in getImportTypeName()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1157 auto IK = GlobalValueSummary::ImportKind((RawFlags >> 10) & 1); // 1 bit in getDecodedGVSummaryFlags() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp10323 GlobalValueSummary::ImportKind IK; in parseGVFlags() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h2656 ExprResult RebuildPredefinedExpr(SourceLocation Loc, PredefinedIdentKind IK) { in RebuildPredefinedExpr()
H A DSemaExpr.cpp3467 PredefinedIdentKind IK) { in BuildPredefinedExpr()