Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h31 enum Model { Tiny, Small, Kernel, Medium, Large }; enumerator
40 enum Level { Default=0, Small=1, Large=2 }; enumerator
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dacosf_1u4.c18 #define Small (0x32800000) /* 2^-26. */ macro
H A Dasinf_2u5.c17 #define Small (0x39800000) /* 2^-12. */ macro
H A Dasin_3u.c17 #define Small (0x3e50000000000000) /* 2^-26. */ macro
H A Dacos_2u.c18 #define Small (0x3c90000000000000) /* 2^-53. */ macro
H A Dv_asinf_2u5.c28 #define Small 0x39800000 /* 2^-12. */ macro
H A Dv_asin_3u.c33 #define Small (0x3e50000000000000) /* 2^-12. */ macro
H A Dv_acosf_1u4.c29 #define Small 0x32800000 /* 2^-26. */ macro
H A Dv_acos_2u.c34 #define Small (0x3e50000000000000) /* 2^-53. */ macro
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1140 SDValue Small = DAG.getTargetConstantPool( in LowerConstantPool() local
1174 SDValue Small = DAG.getTargetGlobalAddress( in LowerGlobalAddress() local
1217 SDValue Small = DAG.getTargetJumpTable( in LowerJumpTable() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h125 enum class CTUPhase1InliningKind { None, Small, All }; enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h920 unsigned Small : 1; variable
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp483 bool TypeInfer::EnforceSmallerThan(TypeSetByHwMode &Small, TypeSetByHwMode &Big, in EnforceSmallerThan()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp11422 CaseCluster &Small = *W.FirstCluster; in lowerWorkItem() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20643 SDValue Small = DAG.getNode(X86ISD::CVTTP2SI, dl, VT, Src); in expandFP_TO_UINT_SSE() local
20931 SDValue Small = in LowerFP_TO_INT() local