| /llvm-project-15.0.7/llvm/lib/Testing/Support/ |
| H A D | Annotations.cpp | 27 auto Require = [Text](bool Assertion, const char *Msg) { in Annotations() local 45 Require(!Name, "$name should be followed by ^ or [["); in Annotations() 47 Require(!OpenRanges.empty(), "unmatched ]]"); in Annotations() 64 Require(!Name, "unterminated $name"); in Annotations() 65 Require(OpenRanges.empty(), "unmatched [["); in Annotations()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVInsertVSETVLI.cpp | 571 assert(isValid() && Require.isValid() && in isCompatible() 573 assert(!Require.SEWLMULRatioOnly && in isCompatible() 576 if (isUnknown() || Require.isUnknown()) in isCompatible() 585 if (Require.hasAVLReg() && Require.AVLReg == RISCV::NoRegister) in isCompatible() 586 if (SEW == Require.SEW) in isCompatible() 589 return hasSameAVL(Require) && hasCompatibleVTYPE(MI, Require); in isCompatible() 950 if (CurInfo.isCompatible(MI, Require)) in needVSETVLI() 967 if (CurInfo.hasSameSEW(Require) && CurInfo.hasSamePolicy(Require)) in needVSETVLI() 975 if (Require.hasAVLReg() && Require.getAVLReg().isVirtual() && in needVSETVLI() 1143 if (!Require.hasAVLReg()) in needVSETVLIPHI() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIModeRegister.cpp | 83 Status Require; member in BlockData 301 NewInfo->Require = NewInfo->Change; in processBlockPhase1() 325 NewInfo->Require = NewInfo->Change; in processBlockPhase1() 405 if (!BlockInfo[ThisBlock]->Pred.isCompatible(BlockInfo[ThisBlock]->Require)) { in processBlockPhase3() 407 BlockInfo[ThisBlock]->Pred.delta(BlockInfo[ThisBlock]->Require); in processBlockPhase3()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | fp16-no-condition.ll | 4 ; Require the vmul.f16 not to be predicated, because it's illegal to 50 ; Require the two comparisons to be done with unpredicated vcmp.f16
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/HeapProfiler/ |
| H A D | no-instrumentation.ll | 6 ;; Require asserts for -debug
|
| /llvm-project-15.0.7/llvm/test/Other/ |
| H A D | 2007-09-10-PassManager.ll | 2 ; Require SCEV before LCSSA.
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | cfref_rdar6080742.c | 39 #define Require(condition)if (!(condition)) { DebugStop("Assertion failure: %s [File: %s, Line: %lu… macro
|
| /llvm-project-15.0.7/llvm/test/ThinLTO/X86/ |
| H A D | funcimport-debug.ll | 3 ; Require asserts for -debug-only
|
| H A D | deadstrip.ll | 1 ; Require asserts for -debug-only
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Math/IR/ |
| H A D | MathOps.td | 24 // Base class for unary math operations on integer types. Require an operand 35 // Base class for unary math operations on floating point types. Require an 46 // Base class for binary math operations on floating point types. Require two 57 // Base class for floating point ternary operations. Require three operands and
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-lipo.rst | 49 Require the output flag to be specified, and output a thin binary of the specified architecture.
|
| /llvm-project-15.0.7/llvm/test/Transforms/FunctionImport/ |
| H A D | funcimport_resolved.ll | 12 ; Require asserts so we can use -debug-only
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | blocks.mm | 54 // <rdar://problem/8600419>: Require that the types of block
|
| /llvm-project-15.0.7/llvm/test/Transforms/CodeExtractor/ |
| H A D | PartialInlinePGORegion.ll | 3 ; Require a dummy block (if.then.b) as successor to if.then due to PI requirement
|
| H A D | PartialInlinePGOMultiRegion.ll | 3 ; Require a dummy block (if.then.b) as successor to if.then due to PI requirement
|
| /llvm-project-15.0.7/utils/bazel/ |
| H A D | terminfo.bzl | 171 …doc = "Require that one of the candidates is detected successfully on POSIX platforms where it is …
|
| /llvm-project-15.0.7/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 1284 if (Behavior == Module::Require) { in linkModuleFlagsMetadata() 1307 if (SrcBehaviorValue == Module::Require) { in linkModuleFlagsMetadata() 1441 case Module::Require: in linkModuleFlagsMetadata()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Module.h | 131 Require = 3, enumerator
|
| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | Cxx2bPapers.csv | 34 "`P2251R1 <https://wg21.link/P2251R1>`__","LWG","Require ``span`` & ``basic_string_view`` to be Tri…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | zos-prologue-epilog.ll | 297 ; Require saving of r4 and in addition, a displacement large enough
|
| /llvm-project-15.0.7/libcxxabi/ |
| H A D | CMakeLists.txt | 28 # Require out of source build.
|
| /llvm-project-15.0.7/libcxx/ |
| H A D | CMakeLists.txt | 27 # Require out of source build. 518 # Require C++20 for all targets. C++17 is needed to use aligned allocation
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | TargetProperties.td | 175 Desc<"Require all breakpoints to be hardware breakpoints.">;
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 338 "Require member pointer base types to be complete at the point where the "
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.ml | 340 | Require Constructor
|