| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZSubtarget.cpp | 76 return TLInfo.getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); in isPC32DBLSymbol()
|
| H A D | SystemZISelDAGToDAG.cpp | 142 const SystemZTargetMachine &getTargetMachine() const { in getTargetMachine() function in __anoncea0ee600111::SystemZDAGToDAGISel
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InstructionSelect.cpp | 232 ->getTargetMachine() in runOnMachineFunction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCSubtarget.h | 192 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function
|
| H A D | PPCISelLowering.cpp | 2654 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 D | PPCInstrInfo.cpp | 105 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 D | LanaiISelLowering.cpp | 1132 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 D | MCJIT.h | 294 TargetMachine *getTargetMachine() override { return TM.get(); } in getTargetMachine() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.h | 409 switch (TLInfo.getTargetMachine().getCodeModel()) { in useSmallAddressing()
|
| H A D | AArch64ISelLowering.cpp | 3400 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 D | AArch64TargetTransformInfo.cpp | 29 const TargetMachine &TM = getTLI()->getTargetMachine(); in areInlineCompatible()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/ |
| H A D | ExecutionEngine.h | 435 virtual TargetMachine *getTargetMachine() { return nullptr; } in getTargetMachine() function
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 290 return wrap(unwrap(EE)->getTargetMachine()); in LLVMGetExecutionEngineTargetMachine()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.h | 135 if (getTargetMachine().Options.NoSignedZerosFPMath) in mayIgnoreSignedZero()
|
| H A D | AMDGPUTargetTransformInfo.cpp | 613 const TargetMachine &TM = getTLI()->getTargetMachine(); in areInlineCompatible()
|
| H A D | SIISelLowering.cpp | 3991 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 D | AVRISelLowering.cpp | 1282 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 D | MipsISelLowering.h | 375 return getTargetMachine().isPositionIndependent(); in isJumpTableRelative()
|
| H A D | MipsISelLowering.cpp | 1953 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 D | ARMTargetTransformInfo.cpp | 41 const TargetMachine &TM = getTLI()->getTargetMachine(); in areInlineCompatible()
|
| H A D | ARMISelLowering.cpp | 988 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 D | NVPTXISelLowering.cpp | 102 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 D | TargetLoweringBase.cpp | 1636 if (getTargetMachine().getTargetTriple().isOSOpenBSD()) { in getIRStackGuard()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 1028 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 D | X86ISelDAGToDAG.cpp | 410 const X86TargetMachine &getTargetMachine() const { in getTargetMachine() function in __anone91c5f2e0311::X86DAGToDAGISel 751 !getTargetMachine().isPositionIndependent())))) { in PreprocessISelDAG()
|