HomeSort by: relevance | last modified time | path
    Searched defs:Require (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Testing/Support/
Annotations.cpp 19 static void require(bool Assertion, const char *Msg, llvm::StringRef Code) { function
27 auto Require = [Text](bool Assertion, const char *Msg) {
28 require(Assertion, Msg, Text);
45 Require(!Name, "$name should be followed by ^ or [[");
47 Require(!OpenRanges.empty(), "unmatched ]]");
64 Require(!Name, "unterminated $name");
65 Require(OpenRanges.empty(), "unmatched [[");
70 require(I != Points.end() && I->getValue().size() == 1,
84 require(I != Ranges.end() && I->getValue().size() == 1,
Annotations.cpp 19 static void require(bool Assertion, const char *Msg, llvm::StringRef Code) { function
27 auto Require = [Text](bool Assertion, const char *Msg) {
28 require(Assertion, Msg, Text);
45 Require(!Name, "$name should be followed by ^ or [[");
47 Require(!OpenRanges.empty(), "unmatched ]]");
64 Require(!Name, "unterminated $name");
65 Require(OpenRanges.empty(), "unmatched [[");
70 require(I != Points.end() && I->getValue().size() == 1,
84 require(I != Ranges.end() && I->getValue().size() == 1,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIModeRegister.cpp 82 Status Require;
181 // It is possible (though unlikely) for an instruction to require a change to
220 // - on exit we have set the Require, Change, and initial Exit modes.
286 NewInfo->Require = NewInfo->Change;
310 NewInfo->Require = NewInfo->Change;
394 if (!BlockInfo[ThisBlock]->Pred.isCompatible(BlockInfo[ThisBlock]->Require)) {
396 BlockInfo[ThisBlock]->Pred.delta(BlockInfo[ThisBlock]->Require);
SIModeRegister.cpp 82 Status Require;
181 // It is possible (though unlikely) for an instruction to require a change to
220 // - on exit we have set the Require, Change, and initial Exit modes.
286 NewInfo->Require = NewInfo->Change;
310 NewInfo->Require = NewInfo->Change;
394 if (!BlockInfo[ThisBlock]->Pred.isCompatible(BlockInfo[ThisBlock]->Require)) {
396 BlockInfo[ThisBlock]->Pred.delta(BlockInfo[ThisBlock]->Require);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Module.h 133 Require = 3,
Module.h 133 Require = 3,
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.ml 340 | Require
llvm.ml 340 | Require

Completed in 66 milliseconds