Home
last modified time | relevance | path

Searched refs:getHasJmp32 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFSubtarget.h87 bool getHasJmp32() const { return HasJmp32; } in getHasJmp32() function
H A DBPFMIChecking.cpp151 if (MF->getSubtarget<BPFSubtarget>().getHasJmp32()) in processAtomicInsts()
H A DBPFISelLowering.h61 bool getHasJmp32() const { return HasJmp32; } in getHasJmp32() function
H A DBPFISelLowering.cpp137 STI.getHasJmp32() ? Custom : Promote); in BPFTargetLowering()
196 HasJmp32 = STI.getHasJmp32(); in BPFTargetLowering()