| /freebsd-10-stable/contrib/llvm/lib/Target/Mips/ |
| D | Mips16ISelLowering.cpp | 432 if (getTargetMachine().Options.UseSoftFloat && in getOpndList() 502 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitSel16() 565 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitSelT16() 630 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitSeliT16() 696 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitFEXT_T8I816_ins() 712 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitFEXT_T8I8I16_ins() 746 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitFEXT_CCRX16_ins() 763 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitFEXT_CCRXI16_ins()
|
| D | MipsISelLowering.cpp | 865 return expandPseudoDIV(MI, *BB, *getTargetMachine().getInstrInfo(), false); in EmitInstrWithCustomInserter() 868 return expandPseudoDIV(MI, *BB, *getTargetMachine().getInstrInfo(), true); in EmitInstrWithCustomInserter() 883 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitAtomicBinary() 970 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitAtomicBinaryPartword() 1126 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitAtomicCmpSwap() 1208 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitAtomicCmpSwapPartword() 1368 if ((getTargetMachine().getRelocationModel() == Reloc::PIC_) || IsN64) { in lowerBR_JT() 1449 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !IsN64) { in lowerGlobalAddress() 1454 if (TLOF.IsGlobalInSmallSection(GV, getTargetMachine())) { in lowerGlobalAddress() 1485 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !IsN64) in lowerBlockAddress() [all …]
|
| D | MipsSEISelLowering.cpp | 2615 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitBPOSGE32() 2680 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitMSACBranchPseudo() 2741 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitCOPY_FW() 2775 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitCOPY_FD() 2804 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitINSERT_FW() 2837 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitINSERT_FD() 2869 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitFILL_FW() 2900 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitFILL_FD() 2928 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitFEXP2_W_1() 2957 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitFEXP2_D_1()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/R600/ |
| D | SIISelLowering.cpp | 190 const TargetRegisterInfo *TRI = getTargetMachine().getRegisterInfo(); in LowerFormalArguments() 244 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerFormalArguments() 346 static_cast<const SIInstrInfo*>(getTargetMachine().getInstrInfo()); in EmitInstrWithCustomInserter() 374 static_cast<const SIInstrInfo*>(getTargetMachine().getInstrInfo()); in EmitInstrWithCustomInserter() 390 static_cast<const SIInstrInfo*>(getTargetMachine().getInstrInfo()); in EmitInstrWithCustomInserter() 942 static_cast<const SIInstrInfo*>(getTargetMachine().getInstrInfo()); in foldImm() 977 static_cast<const SIInstrInfo*>(getTargetMachine().getInstrInfo()); in getRegClassForNode() 1029 const TargetRegisterInfo *TRI = getTargetMachine().getRegisterInfo(); in fitsRegClass() 1086 static_cast<const SIInstrInfo*>(getTargetMachine().getInstrInfo()); in foldOperands() 1318 static_cast<const SIInstrInfo*>(getTargetMachine().getInstrInfo()); in PostISelFolding() [all …]
|
| D | AMDGPUISelLowering.cpp | 282 const DataLayout *TD = getTargetMachine().getDataLayout(); in LowerGlobalAddress() 351 static_cast<const AMDGPUFrameLowering*>(getTargetMachine().getFrameLowering()); in LowerFrameIndex()
|
| D | R600ISelLowering.cpp | 1120 getTargetMachine().getFrameLowering()); in LowerSTORE() 1293 getTargetMachine().getFrameLowering()); in LowerLOAD() 1347 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerFormalArguments()
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | ResourcePriorityQueue.cpp | 45 InstrItins(IS->getTargetLowering()->getTargetMachine().getInstrItineraryData()) in ResourcePriorityQueue() 47 TII = IS->getTargetLowering()->getTargetMachine().getInstrInfo(); in ResourcePriorityQueue() 48 TRI = IS->getTargetLowering()->getTargetMachine().getRegisterInfo(); in ResourcePriorityQueue()
|
| D | TargetLowering.cpp | 223 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) in getJumpTableEncoding() 227 if (getTargetMachine().getMCAsmInfo()->getGPRel32Directive() != 0) in getJumpTableEncoding() 259 if (getTargetMachine().getRelocationModel() == Reloc::Static) in isOffsetFoldingLegal() 263 if (getTargetMachine().getRelocationModel() == Reloc::DynamicNoPIC && in isOffsetFoldingLegal() 2075 const TargetRegisterInfo *RI = getTargetMachine().getRegisterInfo(); in getRegForInlineAsmConstraint()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 436 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitAtomicBinary() 521 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitAtomicBinaryMinMax() 616 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitAtomicCmpSwap() 713 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in EmitF128CSEL() 1144 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerFormalArguments() 1255 getTargetMachine(), RVLocs, *DAG.getContext()); in LowerReturn() 1352 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerCall() 1548 const TargetRegisterInfo *TRI = getTargetMachine().getRegisterInfo(); in LowerCall() 1591 getTargetMachine(), RVLocs, *DAG.getContext()); in LowerCallResult() 1657 if (getTargetMachine().Options.GuaranteedTailCallOpt) { in IsEligibleForTailCallOptimization() [all …]
|
| D | AArch64ISelLowering.h | 354 return &getTargetMachine().getSubtarget<AArch64Subtarget>(); in getSubtarget()
|
| /freebsd-10-stable/contrib/llvm/patches/ |
| D | patch-r262261-llvm-r199975-sparc.diff | 148 - const TargetInstrInfo &TII = *getTargetMachine().getInstrInfo(); 220 + const TargetInstrInfo &TII = *getTargetMachine().getInstrInfo(); 235 + const TargetInstrInfo &TII = *getTargetMachine().getInstrInfo();
|
| D | patch-r262261-llvm-r200961-sparc.diff | 53 + unsigned TF = ((getTargetMachine().getRelocationModel() == Reloc::PIC_) 68 + unsigned TF = ((getTargetMachine().getRelocationModel() == Reloc::PIC_) 82 if (getTargetMachine().getRelocationModel() == Reloc::PIC_) {
|
| D | patch-r262261-llvm-r200960-sparc.diff | 26 if (getTargetMachine().getRelocationModel() == Reloc::PIC_) { 65 TLSModel::Model model = getTargetMachine().getTLSModel(GV);
|
| D | patch-r286033-llvm-r219009-x86-codegen-crash.diff | 139 return getTargetMachine().getInstrInfo();
|
| D | patch-r262261-llvm-r199977-sparc.diff | 322 switch(getTargetMachine().getCodeModel()) {
|
| /freebsd-10-stable/contrib/llvm/lib/Target/MSP430/ |
| D | MSP430ISelLowering.cpp | 444 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerCCCArguments() 540 getTargetMachine(), RVLocs, *DAG.getContext()); in LowerReturn() 590 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerCCCCallTo() 727 getTargetMachine(), RVLocs, *DAG.getContext()); in LowerCallResult() 1203 const TargetInstrInfo &TII = *getTargetMachine().getInstrInfo(); in EmitShiftInstr() 1315 const TargetInstrInfo &TII = *getTargetMachine().getInstrInfo(); in EmitInstrWithCustomInserter()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 209 const TargetMachine &TM = getTargetMachine(); in resetOperationActions() 1553 const TargetMachine &TM = getTargetMachine(); in getSetCCResultType() 1676 if (getTargetMachine().getRelocationModel() == Reloc::PIC_ && in getJumpTableEncoding() 1688 assert(getTargetMachine().getRelocationModel() == Reloc::PIC_ && in LowerCustomJumpTableEntry() 1756 if (getTargetMachine().getCodeModel() == CodeModel::Kernel) in getStackCookieLocation() 1787 CCState CCInfo(CallConv, isVarArg, MF, getTargetMachine(), in CanLowerReturn() 1807 CCState CCInfo(CallConv, isVarArg, MF, getTargetMachine(), in LowerReturn() 1977 getTargetMachine(), RVLocs, *DAG.getContext()); in LowerCallResult() 2099 if (!CI->isTailCall() || getTargetMachine().Options.DisableTailCalls) in mayBeEmittedAsTailCall() 2128 getTargetMachine().Options.GuaranteedTailCallOpt); in LowerMemArgument() [all …]
|
| /freebsd-10-stable/contrib/llvm/lib/Target/XCore/ |
| D | XCoreISelLowering.cpp | 776 const TargetRegisterInfo *RegInfo = getTargetMachine().getRegisterInfo(); in LowerFRAMEADDR() 922 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerCCCCallTo() 1045 getTargetMachine(), RVLocs, *DAG.getContext()); in LowerCallResult() 1109 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerCCCArguments() 1266 CCState CCInfo(CallConv, isVarArg, MF, getTargetMachine(), RVLocs, Context); in CanLowerReturn() 1283 getTargetMachine(), RVLocs, *DAG.getContext()); in LowerReturn() 1325 const TargetInstrInfo &TII = *getTargetMachine().getInstrInfo(); in EmitInstrWithCustomInserter()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/ |
| D | PPCISelLowering.cpp | 1421 TLSModel::Model Model = getTargetMachine().getTLSModel(GV); in LowerGlobalTLSAddress() 1998 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4() 2005 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerFormalArguments_32SVR4() 2066 getTargetMachine(), ByValArgLocs, *DAG.getContext()); in LowerFormalArguments_32SVR4() 2230 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4() 2527 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_Darwin() 2954 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization() 2971 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) in IsEligibleForTailCallOptimization() 3381 getTargetMachine(), RVLocs, *DAG.getContext()); in LowerCallResult() 3444 getTargetMachine().Options.GuaranteedTailCallOpt) ? NumBytes : 0; in FinishCall() [all …]
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Sparc/ |
| D | SparcISelLowering.cpp | 353 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerFormalArguments_32() 551 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerFormalArguments_64() 898 unsigned TF = ((getTargetMachine().getRelocationModel() == Reloc::PIC_) in LowerCall_32() 918 ((const SparcTargetMachine&)getTargetMachine()).getRegisterInfo(); in LowerCall_32() 1214 unsigned TF = ((getTargetMachine().getRelocationModel() == Reloc::PIC_) in LowerCall_64() 1232 ((const SparcTargetMachine&)getTargetMachine()).getRegisterInfo(); in LowerCall_64() 1808 if (getTargetMachine().getRelocationModel() == Reloc::PIC_) { in makeAddress() 1823 switch(getTargetMachine().getCodeModel()) { in makeAddress() 1874 TLSModel::Model model = getTargetMachine().getTLSModel(GV); in LowerGlobalTLSAddress() 1910 const uint32_t *Mask = getTargetMachine() in LowerGlobalTLSAddress() [all …]
|
| /freebsd-10-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 1201 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in getSchedulingPreference() 1290 getTargetMachine().Options.FloatABIType == FloatABI::Hard && in CCAssignFnForNode() 1321 getTargetMachine(), RVLocs, *DAG.getContext(), Call); in LowerCallResult() 1472 getTargetMachine(), ArgLocs, *DAG.getContext(), Call); in LowerCall() 1659 assert (getTargetMachine().getRelocationModel() == Reloc::Static in LowerCall() 1699 getTargetMachine().getRelocationModel() != Reloc::Static; in LowerCall() 1721 getTargetMachine().getRelocationModel() == Reloc::PIC_) in LowerCall() 1728 getTargetMachine().getRelocationModel() != Reloc::Static; in LowerCall() 1750 getTargetMachine().getRelocationModel() == Reloc::PIC_) in LowerCall() 1790 const TargetRegisterInfo *TRI = getTargetMachine().getRegisterInfo(); in LowerCall() [all …]
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/ |
| D | GlobalMerge.cpp | 270 if (TargetLoweringObjectFile::getKindForGlobal(I, TLI->getTargetMachine()) in doInitialization()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/ |
| D | HexagonISelLowering.cpp | 324 getTargetMachine(), RVLocs, *DAG.getContext()); in LowerReturn() 375 getTargetMachine(), RVLocs, *DAG.getContext()); in LowerCallResult() 430 getTargetMachine(), ArgLocs, *DAG.getContext(), in LowerCall() 843 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerFormalArguments() 1035 if (TLOF.IsGlobalInSmallSection(GV, getTargetMachine())) { in LowerGLOBALADDRESS()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/ |
| D | SystemZISelDAGToDAG.cpp | 136 const SystemZTargetMachine &getTargetMachine() const { in getTargetMachine() function in __anonf69db6c30111::SystemZDAGToDAGISel 141 return getTargetMachine().getInstrInfo(); in getInstrInfo()
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/ |
| D | Analysis.cpp | 493 (!TLI.getTargetMachine().Options.GuaranteedTailCallOpt || in isInTailCallPosition()
|