Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonSplitConst32AndConst64.cpp65 if (HST.useSmallData() && TLOF.isSmallDataEnabled(HTM)) in runOnMachineFunction()
DHexagonSubtarget.h197 bool useSmallData() const { return UseSmallData; } in useSmallData() function
DHexagon.td129 def UseSmallData : Predicate<"HST->useSmallData()">;
DHexagonISelLowering.cpp1235 if (GO && Subtarget.useSmallData() && HLOF.isGlobalInSmallSection(GO, HTM)) in LowerGLOBALADDRESS()