Home
last modified time | relevance | path

Searched refs:Have (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/utils/bazel/llvm_configs/
H A Dconfig.h.cmake230 /* Have host's _alloca */
239 /* Have host's __alloca */
242 /* Have host's __ashldi3 */
245 /* Have host's __ashrdi3 */
248 /* Have host's __chkstk */
254 /* Have host's __cmpdi2 */
257 /* Have host's __divdi3 */
260 /* Have host's __fixdfdi */
263 /* Have host's __fixsfdi */
272 /* Have host's __main */
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Config/
H A Dconfig.h.cmake230 /* Have host's _alloca */
239 /* Have host's __alloca */
242 /* Have host's __ashldi3 */
245 /* Have host's __ashrdi3 */
248 /* Have host's __chkstk */
254 /* Have host's __cmpdi2 */
257 /* Have host's __divdi3 */
260 /* Have host's __fixdfdi */
263 /* Have host's __fixsfdi */
272 /* Have host's __main */
[all …]
/llvm-project-15.0.7/llvm/test/TableGen/
H A DDefaultOpsGlobalISel.td130 // Have default operand with explicit value from complex pattern.
135 // Have default operand, not explicitly specified in a standalone
142 // Have default operand, not explicitly specified in an instruction
155 // // Have 2 default operands, and the first is specified
/llvm-project-15.0.7/lldb/test/Shell/ObjectFile/ELF/
H A Dsection-types-edgecases.yaml8 # The section is called .data, but it has the SHF_EXECINSTR flag set. Have
/llvm-project-15.0.7/llvm/docs/
H A DSupportPolicy.rst107 * Have a clear benefit for residing in the main repository, catering to an
123 * Have build infrastructure that spams all developers about their breakages.
128 * Have infrastructure to test, whenever meaningful, with either no warnings or
130 * Have support and testing that scales with the complexity and resilience of
135 * Have a document making clear the status of implementation, level of support
H A DSourceLevelDebugging.rst1400 * Have a format that can be mapped into memory from disk and used as is
/llvm-project-15.0.7/clang/test/Analysis/
H A DPR3991.m52 // The analyzer currently doesn't reason about ObjCKVCRefExpr. Have both
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dissue48473.mir39 # Have to roll back the succesful recoloring of %15 when %17's
H A Dsibling-call.ll199 ; Have another non-tail in the function
242 ; Have stack object in caller and stack passed arguments. SP should be
H A Dmemory_clause.mir440 # Have subranges, but none of them are killed
/llvm-project-15.0.7/llvm/test/Analysis/DivergenceAnalysis/AMDGPU/
H A Dinline-asm.ll85 ; Have an extra output constraint
/llvm-project-15.0.7/llvm/test/DebugInfo/Generic/
H A Dno-empty-child-vars.ll11 ; 2) Have a dbg.value with an undef operand, and none with "real" operands.
/llvm-project-15.0.7/lldb/docs/use/
H A Dtroubleshooting.rst58 How Do I Check If I Have Debug Symbols?
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPU.td74 "Have global_* flat memory instructions"
80 "Have scratch_* flat memory instructions"
86 "Have s_scratch_* flat memory instructions"
98 "Have VALU add/sub instructions without carry out"
H A DR600Instructions.td223 // XXX: Have a separate instruction for non-indexed writes.
/llvm-project-15.0.7/llvm/include/llvm/Option/
H A DOptParser.td245 // FIXME: Have generator validate that these appear in correct position (and
/llvm-project-15.0.7/openmp/
H A DREADME.rst344 - Have CMake find the C/C++ compiler and specify additional flags for the
/llvm-project-15.0.7/clang/docs/
H A DModules.rst730 * Have the same name as the header (without the file extension)
731 * Have the ``explicit`` specifier, if the *inferred-submodule-declaration* has the ``explicit`` spe…
732 * Have the ``framework`` specifier, if the
734 * Have the attributes specified by the \ *inferred-submodule-declaration*
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl10.rst87 Have fun - try doing something crazy and unusual. Building a language
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/
H A Dinst-select-load-private.mir1001 # Have to hack around the copy of the constant to VGPR
H A Dirtranslator-sibling-call.ll573 ; Have another non-tail in the function
604 ; Have stack object in caller and stack passed arguments. SP should be
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2977 llvm::Value *Have = Builder.CreateIsNotNull(Init); in EmitThreadLocalInitFuncs() local
2980 Builder.CreateCondBr(Have, InitBB, ExitBB); in EmitThreadLocalInitFuncs()
/llvm-project-15.0.7/lldb/docs/
H A Dlldb-gdb-remote.txt1690 // Have the remote platform launch a GDB server.
1726 // Have the remote platform get detailed information on a process by
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOpBase.td769 // TODO: Have an easy way to add another constraint to a type.