Home | History | Annotate | Download | only in llvm-stress

Lines Matching full:generate

1 //===-- llvm-stress.cpp - Generate random LL files to stress-test LLVM ----===//
44 static cl::opt<bool> GenHalfFloat("generate-half-float",
45 cl::desc("Generate half-length floating-point values"), cl::init(false));
46 static cl::opt<bool> GenX86FP80("generate-x86-fp80",
47 cl::desc("Generate 80-bit X86 floating-point values"), cl::init(false));
48 static cl::opt<bool> GenFP128("generate-fp128",
49 cl::desc("Generate 128-bit floating-point values"), cl::init(false));
50 static cl::opt<bool> GenPPCFP128("generate-ppc-fp128",
51 cl::desc("Generate 128-bit PPC floating-point values"), cl::init(false));
52 static cl::opt<bool> GenX86MMX("generate-x86-mmx",
53 cl::desc("Generate X86 MMX floating-point values"), cl::init(false));
89 /// Generate an empty function with a default argument list.
160 // If the requested type was not found, generate a constant value.
349 /// Generate constant values.
365 // Generate 128 random bits, the size of the (currently)
493 // Generate lots of bitcasts.
562 // of the cases generate a vector select.
638 // Generate the random instructions