Searched refs:LoTF (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.h | 162 SDValue makeHiLoPair(SDValue Op, unsigned HiTF, unsigned LoTF,
|
H A D | SparcISelLowering.cpp | 1887 // Split Op into high and low parts according to HiTF and LoTF. 1890 unsigned HiTF, unsigned LoTF, 1895 SDValue Lo = DAG.getNode(SPISD::Lo, DL, VT, withTargetFlags(Op, LoTF, DAG)); 1982 unsigned LoTF = ((model == TLSModel::GeneralDynamic) local 1992 SDValue HiLo = makeHiLoPair(Op, HiTF, LoTF, DAG); 1889 makeHiLoPair(SDValue Op, unsigned HiTF, unsigned LoTF, SelectionDAG &DAG) const argument
|
Completed in 56 milliseconds