Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAny.h65 Any(const Any &Other) in Any() function
88 Any(T &&Value) { in Any() function
93 Any(Any &&Other) : Storage(std::move(Other.Storage)) {} in Any() function
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DPassTimingInfo.cpp316 [this](StringRef P, Any) { this->startPassTimer(P); }); in registerCallbacks() argument
318 [this](StringRef P, Any, const PreservedAnalyses &) { in registerCallbacks() argument
326 [this](StringRef P, Any) { this->startAnalysisTimer(P); }); in registerCallbacks() argument
328 [this](StringRef P, Any) { this->stopAnalysisTimer(P); }); in registerCallbacks() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineValueType.h
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DComdat.h36 Any, ///< The linker may choose any COMDAT. enumerator
H A DDebugProgramInstruction.h110 Any, ///< To indicate all LocationTypes in searches. global() enumerator
/freebsd-src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h203 Any = 1 << 15, global() enumerator
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h407 enum ConstraintKind { Empty, Point, Distance, Line, Any } Kind; enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h397 Any, global() enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h759 enum class AllowedOperand { LineVar, LegacyLiteral, Any }; enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp642 bool Any = false; convertArgumentInfo() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp511 __anon6920185a0202(StringRef P, Any) registerCodeGenCallback() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4485 bool Any = false; FilterOutUndesirableDedicatedRegisters() local
4595 bool Any = false; NarrowSearchSpaceByDetectingSupersets() local
4686 bool Any = false; NarrowSearchSpaceByCollapsingUnrolledCode() local
4792 bool Any = false; NarrowSearchSpaceByFilterFormulaWithSameScaledReg() local
4856 bool Any = false; NarrowSearchSpaceByFilterPostInc() local
5096 bool Any = false; NarrowSearchSpaceByPickingWinnerRegs() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h105 Any, global() enumerator
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h330 Any = 0xffff enumerator
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp216 enum class BitModeTy { Bit32, Bit64, Bit32_64, Any, Unknown }; global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp56 Any = Left | Right, global() enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp492 handleAfter(StringRef PassID,std::string & Name,const std::string & Before,const std::string & After,Any) handleAfter() argument
555 handleAfter(StringRef PassID,std::string & Name,const std::string & Before,const std::string & After,Any) handleAfter() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp89 enum class BitModeTy { Bit32, Bit64, Bit32_64, Any }; enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1780 Any, global() enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp831 bool Any = false; CastGEPIndices() local