| /NextBSD/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCSubtarget.h | 173 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function
|
| HD | PPCISelLowering.cpp | 2102 TLSModel::Model Model = getTargetMachine().getTLSModel(GV); in LowerGlobalTLSAddress() 2809 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4() 3035 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4() 3453 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_Darwin() 3828 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization() 3845 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) in IsEligibleForTailCallOptimization() 4361 getTargetMachine().Options.GuaranteedTailCallOpt) ? NumBytes : 0; in FinishCall() 4503 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_32SVR4() 4746 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_64SVR4() 4856 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_64SVR4() [all …]
|
| HD | PPCFrameLowering.cpp | 79 : (STI.getTargetMachine().getRelocationModel() == Reloc::PIC_) in computeBasePointerSaveOffset()
|
| HD | PPCInstrInfo.cpp | 69 Subtarget(STI), RI(STI.getTargetMachine()) {} in PPCInstrInfo()
|
| /NextBSD/contrib/llvm/lib/ExecutionEngine/MCJIT/ |
| HD | MCJIT.h | 294 TargetMachine *getTargetMachine() override { return TM.get(); } in getTargetMachine() function
|
| /NextBSD/contrib/llvm/include/llvm/ExecutionEngine/ |
| HD | ExecutionEngine.h | 420 virtual TargetMachine *getTargetMachine() { return nullptr; } in getTargetMachine() function
|
| /NextBSD/contrib/llvm/lib/Target/Mips/ |
| HD | MipsISelLowering.cpp | 1594 if ((getTargetMachine().getRelocationModel() == Reloc::PIC_) || ABI.IsN64()) { in lowerBR_JT() 1677 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !ABI.IsN64()) { in lowerGlobalAddress() 1680 getTargetMachine().getObjFileLowering()); in lowerGlobalAddress() 1681 if (TLOF->IsGlobalInSmallSection(GV, getTargetMachine())) in lowerGlobalAddress() 1708 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !ABI.IsN64()) in lowerBlockAddress() 1726 TLSModel::Model model = getTargetMachine().getTLSModel(GV); in lowerGlobalTLSAddress() 1799 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !ABI.IsN64()) in lowerJumpTable() 1811 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !ABI.IsN64()) { in lowerConstantPool() 1814 getTargetMachine().getObjFileLowering()); in lowerConstantPool() 1816 if (TLOF->IsConstantInSmallSection(N->getConstVal(), getTargetMachine())) in lowerConstantPool() [all …]
|
| /NextBSD/contrib/llvm/lib/ExecutionEngine/ |
| HD | ExecutionEngineBindings.cpp | 326 return wrap(unwrap(EE)->getTargetMachine()); in LLVMGetExecutionEngineTargetMachine()
|
| /NextBSD/contrib/llvm/lib/Target/ARM/ |
| HD | ARMISelLowering.cpp | 1316 getTargetMachine().Options.FloatABIType == FloatABI::Hard && in getEffectiveCallingConv() 1722 getTargetMachine().getRelocationModel() == Reloc::Static) && in LowerCall() 1760 getTargetMachine().getRelocationModel() != Reloc::Static; in LowerCall() 1789 getTargetMachine().getRelocationModel() == Reloc::PIC_) in LowerCall() 1796 getTargetMachine().getRelocationModel() != Reloc::Static; in LowerCall() 1816 getTargetMachine().getRelocationModel() == Reloc::PIC_) in LowerCall() 2065 const Triple &TT = getTargetMachine().getTargetTriple(); in IsEligibleForTailCallOptimization() 2457 Reloc::Model RelocM = getTargetMachine().getRelocationModel(); in LowerBlockAddress() 2581 TLSModel::Model model = getTargetMachine().getTLSModel(GA->getGlobal()); in LowerGlobalTLSAddress() 2599 if (getTargetMachine().getRelocationModel() == Reloc::PIC_) { in LowerGlobalAddressELF() [all …]
|
| /NextBSD/contrib/llvm/lib/Target/Sparc/ |
| HD | SparcISelLowering.cpp | 902 unsigned TF = ((getTargetMachine().getRelocationModel() == Reloc::PIC_) in LowerCall_32() 1216 unsigned TF = ((getTargetMachine().getRelocationModel() == Reloc::PIC_) in LowerCall_64() 1813 if (getTargetMachine().getRelocationModel() == Reloc::PIC_) { in makeAddress() 1828 switch(getTargetMachine().getCodeModel()) { in makeAddress() 1879 TLSModel::Model model = getTargetMachine().getTLSModel(GV); in LowerGlobalTLSAddress()
|
| /NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | TargetLowering.cpp | 230 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) in getJumpTableEncoding() 234 if (getTargetMachine().getMCAsmInfo()->getGPRel32Directive() != nullptr) in getJumpTableEncoding() 266 if (getTargetMachine().getRelocationModel() == Reloc::Static) in isOffsetFoldingLegal() 270 if (getTargetMachine().getRelocationModel() == Reloc::DynamicNoPIC && in isOffsetFoldingLegal()
|
| /NextBSD/contrib/llvm/lib/Target/AArch64/ |
| HD | AArch64ISelLowering.cpp | 2414 if (getTargetMachine().Options.GuaranteedTailCallOpt) { in isEligibleForTailCallOptimization() 2429 const Triple &TT = getTargetMachine().getTargetTriple(); in isEligibleForTailCallOptimization() 2814 if (getTargetMachine().getCodeModel() == CodeModel::Large && in LowerCall() 2992 Subtarget->ClassifyGlobalReference(GV, getTargetMachine()); in LowerGlobalAddress() 3006 assert(getTargetMachine().getCodeModel() == CodeModel::Small && in LowerGlobalAddress() 3024 if (getTargetMachine().getCodeModel() == CodeModel::Large) { in LowerGlobalAddress() 3153 assert(getTargetMachine().getCodeModel() == CodeModel::Small && in LowerELFGlobalTLSAddress() 3162 TLSModel::Model Model = getTargetMachine().getTLSModel(GA->getGlobal()); in LowerELFGlobalTLSAddress() 3799 if (getTargetMachine().getCodeModel() == CodeModel::Large && in LowerJumpTable() 3825 if (getTargetMachine().getCodeModel() == CodeModel::Large) { in LowerConstantPool() [all …]
|
| /NextBSD/contrib/llvm/lib/Target/SystemZ/ |
| HD | SystemZISelDAGToDAG.cpp | 140 const SystemZTargetMachine &getTargetMachine() const { in getTargetMachine() function in __anon9604e70a0111::SystemZDAGToDAGISel
|
| /NextBSD/contrib/llvm/lib/Target/X86/ |
| HD | X86TargetTransformInfo.cpp | 1138 const TargetMachine &TM = getTLI()->getTargetMachine(); in hasCompatibleFunctionAttributes()
|
| HD | X86ISelDAGToDAG.cpp | 306 const X86TargetMachine &getTargetMachine() const { in getTargetMachine() function in __anon12cf4dd80311::X86DAGToDAGISel 478 getTargetMachine().getRelocationModel() != Reloc::PIC_)))) { in PreprocessISelDAG()
|
| HD | X86FastISel.cpp | 138 const X86TargetMachine *getTargetMachine() const { in getTargetMachine() function in __anond7f8f08b0111::X86FastISel
|
| HD | X86ISelLowering.cpp | 1874 if (getTargetMachine().getRelocationModel() == Reloc::PIC_ && in getJumpTableEncoding() 1955 if (getTargetMachine().getCodeModel() == CodeModel::Kernel) in getStackCookieLocation() 19077 CodeModel::Model M = getTargetMachine().getCodeModel(); in isLegalAddressingMode() 19078 Reloc::Model R = getTargetMachine().getRelocationModel(); in isLegalAddressingMode() 19086 Subtarget->ClassifyGlobalReference(AM.BaseGV, getTargetMachine()); in isLegalAddressingMode() 25453 if (getTargetMachine().getOptLevel() > CodeGenOpt::None) in PerformDAGCombine()
|
| /NextBSD/contrib/llvm/include/llvm/Target/ |
| HD | TargetLowering.h | 163 const TargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function
|
| /NextBSD/contrib/llvm/lib/Target/Hexagon/ |
| HD | HexagonISelLowering.cpp | 1240 getTargetMachine().getObjFileLowering()); in LowerGLOBALADDRESS() 1241 if (TLOF->IsGlobalInSmallSection(GV, getTargetMachine())) { in LowerGLOBALADDRESS()
|
| /NextBSD/contrib/llvm/lib/Target/XCore/ |
| HD | XCoreISelLowering.cpp | 277 if (XTL.getTargetMachine().getCodeModel() == CodeModel::Small) in IsSmallObject()
|
| /NextBSD/contrib/llvm/lib/Target/AMDGPU/ |
| HD | SIISelLowering.cpp | 1796 getTargetMachine().getOptLevel() > CodeGenOpt::None) in PerformDAGCombine()
|
| /NextBSD/contrib/llvm/lib/Target/NVPTX/ |
| HD | NVPTXISelLowering.cpp | 4238 CodeGenOpt::Level OptLevel = getTargetMachine().getOptLevel(); in PerformDAGCombine()
|