Searched refs:getTargetMachine (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MBlaze/
H A DMBlazeISelDAGToDAG.cpp69 /// getTargetMachine - Return a reference to the TargetMachine, casted
71 const MBlazeTargetMachine &getTargetMachine() { function in class:__anon10407::MBlazeDAGToDAGISel
78 return getTargetMachine().getInstrInfo();
H A DMBlazeISelLowering.cpp251 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
350 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
418 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
711 getTargetMachine(), ArgLocs, *DAG.getContext());
850 getTargetMachine(), RVLocs, *DAG.getContext());
893 getTargetMachine(), ArgLocs, *DAG.getContext());
1025 getTargetMachine(), RVLocs, *DAG.getContext());
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DGlobalMerge.cpp196 if (TargetLoweringObjectFile::getKindForGlobal(I, TLI->getTargetMachine())
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp45 InstrItins(IS->getTargetLowering().getTargetMachine().getInstrItineraryData())
47 TII = IS->getTargetLowering().getTargetMachine().getInstrInfo();
48 TRI = IS->getTargetLowering().getTargetMachine().getRegisterInfo();
H A DTargetLowering.cpp716 const TargetRegisterInfo *TRI = getTargetMachine().getRegisterInfo();
1051 if (getTargetMachine().getRelocationModel() != Reloc::PIC_)
1055 if (getTargetMachine().getMCAsmInfo()->getGPRel32Directive() != 0)
1087 if (getTargetMachine().getRelocationModel() == Reloc::Static)
1091 if (getTargetMachine().getRelocationModel() == Reloc::DynamicNoPIC &&
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DStackProtector.cpp108 const TargetMachine &TM = TLI->getTargetMachine();
H A DAnalysis.cpp285 (!TLI.getTargetMachine().Options.GuaranteedTailCallOpt ||
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp318 getTargetMachine(), ArgLocs, *DAG.getContext());
398 getTargetMachine(), RVLocs, *DAG.getContext());
452 getTargetMachine(), ArgLocs, *DAG.getContext());
575 getTargetMachine(), RVLocs, *DAG.getContext());
1023 const TargetInstrInfo &TII = *getTargetMachine().getInstrInfo();
1135 const TargetInstrInfo &TII = *getTargetMachine().getInstrInfo();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelLowering.cpp472 const TargetMachine &TM = getTargetMachine();
1281 TLSModel::Model model = getTargetMachine().getTLSModel(GV);
1772 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt &&
1779 getTargetMachine(), ArgLocs, *DAG.getContext());
1840 getTargetMachine(), ByValArgLocs, *DAG.getContext());
1964 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt &&
2424 if (!getTargetMachine().Options.GuaranteedTailCallOpt)
2441 if (getTargetMachine().getRelocationModel() != Reloc::PIC_)
2848 getTargetMachine(), RVLocs, *DAG.getContext());
2891 getTargetMachine()
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.cpp998 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
1169 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
1257 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
1409 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
1492 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
1696 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !IsN64) {
1703 if (TLOF.IsGlobalInSmallSection(GV, getTargetMachine())) {
1747 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !IsN64) {
1781 TLSModel::Model model = getTargetMachine().getTLSModel(GV);
1856 bool IsPIC = getTargetMachine()
[all...]
H A DMipsISelDAGToDAG.cpp75 /// getTargetMachine - Return a reference to the TargetMachine, casted
77 const MipsTargetMachine &getTargetMachine() { function in class:__anon10438::MipsDAGToDAGISel
84 return getTargetMachine().getInstrInfo();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.cpp1382 if (getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
1394 assert(getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
1462 if (getTargetMachine().getCodeModel() == CodeModel::Kernel)
1487 CCState CCInfo(CallConv, isVarArg, MF, getTargetMachine(),
1502 CCState CCInfo(CallConv, isVarArg, MF, getTargetMachine(),
1674 getTargetMachine(), RVLocs, *DAG.getContext());
1790 if (!CI->isTailCall() || getTargetMachine().Options.DisableTailCalls)
1819 getTargetMachine().Options.GuaranteedTailCallOpt);
1877 CCState CCInfo(CallConv, isVarArg, MF, getTargetMachine(),
2027 const TargetFrameLowering &TFI = *getTargetMachine()
[all...]
H A DX86FastISel.cpp121 return getTargetMachine()->getInstrInfo();
123 const X86TargetMachine *getTargetMachine() const { function in class:__anon10504::X86FastISel
H A DX86ISelDAGToDAG.cpp284 /// getTargetMachine - Return a reference to the TargetMachine, casted
286 const X86TargetMachine &getTargetMachine() { function in class:__anon10509::X86DAGToDAGISel
293 return getTargetMachine().getInstrInfo();
448 getTargetMachine().getRelocationModel() != Reloc::PIC_)))) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/XCore/
H A DXCoreISelLowering.cpp799 const TargetRegisterInfo *RegInfo = getTargetMachine().getRegisterInfo();
922 getTargetMachine(), ArgLocs, *DAG.getContext());
1045 getTargetMachine(), RVLocs, *DAG.getContext());
1105 getTargetMachine(), ArgLocs, *DAG.getContext());
1212 CCState CCInfo(CallConv, isVarArg, MF, getTargetMachine(), RVLocs, Context);
1229 getTargetMachine(), RVLocs, *DAG.getContext());
1273 const TargetInstrInfo &TII = *getTargetMachine().getInstrInfo();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Sparc/
H A DSparcISelLowering.cpp163 getTargetMachine(), ArgLocs, *DAG.getContext());
894 if (getTargetMachine().getRelocationModel() != Reloc::PIC_)
915 if (getTargetMachine().getRelocationModel() != Reloc::PIC_)
1170 const TargetInstrInfo &TII = *getTargetMachine().getInstrInfo();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.cpp1070 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
1159 getTargetMachine().Options.FloatABIType == FloatABI::Hard &&
1189 getTargetMachine(), RVLocs, *DAG.getContext(), Call);
1330 getTargetMachine(), ArgLocs, *DAG.getContext(), Call);
1497 assert (getTargetMachine().getRelocationModel() == Reloc::Static
1537 getTargetMachine().getRelocationModel() != Reloc::Static;
1559 getTargetMachine().getRelocationModel() == Reloc::PIC_)
1566 getTargetMachine().getRelocationModel() != Reloc::Static;
1588 getTargetMachine().getRelocationModel() == Reloc::PIC_)
1622 const TargetRegisterInfo *TRI = getTargetMachine()
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp302 getTargetMachine(), RVLocs, *DAG.getContext());
354 getTargetMachine(), RVLocs, *DAG.getContext());
391 getTargetMachine(), ArgLocs, *DAG.getContext());
820 getTargetMachine(), ArgLocs, *DAG.getContext());
1021 if (TLOF.IsGlobalInSmallSection(GV, getTargetMachine())) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/CellSPU/
H A DSPUISelLowering.cpp1138 getTargetMachine(), ArgLocs, *DAG.getContext());
1290 getTargetMachine(), ArgLocs, *DAG.getContext());
1451 getTargetMachine(), RVLocs, *DAG.getContext());
1478 getTargetMachine(), RVLocs, *DAG.getContext());
2904 TargetMachine &TM = getTargetMachine();
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLowering.h139 const TargetMachine &getTargetMachine() const { return TM; } function in class:llvm::TargetLowering

Completed in 414 milliseconds