Lines Matching refs:getTargetMachine
3247 switch (getTargetMachine().getCodeModel()) { in getPICJumpTableRelocBase()
3264 switch (getTargetMachine().getCodeModel()) { in getPICJumpTableRelocBaseExpr()
3368 TLSModel::Model Model = getTargetMachine().getTLSModel(GV); in LowerGlobalTLSAddressAIX()
3452 const TargetMachine &TM = getTargetMachine(); in LowerGlobalTLSAddressLinux()
4154 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4()
4396 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4()
4941 bool TailCallOpt = getTargetMachine().Options.GuaranteedTailCallOpt; in IsEligibleForTailCallOptimization_64SVR4()
4995 !callsShareTOCBase(CallerFunc, CalleeGV, getTargetMachine())) in IsEligibleForTailCallOptimization_64SVR4()
5026 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()
5039 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) in IsEligibleForTailCallOptimization()
5410 Subtarget.getTargetMachine().getRelocationModel() == Reloc::PIC_; in transformCallee()
5413 const TargetMachine &TM = Subtarget.getTargetMachine(); in transformCallee()
5729 getTargetMachine().Options.GuaranteedTailCallOpt) in FinishCall()
5807 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall()
5884 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_32SVR4()
6129 if (CFlags.IsTailCall && !getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall_64SVR4()
6137 if (getTargetMachine().Options.GuaranteedTailCallOpt && IsFastCall) in LowerCall_64SVR4()
6265 if (getTargetMachine().Options.GuaranteedTailCallOpt && IsFastCall) in LowerCall_64SVR4()
7068 if (getTargetMachine().Options.GuaranteedTailCallOpt) in LowerFormalArguments_AIX()
7119 !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_AIX()
16707 const auto &TM = getTargetMachine(); in getRegForInlineAsmConstraint()
16958 CodeModel::Model CModel = getTargetMachine().getCodeModel(); in isAccessedAsGotIndirect()
17139 if (getTargetMachine().getOptLevel() != CodeGenOptLevel::None) { in getOptimalMemOpType()
17329 const TargetOptions &Options = getTargetMachine().Options; in isProfitableToHoist()
17444 const TargetOptions &Options = getTargetMachine().Options; in getNegatedExpression()
17915 const TargetOptions &Options = getTargetMachine().Options; in combineFMALike()
17953 auto &TM = getTargetMachine(); in mayBeEmittedAsTailCall()
17969 return getTargetMachine().shouldAssumeDSOLocal(*Caller->getParent(), Callee); in mayBeEmittedAsTailCall()
18338 return getTargetMachine().Options.PPCGenScalarMASSEntries; in isScalarMASSConversionEnabled()