Home | History | Annotate | Download | only in Sparc

Lines Matching defs:TF

956   unsigned TF = ((getTargetMachine().getRelocationModel() == Reloc::PIC_)
959 Callee = DAG.getTargetGlobalAddress(G->getGlobal(), dl, MVT::i32, 0, TF);
961 Callee = DAG.getTargetExternalSymbol(E->getSymbol(), MVT::i32, TF);
1270 unsigned TF = ((getTargetMachine().getRelocationModel() == Reloc::PIC_)
1273 Callee = DAG.getTargetGlobalAddress(G->getGlobal(), DL, PtrVT, 0, TF);
1275 Callee = DAG.getTargetExternalSymbol(E->getSymbol(), PtrVT, TF);
1860 SDValue SparcTargetLowering::withTargetFlags(SDValue Op, unsigned TF,
1866 GA->getOffset(), TF);
1872 CP->getOffset(), TF);
1878 TF);
1882 ES->getValueType(0), TF);