Home
last modified time | relevance | path

Searched refs:Require (Results 1 – 25 of 38) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/Testing/Support/
H A DAnnotations.cpp27 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 DRISCVInsertVSETVLI.cpp571 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 DSIModeRegister.cpp83 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 Dfp16-no-condition.ll4 ; 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 Dno-instrumentation.ll6 ;; Require asserts for -debug
/llvm-project-15.0.7/llvm/test/Other/
H A D2007-09-10-PassManager.ll2 ; Require SCEV before LCSSA.
/llvm-project-15.0.7/clang/test/Analysis/
H A Dcfref_rdar6080742.c39 #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 Dfuncimport-debug.ll3 ; Require asserts for -debug-only
H A Ddeadstrip.ll1 ; Require asserts for -debug-only
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Math/IR/
H A DMathOps.td24 // 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 Dllvm-lipo.rst49 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 Dfuncimport_resolved.ll12 ; Require asserts so we can use -debug-only
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dblocks.mm54 // <rdar://problem/8600419>: Require that the types of block
/llvm-project-15.0.7/llvm/test/Transforms/CodeExtractor/
H A DPartialInlinePGORegion.ll3 ; Require a dummy block (if.then.b) as successor to if.then due to PI requirement
H A DPartialInlinePGOMultiRegion.ll3 ; 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 Dterminfo.bzl171 …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 DIRMover.cpp1284 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 DModule.h131 Require = 3, enumerator
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx2bPapers.csv34 "`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 Dzos-prologue-epilog.ll297 ; Require saving of r4 and in addition, a displacement large enough
/llvm-project-15.0.7/libcxxabi/
H A DCMakeLists.txt28 # Require out of source build.
/llvm-project-15.0.7/libcxx/
H A DCMakeLists.txt27 # 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 DTargetProperties.td175 Desc<"Require all breakpoints to be hardware breakpoints.">;
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.def338 "Require member pointer base types to be complete at the point where the "
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.ml340 | Require Constructor

12