Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAny.h65 Any(const Any &Other) in Any() function
88 Any(T &&Value) { Any() function
93 Any(Any &&Other) : Storage(std::move(Other.Storage)) {} Any() function
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DMachineValueType.h41 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc, NElem, EltTy) Ty = n, argument
174 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc, NElem, EltTy) \ in isOverloaded() argument
257 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc, NElem, EltTy) EltTy, in getVectorElementType() argument
270 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc, NElem, EltTy) NElem, in getVectorMinNumElements() argument
299 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc, NElem, EltTy) \ in getSizeInBits() argument
421 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc, NElem, EltTy) \ in getFloatingPointVT() argument
431 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc, NElem, EltTy) \ in getIntegerVT() argument
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPassTimingInfo.cpp316 [this](StringRef P, Any) { this->startPassTimer(P); }); in registerCallbacks() argument
304 __anon2e7fb3850302(StringRef P, Any) registerCallbacks() argument
306 __anon2e7fb3850402(StringRef P, Any, const PreservedAnalyses &) registerCallbacks() argument
314 __anon2e7fb3850602(StringRef P, Any) registerCallbacks() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DComdat.h36 Any, ///< The linker may choose any COMDAT. enumerator
H A DDebugProgramInstruction.h272 Any, ///< To indicate all LocationTypes in searches. enumerator
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.cpp66 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc, NElem, EltTy) \ in getEnumName() argument
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h209 Any = 1 << 15, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h407 enum ConstraintKind { Empty, Point, Distance, Line, Any } Kind; enumerator
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h785 enum class AllowedOperand { LineVar, LegacyLiteral, Any }; global() enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp644 bool Any = false; in convertArgumentInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h400 Any, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp515 PIC.registerShouldRunOptionalPassCallback([](StringRef P, Any) { in registerCodeGenCallback() argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4768 bool Any = false; in FilterOutUndesirableDedicatedRegisters() local
4878 bool Any = false; in NarrowSearchSpaceByDetectingSupersets() local
4973 bool Any = false; in NarrowSearchSpaceByCollapsingUnrolledCode() local
5079 bool Any = false; in NarrowSearchSpaceByFilterFormulaWithSameScaledReg() local
5143 bool Any = false; in NarrowSearchSpaceByFilterPostInc() local
5383 bool Any = false; in NarrowSearchSpaceByPickingWinnerRegs() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h118 Any, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h330 Any = 0xffff enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp217 enum class BitModeTy { Bit32, Bit64, Bit32_64, Any, Unknown }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp522 const std::string &After, Any) { in handleAfter() argument
585 const std::string &After, Any) { in handleAfter() argument
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp89 enum class BitModeTy { Bit32, Bit64, Bit32_64, Any }; enumerator
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1790 Any, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp836 bool Any = false; in CastGEPIndices() local