Home
last modified time | relevance | path

Searched refs:unsupportedIf (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64LegalizerInfo.cpp101 .unsupportedIf([=](const LegalityQuery &Query) { in AArch64LegalizerInfo()
119 .unsupportedIf([=](const LegalityQuery &Query) { in AArch64LegalizerInfo()
258 .unsupportedIf([&](const LegalityQuery &Query) { in AArch64LegalizerInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/GlobalISel/
Dlegalize-inttoptr-xfail-2.mir18 # action (not just `unsupportedIf`) it forces to review the definition
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h573 LegalizeRuleSet &unsupportedIf(LegalityPredicate Predicate) { in unsupportedIf() function