/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIFrameLowering.cpp | 73 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in getVGPRSpillLaneOrTempRegister() local 124 static void buildPrologSpill(const GCNSubtarget &ST, const SIRegisterInfo &TRI, in buildPrologSpill() 147 static void buildEpilogRestore(const GCNSubtarget &ST, in buildEpilogRestore() 218 const GCNSubtarget &ST; member in llvm::PrologEpilogSGPRSpillBuilder 373 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in emitEntryFunctionFlatScratchInit() local 529 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in getEntryFunctionReservedScratchRsrcReg() local 578 static unsigned getScratchScaleFactor(const GCNSubtarget &ST) { in getScratchScaleFactor() 598 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in emitEntryFunctionPrologue() local 716 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in emitEntryFunctionScratchRsrcRegSetup() local 878 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in buildScratchExecCopy() local [all …]
|
H A D | GCNIterativeScheduler.cpp | 92 const auto &ST = MF.getSubtarget<GCNSubtarget>(); in printRegions() local 115 const auto &ST = MF.getSubtarget<GCNSubtarget>(); in printSchedRP() local 399 const auto &ST = MF.getSubtarget<GCNSubtarget>(); in scheduleRegion() local 413 const auto &ST = MF.getSubtarget<GCNSubtarget>(); in sortRegionsByPressure() local 430 const auto &ST = MF.getSubtarget<GCNSubtarget>(); in tryMaximizeOccupancy() local 467 const auto &ST = MF.getSubtarget<GCNSubtarget>(); in scheduleLegacyMaxOccupancy() local 521 const auto &ST = MF.getSubtarget<GCNSubtarget>(); in scheduleMinReg() local 555 const auto &ST = MF.getSubtarget<GCNSubtarget>(); in scheduleILP() local
|
H A D | SIMachineFunctionInfo.cpp | 61 const GCNSubtarget &ST = *static_cast<const GCNSubtarget *>(STI); in SIMachineFunctionInfo() local 215 const GCNSubtarget& ST = MF.getSubtarget<GCNSubtarget>(); in limitOccupancy() local 315 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in allocateVGPRForSGPRSpills() local 344 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in allocateVGPRForPrologEpilogSGPRSpills() local 378 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in allocateSGPRSpillToVGPRLane() local 419 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in allocateVGPRSpillToAGPR() local 542 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in getGITPtrLoReg() local
|
H A D | SILowerSGPRSpills.cpp | 84 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in insertCSRSaves() local 127 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in insertCSRRestores() local 203 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in spillCalleeSavedRegs() local 252 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in runOnMachineFunction() local
|
H A D | AMDGPUPromoteAlloca.cpp | 174 const AMDGPUSubtarget &ST = AMDGPUSubtarget::get(TM, F); in run() local 179 const GCNSubtarget &ST = TM.getSubtarget<GCNSubtarget>(F); in run() local 210 const AMDGPUSubtarget &ST = AMDGPUSubtarget::get(TM, F); in getLocalSizeYZ() local 299 const AMDGPUSubtarget &ST = AMDGPUSubtarget::get(TM, *F); in getWorkitemID() local 786 const AMDGPUSubtarget &ST = AMDGPUSubtarget::get(TM, F); in hasSufficientLocalMem() local 968 const AMDGPUSubtarget &ST = AMDGPUSubtarget::get(TM, ContainingFunction); in handleAlloca() local 1174 const AMDGPUSubtarget &ST = AMDGPUSubtarget::get(TM, F); in promoteAllocasToVector() local 1180 const GCNSubtarget &ST = TM.getSubtarget<GCNSubtarget>(F); in promoteAllocasToVector() local
|
H A D | AMDGPUTargetTransformInfo.h | 43 const TargetSubtargetInfo *ST; variable 66 const GCNSubtarget *ST; variable
|
H A D | AMDGPUTargetMachine.cpp | 424 const GCNSubtarget &ST = C->MF->getSubtarget<GCNSubtarget>(); in createGCNMaxOccupancyMachineScheduler() local 446 const GCNSubtarget &ST = C->MF->getSubtarget<GCNSubtarget>(); in createIterativeGCNMaxOccupancyMachineScheduler() local 462 const GCNSubtarget &ST = C->MF->getSubtarget<GCNSubtarget>(); in createIterativeILPMachineScheduler() local 875 const GCNSubtarget &ST = C->MF->getSubtarget<GCNSubtarget>(); in createPostMachineScheduler() local 1083 const GCNSubtarget &ST = C->MF->getSubtarget<GCNSubtarget>(); in createMachineScheduler() local 1104 const GCNSubtarget &ST = C->MF->getSubtarget<GCNSubtarget>(); in createMachineScheduler() local 1445 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in parseMachineFunctionInfo() local
|
H A D | SIMemoryLegalizer.cpp | 264 const GCNSubtarget &ST; member in __anon623980fe0111::SICacheControl 373 SIGfx6CacheControl(const GCNSubtarget &ST) : SICacheControl(ST) {} in SIGfx6CacheControl() 414 SIGfx7CacheControl(const GCNSubtarget &ST) : SIGfx6CacheControl(ST) {} in SIGfx7CacheControl() 426 SIGfx90ACacheControl(const GCNSubtarget &ST) : SIGfx7CacheControl(ST) {} in SIGfx90ACacheControl() 487 SIGfx940CacheControl(const GCNSubtarget &ST) : SIGfx90ACacheControl(ST) {}; in SIGfx940CacheControl() 525 SIGfx10CacheControl(const GCNSubtarget &ST) : SIGfx7CacheControl(ST) {} in SIGfx10CacheControl() 551 SIGfx11CacheControl(const GCNSubtarget &ST) : SIGfx10CacheControl(ST) {} in SIGfx11CacheControl() 813 SICacheControl::SICacheControl(const GCNSubtarget &ST) : ST(ST) { in SICacheControl() 830 std::unique_ptr<SICacheControl> SICacheControl::create(const GCNSubtarget &ST) { in create()
|
H A D | SILateBranchLowering.cpp | 84 const GCNSubtarget &ST = MBB.getParent()->getSubtarget<GCNSubtarget>(); in generateEndPgm() local 136 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in runOnMachineFunction() local
|
H A D | GCNVOPDUtils.cpp | 43 const GCNSubtarget &ST = MF->getSubtarget<GCNSubtarget>(); in checkVOPDRegConstraints() local 153 const GCNSubtarget &ST = DAG->MF.getSubtarget<GCNSubtarget>(); in apply() local
|
H A D | AMDGPULegalizerInfo.h | 32 const GCNSubtarget &ST; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVModuleAnalysis.cpp | 57 unsigned i, const SPIRVSubtarget &ST, in getSymbolicOperandRequirements() 433 const SPIRVSubtarget &ST) { in getAndAddRequirements() 559 void RequirementHandler::initAvailableCapabilities(const SPIRVSubtarget &ST) { in initAvailableCapabilities() 605 const SPIRVSubtarget &ST) { in addOpDecorateReqs() 622 const SPIRVSubtarget &ST) { in addOpTypeImageReqs() 675 const SPIRVSubtarget &ST) { in addInstrRequirements() 896 MachineModuleInfo *MMI, const SPIRVSubtarget &ST) { in collectReqs() 960 static void handleMIFlagDecoration(MachineInstr &I, const SPIRVSubtarget &ST, in handleMIFlagDecoration() 989 MachineModuleInfo *MMI, const SPIRVSubtarget &ST, in addDecorations()
|
H A D | SPIRVLegalizerInfo.h | 28 const SPIRVSubtarget *ST; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/ |
H A D | CBufferDataLayout.cpp | 25 StructType *ST; member 73 if (auto *ST = dyn_cast<StructType>(Ty)) { in getTypeAllocSize() local 93 LegacyCBufferLayout::getStructLayout(StructType *ST) { in getStructLayout()
|
H A D | DXILOpBuilder.cpp | 113 StructType *ST = cast<StructType>(Ty); in getTypeName() local 116 StructType *ST = cast<StructType>(Ty); in getTypeName() local 170 StructType *ST = StructType::getTypeByName(Ctx, Name); in getOrCreateStructType() local 314 auto *ST = cast<StructType>(OverloadType); in getOverloadTy() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsLegalizerInfo.cpp | 67 MipsLegalizerInfo::MipsLegalizerInfo(const MipsSubtarget &ST) { in MipsLegalizerInfo() 469 const MipsSubtarget &ST) { in SelectMSA3OpIntrinsic() 484 const MipsSubtarget &ST) { in MSA3OpIntrinsicToGeneric() 496 const MipsSubtarget &ST) { in MSA2OpIntrinsicToGeneric() 508 const MipsSubtarget &ST = MI.getMF()->getSubtarget<MipsSubtarget>(); in legalizeIntrinsic() local
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | SymbolTableListTraitsImpl.h | 74 if (ValueSymbolTable *ST = getSymTab(Owner)) in addNodeToList() local 83 if (ValueSymbolTable *ST = getSymTab(getListOwner())) in removeNodeFromList() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblySelectionDAGInfo.cpp | 25 auto &ST = DAG.getMachineFunction().getSubtarget<WebAssemblySubtarget>(); in EmitTargetCodeForMemcpy() local 49 auto &ST = DAG.getMachineFunction().getSubtarget<WebAssemblySubtarget>(); in EmitTargetCodeForMemset() local
|
H A D | WebAssemblyFrameLowering.cpp | 243 auto &ST = MF.getSubtarget<WebAssemblySubtarget>(); in eliminateCallFramePseudoInstr() local 264 auto &ST = MF.getSubtarget<WebAssemblySubtarget>(); in emitPrologue() local 328 auto &ST = MF.getSubtarget<WebAssemblySubtarget>(); in emitEpilogue() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64StackTaggingPreRA.cpp | 263 SlotWithTag ST{*I}; in findFirstSlotCandidate() local 316 SlotWithTag ST{*I}; in findFirstSlotCandidate() local 327 SlotWithTag ST{*I}; in findFirstSlotCandidate() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVLegalizerInfo.cpp | 21 RISCVLegalizerInfo::RISCVLegalizerInfo(const RISCVSubtarget &ST) { in RISCVLegalizerInfo()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64LegalizerInfo.h | 62 const AArch64Subtarget *ST; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMLegalizerInfo.cpp | 64 static bool AEABI(const ARMSubtarget &ST) { in AEABI() 68 ARMLegalizerInfo::ARMLegalizerInfo(const ARMSubtarget &ST) { in ARMLegalizerInfo()
|
H A D | ARMTargetMachine.cpp | 357 const ARMSubtarget &ST = C->MF->getSubtarget<ARMSubtarget>(); in createMachineScheduler() local 367 const ARMSubtarget &ST = C->MF->getSubtarget<ARMSubtarget>(); in createPostMachineScheduler() local 428 const auto &ST = this->TM->getSubtarget<ARMSubtarget>(F); in addIRPasses() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86EvexToVex.cpp | 90 const X86Subtarget *ST = nullptr; member in __anon137c94660111::EvexToVexInstPass 151 const X86Subtarget *ST) { in performCustomAdjustments()
|