Lines Matching refs:getTargetMachine
772 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in EmitF128CSEL()
1650 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerFormalArguments()
1920 getTargetMachine(), RVLocs, *DAG.getContext()); in LowerCallResult()
1983 if (getTargetMachine().Options.GuaranteedTailCallOpt) { in isEligibleForTailCallOptimization()
2007 getTargetMachine(), ArgLocs, *DAG.getContext()); in isEligibleForTailCallOptimization()
2020 getTargetMachine(), RVLocs1, *DAG.getContext()); in isEligibleForTailCallOptimization()
2025 getTargetMachine(), RVLocs2, *DAG.getContext()); in isEligibleForTailCallOptimization()
2051 getTargetMachine(), ArgLocs, *DAG.getContext()); in isEligibleForTailCallOptimization()
2149 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerCall()
2362 if (getTargetMachine().getCodeModel() == CodeModel::Large && in LowerCall()
2418 const TargetRegisterInfo *TRI = getTargetMachine().getRegisterInfo(); in LowerCall()
2472 CCState CCInfo(CallConv, isVarArg, MF, getTargetMachine(), RVLocs, Context); in CanLowerReturn()
2487 getTargetMachine(), RVLocs, *DAG.getContext()); in LowerReturn()
2540 Subtarget->ClassifyGlobalReference(GV, getTargetMachine()); in LowerGlobalAddress()
2553 if (getTargetMachine().getCodeModel() == CodeModel::Large) { in LowerGlobalAddress()
2629 const TargetRegisterInfo *TRI = getTargetMachine().getRegisterInfo(); in LowerDarwinGlobalTLSAddress()
2679 const TargetRegisterInfo *TRI = getTargetMachine().getRegisterInfo(); in LowerELFTLSDescCall()
2710 assert(getTargetMachine().getCodeModel() == CodeModel::Small && in LowerELFGlobalTLSAddress()
2714 TLSModel::Model Model = getTargetMachine().getTLSModel(GA->getGlobal()); in LowerELFGlobalTLSAddress()
3332 if (getTargetMachine().Options.NoNaNsFPMath) { in LowerSELECT_CC()
3395 if (getTargetMachine().getCodeModel() == CodeModel::Large && in LowerJumpTable()
3421 if (getTargetMachine().getCodeModel() == CodeModel::Large) { in LowerConstantPool()
3461 if (getTargetMachine().getCodeModel() == CodeModel::Large && in LowerBlockAddress()
5938 bool NoNaNs = getTargetMachine().Options.NoNaNsFPMath; in LowerVSETCC()