Home
last modified time | relevance | path

Searched refs:GISelShouldIgnore (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h1063 bool GISelShouldIgnore; // Should GlobalISel ignore importing this pattern. variable
1074 GISelShouldIgnore(ignore), ID(uid) {} in SrcRecord()
1085 bool getGISelShouldIgnore() const { return GISelShouldIgnore; } in getGISelShouldIgnore()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td2022 bit GISelShouldIgnore = 0;