Home
last modified time | relevance | path

Searched refs:ST (Results 151 – 175 of 675) sorted by relevance

12345678910>>...27

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.h31 const TargetSubtargetInfo &ST; variable
35 AMDGPUMCInstLower(MCContext &ctx, const TargetSubtargetInfo &ST,
H A DAMDGPURegBankSelect.cpp63 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in INITIALIZE_PASS_DEPENDENCY() local
70 !ST.isSingleLaneExecution(F)); in INITIALIZE_PASS_DEPENDENCY()
H A DSIProgramInfo.h91 uint64_t getComputePGMRSrc1(const GCNSubtarget &ST) const;
92 uint64_t getPGMRSrc1(CallingConv::ID CC, const GCNSubtarget &ST) const;
H A DAMDGPUTargetMachine.cpp458 const GCNSubtarget &ST = C->MF->getSubtarget<GCNSubtarget>(); in createGCNMaxOccupancyMachineScheduler() local
462 if (ST.shouldClusterStores()) in createGCNMaxOccupancyMachineScheduler()
480 const GCNSubtarget &ST = C->MF->getSubtarget<GCNSubtarget>(); in createIterativeGCNMaxOccupancyMachineScheduler() local
484 if (ST.shouldClusterStores()) in createIterativeGCNMaxOccupancyMachineScheduler()
500 if (ST.shouldClusterStores()) in createIterativeILPMachineScheduler()
934 if (ST.shouldClusterStores()) in createPostMachineScheduler()
1148 if (ST.shouldClusterStores()) in createMachineScheduler()
1167 if (ST.enableSIScheduler()) in createMachineScheduler()
1516 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in parseMachineFunctionInfo() local
1676 if (ST.hasIEEEMode()) in parseMachineFunctionInfo()
[all …]
H A DSIOptimizeExecMasking.cpp28 const GCNSubtarget *ST = nullptr; member in __anon94ecd3770111::SIOptimizeExecMasking
640 if (!ST->hasGFX10_3Insts()) in tryRecordVCmpxAndSaveexecSequence()
644 ST->isWave32() ? AMDGPU::S_AND_SAVEEXEC_B32 : AMDGPU::S_AND_SAVEEXEC_B64; in tryRecordVCmpxAndSaveexecSequence()
731 ST->isWave32() ? AMDGPU::S_XOR_B32 : AMDGPU::S_XOR_B64; in tryRecordOrSaveexecXorSequence()
741 const unsigned OrSaveexecOpcode = ST->isWave32() in tryRecordOrSaveexecXorSequence()
769 const unsigned Andn2Opcode = ST->isWave32() ? AMDGPU::S_ANDN2_SAVEEXEC_B32 in optimizeOrSaveexecXorSequences()
794 ST = &MF.getSubtarget<GCNSubtarget>(); in runOnMachineFunction()
795 TRI = ST->getRegisterInfo(); in runOnMachineFunction()
796 TII = ST->getInstrInfo(); in runOnMachineFunction()
H A DSIModeRegisterDefaults.cpp15 const GCNSubtarget &ST) { in SIModeRegisterDefaults() argument
18 if (ST.hasIEEEMode()) { in SIModeRegisterDefaults()
24 if (ST.hasDX10ClampMode()) { in SIModeRegisterDefaults()
H A DR600TargetTransformInfo.h34 const R600Subtarget *ST; variable
41 const R600Subtarget *getST() const { return ST; } in getST()
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dst-spear-miphy.txt1 ST SPEAr miphy DT details
4 ST Microelectronics SPEAr miphy is a phy controller supporting PCIe and SATA.
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp78 StructType *ST = cast<StructType>(T); in whichFPReturnVariant() local
79 if (ST->getNumElements() != 2) in whichFPReturnVariant()
81 if ((ST->getElementType(0)->isFloatTy()) && in whichFPReturnVariant()
82 (ST->getElementType(1)->isFloatTy())) in whichFPReturnVariant()
84 if ((ST->getElementType(0)->isDoubleTy()) && in whichFPReturnVariant()
85 (ST->getElementType(1)->isDoubleTy())) in whichFPReturnVariant()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CompressJumpTables.cpp167 const auto &ST = MF->getSubtarget<AArch64Subtarget>(); in runOnMachineFunction() local
168 TII = ST.getInstrInfo(); in runOnMachineFunction()
170 if (ST.force32BitJumpTables() && !MF->getFunction().hasMinSize()) in runOnMachineFunction()
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dste-hrefprev60-tvk.dts3 * Copyright 2012 ST-Ericsson AB
13 model = "ST-Ericsson HREF (pre-v60) and TVK1281618 R2 UIB";
/freebsd/stand/efi/loader/
H A Dmain.c973 for (k = 0; k < ST->NumberOfTableEntries; k++) { in main()
974 guid = &ST->ConfigurationTable[k].VendorGuid; in main()
980 ST->ConfigurationTable[k].VendorTable); in main()
982 smbios_detect(ST->ConfigurationTable[k].VendorTable); in main()
1125 printf(" EFI version: %d.%02d\n", ST->Hdr.Revision >> 16, in main()
1126 ST->Hdr.Revision & 0xffff); in main()
1128 ST->FirmwareRevision >> 16, ST->FirmwareRevision & 0xffff); in main()
1403 (unsigned long)ST->NumberOfTableEntries); in command_configuration()
1405 for (i = 0; i < ST->NumberOfTableEntries; i++) { in command_configuration()
1409 guid = &ST->ConfigurationTable[i].VendorGuid; in command_configuration()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp359 const ARMSubtarget &ST = C->MF->getSubtarget<ARMSubtarget>(); in createMachineScheduler() local
360 if (ST.hasFusion()) in createMachineScheduler()
369 const ARMSubtarget &ST = C->MF->getSubtarget<ARMSubtarget>(); in createPostMachineScheduler() local
370 if (ST.hasFusion()) in createPostMachineScheduler()
430 const auto &ST = this->TM->getSubtarget<ARMSubtarget>(F); in addIRPasses() local
431 return ST.hasAnyDataBarrier() && !ST.isThumb1Only(); in addIRPasses()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp350 const RISCVSubtarget *ST) { in getDemanded() argument
743 const RISCVSubtarget *ST; member in __anon5ac2218d0111::RISCVInsertVSETVLI
822 const RISCVSubtarget &ST, in computeInfoForInstr() argument
868 if (ST.getRealMinVLen() == ST.getRealMaxVLen() && VLMAX <= 31) in computeInfoForInstr()
1014 DemandedFields Used = getDemanded(MI, MRI, ST); in needVSETVLI()
1106 DemandedFields Demanded = getDemanded(MI, MRI, ST); in transferBefore()
1544 doUnion(Used, getDemanded(MI, MRI, ST)); in doLocalPostpass()
1583 Used = getDemanded(MI, MRI, ST); in doLocalPostpass()
1607 ST = &MF.getSubtarget<RISCVSubtarget>(); in runOnMachineFunction()
1608 if (!ST->hasVInstructions()) in runOnMachineFunction()
[all …]
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha512-ppc.pl86 $ST="std";
98 $ST="stw";
429 $ST $A,`0*$SZ`($ctx)
431 $ST $B,`1*$SZ`($ctx)
433 $ST $C,`2*$SZ`($ctx)
435 $ST $D,`3*$SZ`($ctx)
437 $ST $E,`4*$SZ`($ctx)
439 $ST $F,`5*$SZ`($ctx)
440 $ST $G,`6*$SZ`($ctx)
442 $ST $H,`7*$SZ`($ctx)
H A Dsha512-parisc.pl73 $ST="std";
85 $ST="stw";
345 $ST $A,`0*$SZ`($ctx) ; save context
347 $ST $B,`1*$SZ`($ctx)
349 $ST $C,`2*$SZ`($ctx)
351 $ST $D,`3*$SZ`($ctx)
353 $ST $E,`4*$SZ`($ctx)
355 $ST $F,`5*$SZ`($ctx)
357 $ST $G,`6*$SZ`($ctx)
358 $ST $H,`7*$SZ`($ctx)
/freebsd/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c208 struct ISO_SUSP_ATTRIBUTES *temp, *pre_ce, *last, *CE, *ST; in cd9660_susp_handle_continuation_common() local
262 ST = cd9660node_susp_create_node(SUSP_TYPE_SUSP, in cd9660_susp_handle_continuation_common()
264 cd9660_susp_st(ST, node); in cd9660_susp_handle_continuation_common()
266 TAILQ_INSERT_AFTER(&node->head, last, ST, rr_ll); in cd9660_susp_handle_continuation_common()
268 TAILQ_INSERT_HEAD(&node->head, ST, rr_ll); in cd9660_susp_handle_continuation_common()
269 last = ST; in cd9660_susp_handle_continuation_common()
725 p->attr.su_entry.ST.h.type[0] = 'S'; in cd9660_susp_st()
726 p->attr.su_entry.ST.h.type[1] = 'T'; in cd9660_susp_st()
727 p->attr.su_entry.ST.h.length[0] = 4; in cd9660_susp_st()
728 p->attr.su_entry.ST.h.version[0] = 1; in cd9660_susp_st()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp474 if (ST.hasFeature(AMDGPU::FeatureGFX12Insts)) in getVOPDEncodingFamily()
476 if (ST.hasFeature(AMDGPU::FeatureGFX11Insts)) in getVOPDEncodingFamily()
2795 return isGCN3Encoding(ST) || isGFX10Plus(ST); in hasSMEMByteOffset()
2799 return isGFX9Plus(ST); in hasSMRDSignedImmOffset()
2804 if (isGFX12Plus(ST)) in isLegalSMRDEncodedUnsignedOffset()
2814 if (isGFX12Plus(ST)) in isLegalSMRDEncodedSignedOffset()
2818 hasSMRDSignedImmOffset(ST) && in isLegalSMRDEncodedSignedOffset()
2828 if (hasSMEMByteOffset(ST)) in convertSMRDOffsetUnits()
2843 assert(hasSMEMByteOffset(ST)); in getSMRDEncodedOffset()
2868 if (AMDGPU::isGFX10(ST)) in getNumFlatOffsetBits()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCFrameLowering.h31 ST(st) {} in ARCFrameLowering()
72 const ARCSubtarget &ST; variable
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dste-nomadik.txt1 ST-Ericsson Nomadik Device Tree Bindings
13 Nomadik NHK-15 board manufactured by ST Microelectronics:
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TileConfig.cpp80 const X86Subtarget &ST = MF.getSubtarget<X86Subtarget>(); in INITIALIZE_PASS_DEPENDENCY() local
81 const TargetRegisterInfo *TRI = ST.getRegisterInfo(); in INITIALIZE_PASS_DEPENDENCY()
82 const TargetInstrInfo *TII = ST.getInstrInfo(); in INITIALIZE_PASS_DEPENDENCY()
/freebsd/crypto/openssl/crypto/
H A Dpariscid.pl20 $ST ="std";
24 $ST ="stw";
126 $ST %r0,0($inp)
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Dst,nomadik-i2c.yaml7 title: ST Microelectronics Nomadik I2C
9 description: The Nomadik I2C host controller began its life in the ST
11 STn8815. It was part of the prototype STn8500 which then became ST-Ericsson
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.h80 InstructionInfoView(const llvm::MCSubtargetInfo &ST, in InstructionInfoView() argument
87 : InstructionView(ST, IP, S), MCII(II), CE(C), in InstructionInfoView()
/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/Mock/
H A Dsigner_issuing.crt1 Subject: C = AU, ST = Some-State, O = Internet Widgits Pty Ltd, CN = subinterCA
24 Subject: C = AU, ST = Some-State, O = Internet Widgits Pty Ltd, CN = interCA

12345678910>>...27