Lines Matching refs:getTargetMachine

3252   switch (getTargetMachine().getCodeModel()) {  in getPICJumpTableRelocBase()
3269 switch (getTargetMachine().getCodeModel()) { in getPICJumpTableRelocBaseExpr()
3420 TLSModel::Model Model = getTargetMachine().getTLSModel(GV); in LowerGlobalTLSAddressAIX()
3424 updateForAIXShLibTLSModelOpt(Model, DAG, getTargetMachine()); in LowerGlobalTLSAddressAIX()
3566 const TargetMachine &TM = getTargetMachine(); in LowerGlobalTLSAddressLinux()
4268 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4()
4510 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4()
5055 bool TailCallOpt = getTargetMachine().Options.GuaranteedTailCallOpt; in IsEligibleForTailCallOptimization_64SVR4()
5109 !callsShareTOCBase(CallerFunc, CalleeGV, getTargetMachine())) in IsEligibleForTailCallOptimization_64SVR4()
5140 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()
5153 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) in IsEligibleForTailCallOptimization()
5523 Subtarget.getTargetMachine().getRelocationModel() == Reloc::PIC_; in transformCallee()
5526 const TargetMachine &TM = Subtarget.getTargetMachine(); in transformCallee()
5842 getTargetMachine().Options.GuaranteedTailCallOpt) in FinishCall()
5920 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall()
5997 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_32SVR4()
6242 if (CFlags.IsTailCall && !getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall_64SVR4()
6250 if (getTargetMachine().Options.GuaranteedTailCallOpt && IsFastCall) in LowerCall_64SVR4()
6378 if (getTargetMachine().Options.GuaranteedTailCallOpt && IsFastCall) in LowerCall_64SVR4()
7196 if (getTargetMachine().Options.GuaranteedTailCallOpt) in LowerFormalArguments_AIX()
7247 !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_AIX()
16921 const auto &TM = getTargetMachine(); in getRegForInlineAsmConstraint()
17170 CodeModel::Model CModel = getTargetMachine().getCodeModel(); in isAccessedAsGotIndirect()
17351 if (getTargetMachine().getOptLevel() != CodeGenOptLevel::None) { in getOptimalMemOpType()
17541 const TargetOptions &Options = getTargetMachine().Options; in isProfitableToHoist()
17656 const TargetOptions &Options = getTargetMachine().Options; in getNegatedExpression()
18128 const TargetOptions &Options = getTargetMachine().Options; in combineFMALike()
18166 auto &TM = getTargetMachine(); in mayBeEmittedAsTailCall()
18182 return getTargetMachine().shouldAssumeDSOLocal(Callee); in mayBeEmittedAsTailCall()
18552 return getTargetMachine().Options.PPCGenScalarMASSEntries; in isScalarMASSConversionEnabled()