/llvm-project/llvm/unittests/Support/ |
H A D | ArrayRecyclerTest.cpp | 26 ARO::Capacity Cap = ARO::Capacity::get(0); in TEST() local 54 ARO::Capacity Cap = ARO::Capacity::get(8); in TEST() local
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | ArrayRecycler.h | 125 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate() 137 void deallocate(Capacity Cap, T *Ptr) { in deallocate()
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVModuleAnalysis.cpp | 49 S.insert(Cap); in AvoidCapabilitiesSet() local 96 auto Cap = ReqCaps[0]; getSymbolicOperandRequirements() local 107 for (auto Cap : ReqCaps) getSymbolicOperandRequirements() local 111 auto Cap = UseCaps[i]; getSymbolicOperandRequirements() local 305 auto Cap = SPIRV::Capability::Capability(MI.getOperand(0).getImm()); processDefInstrs() local 489 for (const auto &Cap : ToPrune) { recursiveAddCapabilities() local 498 for (const auto &Cap : ToAdd) { addCapabilities() local 572 for (auto Cap : MinimalCaps) { checkSatisfiable() local 598 for (const auto Cap : ToAdd) addAvailableCaps() local [all...] |
H A D | SPIRVModuleAnalysis.h | 46 const std::optional<Capability::Capability> Cap; global() member
|
H A D | SPIRVAsmPrinter.cpp | 348 for (const auto &Cap : MAI->Reqs.getMinimalCapabilities()) { outputGlobalRequirements() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGBlocks.h | 208 const BlockDecl::Capture *Cap) { in makeIndex() 222 const BlockDecl::Capture *Cap) { in makeConstant() 237 const BlockDecl::Capture *Cap; variable
|
H A D | CGBlocks.cpp | 98 if (Cap.isConstantOrTrivial()) in getBlockDescriptorName() local 1683 getBlockCaptureStr(const CGBlockInfo::Capture & Cap,CaptureStrKind StrKind,CharUnits BlockAlignment,CodeGenModule & CGM) getBlockCaptureStr() argument 1794 for (auto &Cap : Captures) { getCopyDestroyHelperFuncName() local [all...] |
H A D | CGOpenMPRuntime.cpp | 8468 void generateInfoForCapture(const CapturedStmt::Capture *Cap, in generateInfoForCapture() argument 11487 for (const CapturedStmt::Capture &Cap : CS->captures()) { tryToDisableInnerAnalysis() local [all...] |
H A D | CGStmtOpenMP.cpp | 1990 emitCapturedStmtCall(CodeGenFunction & ParentCGF,EmittedClosureTy Cap,llvm::ArrayRef<llvm::Value * > Args) emitCapturedStmtCall() argument
|
/llvm-project/llvm/unittests/DebugInfo/PDB/ |
H A D | HashTableTest.cpp | 144 uint32_t Cap = Table.capacity(); in TEST() local 245 uint32_t Cap = Table.capacity(); in TEST() local
|
/llvm-project/clang/lib/Sema/ |
H A D | ScopeInfo.cpp | 230 if (Cap.isVLATypeCapture() && Cap.getCapturedVLAType() == VAT) in isVLATypeCaptured() local
|
H A D | CheckExprLifetime.cpp | 792 const LambdaCapture &Cap = *CapI++; visitLocalsRetainedByInitializer() local
|
H A D | SemaExceptionSpec.cpp | 1183 Cap = Lambda->capture_init_begin(), canThrow() local
|
H A D | SemaLambda.cpp | 1881 BuildCaptureInit(const Capture & Cap,SourceLocation ImplicitCaptureLoc,bool IsOpenMPMapping) BuildCaptureInit() argument [all...] |
H A D | SemaStmt.cpp | 4428 for (const sema::Capture &Cap : RSI->Captures) { buildCapturedStmtCaptureList() local [all...] |
H A D | SemaExpr.cpp | 18190 const Capture &Cap = CSI->getCapture(Var); isVariableAlreadyCapturedInScopeInfo() local [all...] |
H A D | SemaOpenMP.cpp | 4174 for (const CapturedStmt::Capture &Cap : S->captures()) { visitSubCaptures() local
|
/llvm-project/llvm/include/llvm/TableGen/ |
H A D | DirectiveEmitter.h | 166 bool Cap = true; getFormattedParserClassName() local
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | ByteCodeEmitter.cpp |
|
/llvm-project/clang/lib/Analysis/ |
H A D | ThreadSafety.cpp | 899 CapabilityExpr Cap; global() member
|
/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 45 T *Cap = nullptr; variable [all...] |
/llvm-project/libcxxabi/src/demangle/ |
H A D | ItaniumDemangle.h | 46 T *Cap = nullptr; global() variable [all...] |