Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZSubtarget.cpp78 return TLInfo.getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); in isPC32DBLSymbol()
DSystemZISelDAGToDAG.cpp142 const SystemZTargetMachine &getTargetMachine() const { in getTargetMachine() function in __anon820b72450111::SystemZDAGToDAGISel
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DInstructionSelect.cpp253 ->getTargetMachine() in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCSubtarget.h199 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function
DPPCTargetTransformInfo.cpp218 const PPCTargetMachine &TM = ST->getTargetMachine(); in mightUseCTR()
482 const PPCTargetMachine &TM = ST->getTargetMachine(); in isHardwareLoopProfitable()
DPPCISelLowering.cpp2801 switch (getTargetMachine().getCodeModel()) { in getPICJumpTableRelocBase()
2818 switch (getTargetMachine().getCodeModel()) { in getPICJumpTableRelocBaseExpr()
2899 const TargetMachine &TM = getTargetMachine(); in LowerGlobalTLSAddress()
3510 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4()
3758 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4()
4166 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_Darwin()
4688 bool TailCallOpt = getTargetMachine().Options.GuaranteedTailCallOpt; in IsEligibleForTailCallOptimization_64SVR4()
4737 if (!callsShareTOCBase(&Caller, Callee, getTargetMachine())) in IsEligibleForTailCallOptimization_64SVR4()
4766 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()
4783 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) in IsEligibleForTailCallOptimization()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h293 TargetMachine *getTargetMachine() override { return TM.get(); } in getTargetMachine() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h454 switch (TLInfo.getTargetMachine().getCodeModel()) { in useSmallAddressing()
DAArch64ISelLowering.cpp3786 if (getTargetMachine().Options.GuaranteedTailCallOpt) in isEligibleForTailCallOptimization()
3798 const Triple &TT = getTargetMachine().getTargetTriple(); in isEligibleForTailCallOptimization()
4222 Subtarget->classifyGlobalFunctionReference(GV, getTargetMachine()); in LowerCall()
4231 if (getTargetMachine().getCodeModel() == CodeModel::Large && in LowerCall()
4554 unsigned OpFlags = Subtarget->ClassifyGlobalReference(GV, getTargetMachine()); in LowerGlobalAddress()
4567 if (getTargetMachine().getCodeModel() == CodeModel::Large) { in LowerGlobalAddress()
4569 } else if (getTargetMachine().getCodeModel() == CodeModel::Tiny) { in LowerGlobalAddress()
4791 TLSModel::Model Model = getTargetMachine().getTLSModel(GA->getGlobal()); in LowerELFGlobalTLSAddress()
4798 if (getTargetMachine().getCodeModel() == CodeModel::Large && in LowerELFGlobalTLSAddress()
5544 if (getTargetMachine().getCodeModel() == CodeModel::Large && in LowerJumpTable()
[all …]
DAArch64TargetTransformInfo.cpp30 const TargetMachine &TM = getTLI()->getTargetMachine(); in areInlineCompatible()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h435 virtual TargetMachine *getTargetMachine() { return nullptr; } in getTargetMachine() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp289 return wrap(unwrap(EE)->getTargetMachine()); in LLVMGetExecutionEngineTargetMachine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h150 if (getTargetMachine().Options.NoSignedZerosFPMath) in mayIgnoreSignedZero()
DAMDGPUTargetTransformInfo.cpp732 const TargetMachine &TM = getTLI()->getTargetMachine(); in areInlineCompatible()
DSIISelLowering.cpp3730 assert(getTargetMachine().getTargetTriple().getOS() == Triple::AMDHSA || in EmitInstrWithCustomInserter()
3731 getTargetMachine().getTargetTriple().getOS() == Triple::AMDPAL); in EmitInstrWithCustomInserter()
4433 const Triple &TT = getTargetMachine().getTargetTriple(); in shouldEmitFixup()
4447 !getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); in shouldEmitGOTReloc()
4728 static_cast<const AMDGPUTargetMachine &>(getTargetMachine()); in lowerADDRSPACECAST()
5090 getTargetMachine().getTargetTriple().getOS() == Triple::AMDHSA || in LowerGlobalAddress()
5091 getTargetMachine().getTargetTriple().getOS() == Triple::AMDPAL)) || in LowerGlobalAddress()
6077 Triple::OSType OS = getTargetMachine().getTargetTriple().getOS(); in LowerINTRINSIC_WO_CHAIN()
6843 if (getTargetMachine().getOptLevel() > CodeGenOpt::None) { in LowerINTRINSIC_VOID()
9985 if (getTargetMachine().getOptLevel() == CodeGenOpt::None) in PerformDAGCombine()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp461 switch (getTargetMachine().getCodeModel()) { in getAddr()
491 bool IsLocal = getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); in lowerGlobalAddress()
599 TLSModel::Model Model = getTargetMachine().getTLSModel(N->getGlobal()); in lowerGlobalTLSAddress()
2283 if (!getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV)) in LowerCall()
2290 if (!getTargetMachine().shouldAssumeDSOLocal(*MF.getFunction().getParent(), in LowerCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.h377 return getTargetMachine().isPositionIndependent(); in isJumpTableRelative()
DMipsISelLowering.cpp2079 getTargetMachine().getObjFileLowering()); in lowerGlobalAddress()
2081 if (GO && TLOF->IsGlobalInSmallSection(GO, getTargetMachine())) in lowerGlobalAddress()
2144 TLSModel::Model model = getTargetMachine().getTLSModel(GV); in lowerGlobalTLSAddress()
2233 getTargetMachine().getObjFileLowering()); in lowerConstantPool()
2236 getTargetMachine())) in lowerConstantPool()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.cpp443 auto* pTarget = mpExec->getTargetMachine(); in DumpAsm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp677 const TargetMachine &TM = getTargetMachine(); in LowerCall()
1120 if (getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV)) { in LowerGlobalAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp54 const TargetMachine &TM = getTLI()->getTargetMachine(); in areInlineCompatible()
DARMISelLowering.cpp1237 getTargetMachine().getOptLevel() == 0) { in ARMTargetLowering()
1904 getTargetMachine().Options.FloatABIType == FloatABI::Hard && in getEffectiveCallingConv()
2304 const TargetMachine &TM = getTargetMachine(); in LowerCall()
2630 const Triple &TT = getTargetMachine().getTargetTriple(); in IsEligibleForTailCallOptimization()
3139 getTargetMachine().getSubtargetImpl(F.getFunction())->getRegisterInfo(); in LowerGlobalTLSAddressDarwin()
3317 TLSModel::Model model = getTargetMachine().getTLSModel(GA->getGlobal()); in LowerGlobalTLSAddress()
3475 const TargetMachine &TM = getTargetMachine(); in LowerGlobalAddressELF()
3569 const TargetMachine &TM = getTargetMachine(); in LowerGlobalAddressWindows()
5305 if (getTargetMachine().Options.UnsafeFPMath && in LowerBR_CC()
10400 const TargetMachine &TM = getTargetMachine(); in EmitLowered__chkstk()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp102 if (getTargetMachine().Options.UnsafeFPMath) in getDivF32Level()
115 return !getTargetMachine().Options.UnsafeFPMath; in usePrecSqrtF32()
4758 CodeGenOpt::Level OptLevel = getTargetMachine().getOptLevel(); in PerformDAGCombine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1774 if (getTargetMachine().getTargetTriple().isOSOpenBSD()) { in getIRStackGuard()

12