Home
last modified time | relevance | path

Searched refs:crazy (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/flang/lib/Decimal/
H A Ddecimal-to-binary.cpp328 static constexpr int crazy{2 * Real::decimalRange + log10Radix}; in ConvertToBinary() local
329 if (exponent_ < -crazy) { // underflow to +/-0. in ConvertToBinary()
331 } else if (exponent_ > crazy) { // overflow to +/-Inf. in ConvertToBinary()
/llvm-project-15.0.7/llvm/test/MC/X86/
H A Dalign-branch-align.s7 # does not make code crazy.
/llvm-project-15.0.7/lldb/test/Shell/ObjectFile/ELF/
H A Dsection-types-edgecases.yaml3 # completely crazy (like crashing).
/llvm-project-15.0.7/llvm/test/MC/X86/AlignedBundling/
H A Dsingle-inst-bundling.s47 # Just verifying that data fills don't drive bundling crazy
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl10.rst76 geometric programming, ...** - Really, there is no end of crazy
87 Have fun - try doing something crazy and unusual. Building a language
89 little crazy or off the wall and seeing how it turns out. If you get
/llvm-project-15.0.7/llvm/tools/xcode-toolchain/
H A DCMakeLists.txt57 # If detecting Xcode version failed, set a crazy high version so we default
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dlsr-delayed-fold.ll30 ; ScalarEvolution should be able to correctly expand the crazy addrec here.
/llvm-project-15.0.7/clang/test/Analysis/
H A Dlocalization.m168 // Do some other crazy stuff
/llvm-project-15.0.7/llvm/utils/vim/
H A Dvimrc202 " An overload candidate. Use a crazy hack to get vim to
/llvm-project-15.0.7/mlir/test/Dialect/Arithmetic/
H A Dops.mlir906 // CHECK: %c43 = arith.constant {crazy = "func.foo"} 43 : index
907 %2 = arith.constant {crazy = "func.foo"} 43: index
/llvm-project-15.0.7/llvm/test/Transforms/CodeGenPrepare/X86/
H A Doverflow-intrinsics.ll556 ; Verify that crazy/non-canonical code does not crash.
/llvm-project-15.0.7/llvm/
H A DCMakeLists.txt1078 # special hack for Solaris to handle crazy system sys/regset.h
/llvm-project-15.0.7/llvm/docs/
H A DCommandLine.rst476 lets get a little wild and crazy. Lets say that we want our optimizer to accept
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc1379 // people out there who are crazy enough to peek into that page's 32-byte
/llvm-project-15.0.7/llvm/lib/Target/
H A DREADME.txt1101 leading to excess stack traffic. This could be handled by GVN with some crazy