HomeSort by: relevance | last modified time | path
    Searched defs:Inv (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/clang-import-test/
clang-import-test.cpp 169 auto Inv = std::make_unique<CompilerInvocation>();
174 CompilerInvocation::CreateFromArgs(*Inv, ClangArgv, Ins->getDiagnostics());
181 Inv->getLangOpts()->CPlusPlus = true;
182 Inv->getLangOpts()->CPlusPlus11 = true;
183 Inv->getHeaderSearchOpts().UseLibcxx = true;
186 Inv->getLangOpts()->ObjC = 1;
189 Inv->getLangOpts()->ObjCAutoRefCount = ObjCARC;
191 Inv->getLangOpts()->Bool = true;
192 Inv->getLangOpts()->WChar = true;
193 Inv->getLangOpts()->Blocks = true
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp 2168 auto &Inv = *CCInvocation;
2178 ProcessWarningOptions(Diag, Inv.getDiagnosticOpts());
2236 PCHContainerOps, Inv, &FileMgr.getVirtualFileSystem(), false, Line - 1);
CompilerInstance.cpp 1115 auto &Inv = *Invocation;
1136 Inv.getDependencyOutputOpts() = DependencyOutputOptions();
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonLoopIdiomRecognition.cpp 621 bool Inv = false;
934 PV.Inv = false;
940 PV.Inv = true;
942 Value *Var = nullptr, *Inv = nullptr, *X1 = nullptr, *X2 = nullptr;
949 Inv = X1;
952 Inv = X2;
957 PV.M = Inv;
971 if (PV.Inv && !isa<ConstantInt>(PV.Q))
1037 Value *InV = P->getIncomingValue(i);
1038 IntegerType *Ty = cast<IntegerType>(InV->getType())
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 2004 // Initial estimate of inv(y).
3510 bool Inv = false;
3513 Inv = true;
3542 if (Inv)

Completed in 48 milliseconds