Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.cpp76 return TLInfo.getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); in isPC32DBLSymbol()
H A DSystemZISelDAGToDAG.cpp142 const SystemZTargetMachine &getTargetMachine() const { in getTargetMachine() function in __anoncea0ee600111::SystemZDAGToDAGISel
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp232 ->getTargetMachine() in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h192 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function
H A DPPCISelLowering.cpp2654 switch (getTargetMachine().getCodeModel()) { in getPICJumpTableRelocBase()
2671 switch (getTargetMachine().getCodeModel()) { in getPICJumpTableRelocBaseExpr()
2748 TLSModel::Model Model = getTargetMachine().getTLSModel(GV); in LowerGlobalTLSAddress()
4679 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()
5289 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall()
5357 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_32SVR4()
5600 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_64SVR4()
5741 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_64SVR4()
6255 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_Darwin()
6305 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_Darwin()
[all …]
H A DPPCInstrInfo.cpp105 Subtarget(STI), RI(STI.getTargetMachine()) {} in PPCInstrInfo()
274 if (Subtarget.getTargetMachine().getOptLevel() != CodeGenOpt::Aggressive) in getMachineCombinerPatterns()
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1132 getTargetMachine().getObjFileLowering()); in LowerConstantPool()
1136 if (getTargetMachine().getCodeModel() == CodeModel::Small || in LowerConstantPool()
1166 getTargetMachine().getObjFileLowering()); in LowerGlobalAddress()
1171 if (TLOF->isGlobalInSmallSection(GO, getTargetMachine())) { in LowerGlobalAddress()
1214 if (getTargetMachine().getCodeModel() == CodeModel::Small) { in LowerJumpTable()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h294 TargetMachine *getTargetMachine() override { return TM.get(); } in getTargetMachine() function
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h409 switch (TLInfo.getTargetMachine().getCodeModel()) { in useSmallAddressing()
H A DAArch64ISelLowering.cpp3400 if (getTargetMachine().Options.GuaranteedTailCallOpt) in isEligibleForTailCallOptimization()
3412 const Triple &TT = getTargetMachine().getTargetTriple(); in isEligibleForTailCallOptimization()
3808 if (getTargetMachine().getCodeModel() == CodeModel::Large && in LowerCall()
4080 if (getTargetMachine().getCodeModel() == CodeModel::Large) { in LowerGlobalAddress()
4207 if (getTargetMachine().getCodeModel() == CodeModel::Large) in LowerELFGlobalTLSAddress()
4961 if (getTargetMachine().getCodeModel() == CodeModel::Large && in LowerJumpTable()
4990 if (getTargetMachine().getCodeModel() == CodeModel::Large) { in LowerConstantPool()
5006 if (getTargetMachine().getCodeModel() == CodeModel::Large && in LowerBlockAddress()
7850 bool NoNaNs = getTargetMachine().Options.NoNaNsFPMath; in LowerVSETCC()
8190 const TargetOptions &Options = getTargetMachine().Options; in isProfitableToHoist()
[all …]
H A DAArch64TargetTransformInfo.cpp29 const TargetMachine &TM = getTLI()->getTargetMachine(); in areInlineCompatible()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h435 virtual TargetMachine *getTargetMachine() { return nullptr; } in getTargetMachine() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp290 return wrap(unwrap(EE)->getTargetMachine()); in LLVMGetExecutionEngineTargetMachine()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h135 if (getTargetMachine().Options.NoSignedZerosFPMath) in mayIgnoreSignedZero()
H A DAMDGPUTargetTransformInfo.cpp613 const TargetMachine &TM = getTLI()->getTargetMachine(); in areInlineCompatible()
H A DSIISelLowering.cpp3991 const Triple &TT = getTargetMachine().getTargetTriple(); in shouldEmitFixup()
4002 !getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); in shouldEmitGOTReloc()
4259 static_cast<const AMDGPUTargetMachine &>(getTargetMachine()); in lowerADDRSPACECAST()
6076 if (getTargetMachine().getOptLevel() > CodeGenOpt::None) { in LowerINTRINSIC_VOID()
8884 if (getTargetMachine().getOptLevel() == CodeGenOpt::None) in PerformDAGCombine()
9540 reservePrivateMemoryRegs(getTargetMachine(), MF, *TRI, *Info); in finalizeLowering()
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1282 const AVRTargetMachine &TM = (const AVRTargetMachine &)getTargetMachine(); in LowerCall()
1445 const AVRTargetMachine &TM = (const AVRTargetMachine &)getTargetMachine(); in insertShift()
1586 const AVRTargetMachine &TM = (const AVRTargetMachine &)getTargetMachine(); in insertMul()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.h375 return getTargetMachine().isPositionIndependent(); in isJumpTableRelative()
H A DMipsISelLowering.cpp1953 getTargetMachine().getObjFileLowering()); in lowerGlobalAddress()
1955 if (GO && TLOF->IsGlobalInSmallSection(GO, getTargetMachine())) in lowerGlobalAddress()
2018 TLSModel::Model model = getTargetMachine().getTLSModel(GV); in lowerGlobalTLSAddress()
2107 getTargetMachine().getObjFileLowering()); in lowerConstantPool()
2110 getTargetMachine())) in lowerConstantPool()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp41 const TargetMachine &TM = getTLI()->getTargetMachine(); in areInlineCompatible()
H A DARMISelLowering.cpp988 getTargetMachine().getOptLevel() == 0) { in ARMTargetLowering()
1617 getTargetMachine().Options.FloatABIType == FloatABI::Hard && in getEffectiveCallingConv()
1998 const TargetMachine &TM = getTargetMachine(); in LowerCall()
2333 const Triple &TT = getTargetMachine().getTargetTriple(); in IsEligibleForTailCallOptimization()
2844 getTargetMachine().getSubtargetImpl(F.getFunction())->getRegisterInfo(); in LowerGlobalTLSAddressDarwin()
3022 TLSModel::Model model = getTargetMachine().getTLSModel(GA->getGlobal()); in LowerGlobalTLSAddress()
3180 const TargetMachine &TM = getTargetMachine(); in LowerGlobalAddressELF()
3274 const TargetMachine &TM = getTargetMachine(); in LowerGlobalAddressWindows()
4740 if (getTargetMachine().Options.UnsafeFPMath && in LowerBR_CC()
9083 const TargetMachine &TM = getTargetMachine(); in EmitLowered__chkstk()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp102 if (getTargetMachine().Options.UnsafeFPMath) in getDivF32Level()
115 return !getTargetMachine().Options.UnsafeFPMath; in usePrecSqrtF32()
4492 CodeGenOpt::Level OptLevel = getTargetMachine().getOptLevel(); in PerformDAGCombine()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1636 if (getTargetMachine().getTargetTriple().isOSOpenBSD()) { in getIRStackGuard()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1028 bool UsePCRel = getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); in LowerGLOBALADDRESS()
3103 auto &HTM = static_cast<const HexagonTargetMachine&>(getTargetMachine()); in shouldReduceLoadWidth()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp410 const X86TargetMachine &getTargetMachine() const { in getTargetMachine() function in __anone91c5f2e0311::X86DAGToDAGISel
751 !getTargetMachine().isPositionIndependent())))) { in PreprocessISelDAG()

12