Searched defs:Small (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CodeGen.h | 31 enum Model { Tiny, Small, Kernel, Medium, Large }; enumerator 40 enum Level { Default=0, Small=1, Large=2 }; enumerator
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/ |
H A D | asinf_2u5.c | 17 #define Small 0x39800000 /* 2^-12. */ macro
|
H A D | acosf_1u4.c | 18 #define Small 0x32800000 /* 2^-26. */ macro
|
H A D | acos_2u.c | 18 #define Small 0x3c90000000000000 /* 2^-53. */ macro
|
H A D | asin_3u.c | 17 #define Small 0x3e50000000000000 /* 2^-26. */ macro
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | asinf.c | 28 #define Small 0x39800000 /* 2^-12. */ macro
|
H A D | acosf.c | 29 #define Small 0x32800000 /* 2^-26. */ macro
|
H A D | acos.c | 34 #define Small 0x3e50000000000000 /* 2^-53. */ macro
|
H A D | asin.c | 32 #define Small 0x3e50000000000000 /* 2^-12. */ macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.cpp | 1139 SDValue Small = DAG.getTargetConstantPool( in LowerConstantPool() local 1173 SDValue Small = DAG.getTargetGlobalAddress( in LowerGlobalAddress() local 1216 SDValue Small = DAG.getTargetJumpTable( in LowerJumpTable() local
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.h | 125 enum class CTUPhase1InliningKind { None, Small, All }; enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | DenseMap.h | 936 unsigned Small : 1; variable
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.cpp | 477 bool TypeInfer::EnforceSmallerThan(TypeSetByHwMode &Small, TypeSetByHwMode &Big, in EnforceSmallerThan()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 11942 CaseCluster &Small = *W.FirstCluster; in lowerWorkItem() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 20829 SDValue Small = DAG.getNode(X86ISD::CVTTP2SI, dl, VT, Src); in expandFP_TO_UINT_SSE() local 21117 SDValue Small = in LowerFP_TO_INT() local
|