• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/

Lines Matching refs:getTarget

3196       CallConv, DAG.getTarget().Options.GuaranteedTailCallOpt);
3518 MF.getTarget().Options.GuaranteedTailCallOpt))
3662 MF.getTarget().Options.GuaranteedTailCallOpt)) {
3796 bool IsGuaranteeTCO = MF.getTarget().Options.GuaranteedTailCallOpt ||
4000 const TargetOptions &Options = DAG.getTarget().Options;
4167 if (DAG.getTarget().getCodeModel() == CodeModel::Large) {
4291 DAG.getTarget().Options.GuaranteedTailCallOpt))
4488 bool IsGuaranteeTCO = DAG.getTarget().Options.GuaranteedTailCallOpt ||
4642 MF.getTarget().Options.GuaranteedTailCallOpt);
9157 const TargetOptions &Options = DAG.getTarget().Options;
18135 CodeModel::Model M = DAG.getTarget().getCodeModel();
18338 if (DAG.getTarget().useEmulatedTLS())
18346 TLSModel::Model model = DAG.getTarget().getTLSModel(GV);
25082 if (MF.getTarget().getMCAsmInfo()->usesWindowsCFI()) {
31605 bool UseImmLabel = (MF->getTarget().getCodeModel() == CodeModel::Small) &&
31969 bool UseImmLabel = (MF->getTarget().getCodeModel() == CodeModel::Small) &&
37961 if (!DAG.getTarget().Options.NoSignedZerosFPMath &&
37972 if (!DAG.getTarget().Options.NoSignedZerosFPMath &&
37991 if (!DAG.getTarget().Options.NoSignedZerosFPMath &&
38001 if (!DAG.getTarget().Options.NoSignedZerosFPMath &&
38029 if (!DAG.getTarget().Options.NoSignedZerosFPMath &&
38065 if (!DAG.getTarget().Options.NoSignedZerosFPMath &&
42944 if (!DAG.getTarget().Options.NoNaNsFPMath ||
42945 !DAG.getTarget().Options.NoSignedZerosFPMath)
42981 if (DAG.getTarget().Options.NoNaNsFPMath || N->getFlags().hasNoNaNs())