/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | Any.h | 65 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 D | PassTimingInfo.cpp | 316 [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 D | MachineValueType.h |
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Comdat.h | 36 Any, ///< The linker may choose any COMDAT. enumerator
|
H A D | DebugProgramInstruction.h | 110 Any, ///< To indicate all LocationTypes in searches. global() enumerator
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-private-enumerations.h | 203 Any = 1 << 15, global() enumerator
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 407 enum ConstraintKind { Empty, Point, Distance, Line, Any } Kind; enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 397 Any, global() enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheckImpl.h | 759 enum class AllowedOperand { LineVar, LegacyLiteral, Any }; enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineFunctionInfo.cpp | 642 bool Any = false; convertArgumentInfo() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetPassConfig.cpp | 511 __anon6920185a0202(StringRef P, Any) registerCodeGenCallback() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 4485 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 D | AMDGPUBaseInfo.h | 105 Any, global() enumerator
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 330 Any = 0xffff enumerator
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-ar/ |
H A D | llvm-ar.cpp | 216 enum class BitModeTy { Bit32, Bit64, Bit32_64, Any, Unknown }; global() enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclPrinter.cpp | 56 Any = Left | Right, global() enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 492 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 D | llvm-nm.cpp | 89 enum class BitModeTy { Bit32, Bit64, Bit32_64, Any }; enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 1780 Any, global() enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 831 bool Any = false; CastGEPIndices() local
|