Searched refs:IK (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInvocation.h152 /// \param IK - The input language.
154 static void setLangDefaults(LangOptions &Opts, InputKind IK,
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp62 static unsigned getOptimizationLevel(ArgList &Args, InputKind IK, argument
65 if (IK == IK_OpenCL && !Args.hasArg(OPT_cl_opt_disable))
290 static bool ParseCodeGenArgs(CodeGenOptions &Opts, ArgList &Args, InputKind IK, argument
295 unsigned OptLevel = getOptimizationLevel(Args, IK, Diags);
803 InputKind IK = DashX; local
804 if (IK == IK_None) {
805 IK = FrontendOptions::getInputKindForExtension(
809 DashX = IK;
811 Opts.Inputs.push_back(FrontendInputFile(Inputs[i], IK));
939 void CompilerInvocation::setLangDefaults(LangOptions &Opts, InputKind IK, argument
1055 ParseLangArgs(LangOptions &Opts, ArgList &Args, InputKind IK, DiagnosticsEngine &Diags) argument
[all...]
H A DChainedIncludesSource.cpp71 InputKind IK = CI.getFrontendOpts().Inputs[0].getKind(); local
90 FrontendInputFile InputFile(includes[i], IK);
H A DCompilerInstance.cpp825 InputKind IK = getSourceInputKindFromOptions(*Invocation->getLangOpts()); local
833 IK));
851 FrontendInputFile(TempModuleMapFileName.str().str(), IK));
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DR600MachineScheduler.cpp165 int IK = getInstKind(SU); local
167 DEBUG(dbgs() << IK << " <= ");
170 Pending[IK]->push(SU);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp101 InputKind IK
109 if (IK == IK_Asm) {
111 } else if (IK == IK_ObjC ||
112 IK == IK_ObjCXX ||
113 IK == IK_PreprocessedObjC ||
114 IK == IK_PreprocessedObjCXX) {
122 switch (IK) {
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp442 InductionInfo(Value *Start, InductionKind K) : StartValue(Start), IK(K) {}
443 InductionInfo() : StartValue(0), IK(IK_NoInduction) {}
447 InductionKind IK; member in struct:__anon2707::LoopVectorizationLegality::InductionInfo
866 if (IK_PtrInduction == II.IK)
868 else if (IK_ReversePtrInduction == II.IK)
896 if (IK_PtrInduction == II.IK)
898 else if (IK_ReversePtrInduction == II.IK)
1371 switch (II.IK) {
2033 switch (II.IK) {
2064 if (LoopVectorizationLegality::IK_ReverseIntInduction == II.IK) {
2456 InductionKind IK = isInductionVariable(Phi); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1502 IntrinsicKind IK = getIntrinsicKind(iid); local
1503 bool OnlyReadsMemory = IK == IK_OnlyReadsMemory;
1504 bool WritesMemory = IK == IK_WritesMemory;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp7194 ICEDiag(ICEKind IK, SourceLocation l) : Kind(IK), Loc(l) {}
/freebsd-10.0-release/sys/dev/cxgbe/firmware/
H A Dt4fw-1.9.12.0.bin.uu2312 CgUAE4DEDG8RA/8IK/KeBmUC92AR/NIAnQAn8p1kcjT6QGgdoAslAFkdp+mAuR0R+gAAKpII90AP
H A Dt5fw-1.9.12.0.bin.uu1481 R/IK/yIEeAJgjjco6RQjFhr5FgUgBQKqIIPpIxYZLhIbLuBkLAqL/wIADgU5Y5AvEhuP8v8CAAIF

Completed in 356 milliseconds