Searched refs:LCC (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | cxx-casting.cpp | 83 #define LCC <:: in test2() macro 84 test1::A LCC B> e; in test2() 89 (void)static_cast LCC c>(&x); in test2()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | LoopCacheAnalysis.h | 215 auto IT = llvm::find_if(LoopCosts, [&L](const LoopCacheCostTy &LCC) { in getLoopCost() 216 return LCC.first == &L; in getLoopCost()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCXX.cpp | 296 const auto *LCC = cast<LambdaCaptureConstructionContext>(CC); in computeObjectUnderConstruction() local 299 MRMgr.getCXXTempObjectRegion(LCC->getInitializer(), LCtx)); in computeObjectUnderConstruction() 471 const auto *LCC = cast<LambdaCaptureConstructionContext>(CC); in updateObjectsUnderConstruction() local 479 State, {LCC->getLambdaExpr(), LCC->getIndex()}, LCtx, V); in updateObjectsUnderConstruction()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | LoopCacheAnalysis.cpp | 605 [L](const LoopCacheCostTy &LCC) { return LCC.first == L; }) && in calculateCacheFootprint() argument
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ParallelDSP/ |
| H A D | complex_dot_prod.ll | 48 ; CHECK-LCC: pop.w {r4, r5, r6, r7, r8, r9, r10, pc}
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | CFG.cpp | 5653 const auto *LCC = cast<LambdaCaptureConstructionContext>(CC); in print_construction_context() local 5654 Helper.handledStmt(const_cast<LambdaExpr *>(LCC->getLambdaExpr()), OS); in print_construction_context() 5655 OS << "+" << LCC->getIndex(); in print_construction_context()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 9636 ISD::CondCode LCC = cast<CondCodeSDNode>(LHS.getOperand(2))->get(); in performAndCombine() local 9644 if (LCC == ISD::SETO) { in performAndCombine() 9678 ISD::CondCode LCC = cast<CondCodeSDNode>(LHS.getOperand(2))->get(); in performAndCombine() local 9682 if ((LCC == ISD::SETO || LCC == ISD::SETUO) && Mask && in performAndCombine() 9686 unsigned NewMask = LCC == ISD::SETO ? in performAndCombine()
|