HomeSort by: relevance | last modified time | path
    Searched defs:Small (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
CodeGen.h 28 enum Model { Tiny, Small, Kernel, Medium, Large };
37 enum Level { Default=0, Small=1, Large=2 };
  /src/external/apache2/llvm/dist/libcxx/benchmarks/
string.bench.cpp 60 enum class Length { Empty, Small, Large, Huge };
62 static constexpr const char* Names[] = {"Empty", "Small", "Large", "Huge"};
132 case Length::Small:
147 case Length::Small:
449 : RHLength::value == Length::Small
540 for (auto Lhs : {Length::Empty, Length::Small, Length::Large, Length::Huge}) {
543 {Length::Empty, Length::Small, Length::Large, Length::Huge}) {
557 for (auto L : {Length::Small, Length::Large, Length::Huge}) {
576 // Some small codegen thunks to easily see generated code.
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp 1118 case LanaiISD::SMALL:
1119 return "LanaiISD::SMALL";
1134 // If the code model is small or constant will be placed in the small section,
1136 if (getTargetMachine().getCodeModel() == CodeModel::Small ||
1138 SDValue Small = DAG.getTargetConstantPool(
1142 DAG.getNode(LanaiISD::SMALL, DL, MVT::i32, Small));
1168 // If the code model is small or global variable will be placed in the small
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 5351 // a small number of multiplies, otherwise we do the full expansion.
7622 // supports the MVT we'll be loading or if it is small enough (<= 4) that
7623 // we'll only produce a small number of byte loads.
10502 CaseCluster &Small = *W.FirstCluster;
10505 if (Small.Low == Small.High && Big.Low == Big.High &&
10506 Small.MBB == Big.MBB) {
10507 const APInt &SmallValue = Small.Low->getValue();
10524 // Both Small and Big will jump to Small.BB, so we sum up th
    [all...]

Completed in 21 milliseconds