Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFSubtarget.h67 bool HasLdsx, HasMovsx, HasBswap, HasSdivSmod, HasGotol, HasStoreImm, variable
94 bool hasGotol() const { return HasGotol; } in hasGotol()
H A DBPFSubtarget.cpp66 HasGotol = false; in initializeEnvironment()
96 HasGotol = !Disable_gotol; in initSubtargetFeatures()