/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZSubtarget.cpp | 78 return TLInfo.getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); in isPC32DBLSymbol()
|
D | SystemZISelDAGToDAG.cpp | 142 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/ |
D | InstructionSelect.cpp | 253 ->getTargetMachine() in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 199 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function
|
D | PPCTargetTransformInfo.cpp | 218 const PPCTargetMachine &TM = ST->getTargetMachine(); in mightUseCTR() 482 const PPCTargetMachine &TM = ST->getTargetMachine(); in isHardwareLoopProfitable()
|
D | PPCISelLowering.cpp | 2801 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/ |
D | MCJIT.h | 293 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/ |
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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.h | 454 switch (TLInfo.getTargetMachine().getCodeModel()) { in useSmallAddressing()
|
D | AArch64ISelLowering.cpp | 3786 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 …]
|
D | AArch64TargetTransformInfo.cpp | 30 const TargetMachine &TM = getTLI()->getTargetMachine(); in areInlineCompatible()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 435 virtual TargetMachine *getTargetMachine() { return nullptr; } in getTargetMachine() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 289 return wrap(unwrap(EE)->getTargetMachine()); in LLVMGetExecutionEngineTargetMachine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.h | 150 if (getTargetMachine().Options.NoSignedZerosFPMath) in mayIgnoreSignedZero()
|
D | AMDGPUTargetTransformInfo.cpp | 732 const TargetMachine &TM = getTLI()->getTargetMachine(); in areInlineCompatible()
|
D | SIISelLowering.cpp | 3730 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/ |
D | RISCVISelLowering.cpp | 461 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/ |
D | MipsISelLowering.h | 377 return getTargetMachine().isPositionIndependent(); in isJumpTableRelative()
|
D | MipsISelLowering.cpp | 2079 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/ |
D | JitManager.cpp | 443 auto* pTarget = mpExec->getTargetMachine(); in DumpAsm()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 677 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/ |
D | ARMTargetTransformInfo.cpp | 54 const TargetMachine &TM = getTLI()->getTargetMachine(); in areInlineCompatible()
|
D | ARMISelLowering.cpp | 1237 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/ |
D | NVPTXISelLowering.cpp | 102 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/ |
D | TargetLoweringBase.cpp | 1774 if (getTargetMachine().getTargetTriple().isOSOpenBSD()) { in getIRStackGuard()
|