Lines Matching refs:getTargetMachine

2654   switch (getTargetMachine().getCodeModel()) {  in getPICJumpTableRelocBase()
2671 switch (getTargetMachine().getCodeModel()) { in getPICJumpTableRelocBaseExpr()
2748 TLSModel::Model Model = getTargetMachine().getTLSModel(GV); in LowerGlobalTLSAddress()
3440 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4()
3674 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4()
4082 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_Darwin()
4601 bool TailCallOpt = getTargetMachine().Options.GuaranteedTailCallOpt; in IsEligibleForTailCallOptimization_64SVR4()
4650 if (!callsShareTOCBase(&Caller, Callee, getTargetMachine())) in IsEligibleForTailCallOptimization_64SVR4()
4679 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()
4696 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) in IsEligibleForTailCallOptimization()
5183 getTargetMachine().Options.GuaranteedTailCallOpt) ? NumBytes : 0; in FinishCall()
5289 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall()
5357 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_32SVR4()
5592 if (isTailCall && !getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall_64SVR4()
5600 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_64SVR4()
5741 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_64SVR4()
6255 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_Darwin()
6305 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_Darwin()
13860 CodeModel::Model CModel = getTargetMachine().getCodeModel(); in isAccessedAsGotIndirect()
14090 if (getTargetMachine().getOptLevel() != CodeGenOpt::None) { in getOptimalMemOpType()
14605 auto &TM = getTargetMachine(); in mayBeEmittedAsTailCall()
14620 return getTargetMachine().shouldAssumeDSOLocal(*Caller->getParent(), Callee); in mayBeEmittedAsTailCall()