Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAny.h61 Any(const Any &Other) in Any() function
84 Any(T &&Value) { in Any() function
89 Any(Any &&Other) : Storage(std::move(Other.Storage)) {} in Any() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DPassTimingInfo.cpp278 [this](StringRef P, Any) { this->runBeforePass(P); }); in registerCallbacks() argument
280 [this](StringRef P, Any, const PreservedAnalyses &) { in registerCallbacks() argument
288 [this](StringRef P, Any) { this->runBeforePass(P); }); in registerCallbacks() argument
290 [this](StringRef P, Any) { this->runAfterPass(P); }); in registerCallbacks() argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DComdat.h34 Any, ///< The linker may choose any COMDAT. enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp507 StopAfterCount = 0u](StringRef P, Any) mutable { in registerPartialPipelineCallback() argument
542 PIC.registerShouldRunOptionalPassCallback([](StringRef P, Any) { in registerCodeGenCallback() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp527 bool Any = false; in convertArgumentInfo() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h386 enum ConstraintKind { Empty, Point, Distance, Line, Any } Kind; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheckImpl.h808 enum class AllowedOperand { LineVar, LegacyLiteral, Any }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h383 Any, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h80 Any, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4346 bool Any = false; in FilterOutUndesirableDedicatedRegisters() local
4456 bool Any = false; in NarrowSearchSpaceByDetectingSupersets() local
4547 bool Any = false; in NarrowSearchSpaceByCollapsingUnrolledCode() local
4653 bool Any = false; in NarrowSearchSpaceByFilterFormulaWithSameScaledReg() local
4717 bool Any = false; in NarrowSearchSpaceByFilterPostInc() local
4918 bool Any = false; in NarrowSearchSpaceByPickingWinnerRegs() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DMachineValueType.h301 Any = 255 enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h330 Any = 0xffff enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DStandardInstrumentations.cpp548 const std::string &After, Any) { in handleAfter() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp809 bool Any = false; in CastGEPIndices() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParsePragma.cpp1475 Any, enumerator