Home
last modified time | relevance | path

Searched refs:getTargetMachine (Results 1 – 22 of 22) sorted by relevance

/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCSubtarget.h173 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function
HDPPCISelLowering.cpp2102 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 …]
HDPPCFrameLowering.cpp79 : (STI.getTargetMachine().getRelocationModel() == Reloc::PIC_) in computeBasePointerSaveOffset()
HDPPCInstrInfo.cpp69 Subtarget(STI), RI(STI.getTargetMachine()) {} in PPCInstrInfo()
/NextBSD/contrib/llvm/lib/ExecutionEngine/MCJIT/
HDMCJIT.h294 TargetMachine *getTargetMachine() override { return TM.get(); } in getTargetMachine() function
/NextBSD/contrib/llvm/include/llvm/ExecutionEngine/
HDExecutionEngine.h420 virtual TargetMachine *getTargetMachine() { return nullptr; } in getTargetMachine() function
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsISelLowering.cpp1594 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/
HDExecutionEngineBindings.cpp326 return wrap(unwrap(EE)->getTargetMachine()); in LLVMGetExecutionEngineTargetMachine()
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMISelLowering.cpp1316 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/
HDSparcISelLowering.cpp902 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/
HDTargetLowering.cpp230 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/
HDAArch64ISelLowering.cpp2414 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/
HDSystemZISelDAGToDAG.cpp140 const SystemZTargetMachine &getTargetMachine() const { in getTargetMachine() function in __anon9604e70a0111::SystemZDAGToDAGISel
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86TargetTransformInfo.cpp1138 const TargetMachine &TM = getTLI()->getTargetMachine(); in hasCompatibleFunctionAttributes()
HDX86ISelDAGToDAG.cpp306 const X86TargetMachine &getTargetMachine() const { in getTargetMachine() function in __anon12cf4dd80311::X86DAGToDAGISel
478 getTargetMachine().getRelocationModel() != Reloc::PIC_)))) { in PreprocessISelDAG()
HDX86FastISel.cpp138 const X86TargetMachine *getTargetMachine() const { in getTargetMachine() function in __anond7f8f08b0111::X86FastISel
HDX86ISelLowering.cpp1874 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/
HDTargetLowering.h163 const TargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonISelLowering.cpp1240 getTargetMachine().getObjFileLowering()); in LowerGLOBALADDRESS()
1241 if (TLOF->IsGlobalInSmallSection(GV, getTargetMachine())) { in LowerGLOBALADDRESS()
/NextBSD/contrib/llvm/lib/Target/XCore/
HDXCoreISelLowering.cpp277 if (XTL.getTargetMachine().getCodeModel() == CodeModel::Small) in IsSmallObject()
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDSIISelLowering.cpp1796 getTargetMachine().getOptLevel() > CodeGenOpt::None) in PerformDAGCombine()
/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXISelLowering.cpp4238 CodeGenOpt::Level OptLevel = getTargetMachine().getOptLevel(); in PerformDAGCombine()