Lines Matching refs:getTargetMachine

3134   switch (getTargetMachine().getCodeModel()) {  in getPICJumpTableRelocBase()
3151 switch (getTargetMachine().getCodeModel()) { in getPICJumpTableRelocBaseExpr()
3287 const TargetMachine &TM = getTargetMachine(); in LowerGlobalTLSAddressLinux()
3989 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4()
4232 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4()
4785 bool TailCallOpt = getTargetMachine().Options.GuaranteedTailCallOpt; in IsEligibleForTailCallOptimization_64SVR4()
4841 !callsShareTOCBase(&Caller, Callee, getTargetMachine())) in IsEligibleForTailCallOptimization_64SVR4()
4874 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()
4891 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) in IsEligibleForTailCallOptimization()
5240 Subtarget.getTargetMachine().getRelocationModel() == Reloc::PIC_; in transformCallee()
5243 const TargetMachine &TM = Subtarget.getTargetMachine(); in transformCallee()
5555 getTargetMachine().Options.GuaranteedTailCallOpt) in FinishCall()
5595 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall()
5672 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_32SVR4()
5917 if (CFlags.IsTailCall && !getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall_64SVR4()
5925 if (getTargetMachine().Options.GuaranteedTailCallOpt && IsFastCall) in LowerCall_64SVR4()
6053 if (getTargetMachine().Options.GuaranteedTailCallOpt && IsFastCall) in LowerCall_64SVR4()
6861 if (getTargetMachine().Options.GuaranteedTailCallOpt) in LowerFormalArguments_AIX()
6913 !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_AIX()
15810 const auto &TM = getTargetMachine(); in getRegForInlineAsmConstraint()
16037 CodeModel::Model CModel = getTargetMachine().getCodeModel(); in isAccessedAsGotIndirect()
16171 if (getTargetMachine().getOptLevel() != CodeGenOpt::None) { in getOptimalMemOpType()
16349 const TargetOptions &Options = getTargetMachine().Options; in isProfitableToHoist()
16464 const TargetOptions &Options = getTargetMachine().Options; in getNegatedExpression()
16944 const TargetOptions &Options = getTargetMachine().Options; in combineFMALike()
16982 auto &TM = getTargetMachine(); in mayBeEmittedAsTailCall()
16998 return getTargetMachine().shouldAssumeDSOLocal(*Caller->getParent(), Callee); in mayBeEmittedAsTailCall()