Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp1292 RM.setPermanentGISelFlags(GISF_IgnoreCopies); in addRuleMatcher()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h599 void setPermanentGISelFlags(GISelFlags V) { Flags = V; } in setPermanentGISelFlags() function