Searched refs:ST (Results 251 - 275 of 311) sorted by relevance

<<111213

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp312 auto const &ST = B.getMF().getSubtarget<GCNSubtarget>(); local
328 const SIRegisterInfo *TRI = ST.getRegisterInfo();
H A DAMDGPULibCalls.cpp1394 const GCNSubtarget &ST = TM->getSubtarget<GCNSubtarget>(*F); local
1395 unsigned N = ST.getWavefrontSize();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h717 const ARMSubtarget *ST) const;
719 const ARMSubtarget *ST) const;
H A DThumb1FrameLowering.cpp82 const ARMSubtarget &ST = MF.getSubtarget<ARMSubtarget>(); local
83 if (ST.genExecuteOnly()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp437 const TargetSubtargetInfo &ST = MF.getSubtarget();
508 ST.adjustSchedDependency(OpSU, SU, Dep);
H A DSelectionDAG.cpp570 const StoreSDNode *ST = cast<StoreSDNode>(N);
571 ID.AddInteger(ST->getMemoryVT().getRawBits());
572 ID.AddInteger(ST->getRawSubclassData());
573 ID.AddInteger(ST->getPointerInfo().getAddrSpace());
5860 StoreSDNode *ST = dyn_cast<StoreSDNode>(OutStoreChains[i]);
5861 SDValue NewStore = DAG.getTruncStore(LoadToken, dl, ST->getValue(),
5862 ST->getBasePtr(), ST->getMemoryVT(),
5863 ST->getMemOperand());
7040 StoreSDNode *ST
[all...]
H A DLegalizeTypes.h874 /// ST: store of a widen value
875 void GenWidenVectorStores(SmallVectorImpl<SDValue> &StChain, StoreSDNode *ST);
880 /// ST: store of a widen value
882 StoreSDNode *ST);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp338 if (StructType *ST = dyn_cast<StructType>(T))
339 ElementSize = DL.getStructLayout(ST)->getSizeInBytes();
H A DLoopAccessAnalysis.cpp1929 for (StoreInst *ST : Stores) {
1930 Value *Ptr = ST->getPointerOperand();
1941 MemoryLocation Loc = MemoryLocation::get(ST);
1945 if (blockNeedsPredication(ST->getParent(), TheLoop, DT))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp463 const RISCVSubtarget &ST = MF->getSubtarget<RISCVSubtarget>(); local
464 if (isCompressibleInst(MI, &ST, MRI, STI))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h690 StructType *ST = cast<StructType>(II->getType()); local
691 Constant *Struct = ConstantStruct::get(ST, V);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp629 bool PPCDAGToDAGISel::tryTLSXFormStore(StoreSDNode *ST) { argument
630 SDValue Base = ST->getBasePtr();
633 SDValue Offset = ST->getOffset();
637 SDLoc dl(ST);
638 EVT MemVT = ST->getMemoryVT();
639 EVT RegVT = ST->getValue().getValueType();
662 SDValue Chain = ST->getChain();
663 SDVTList VTs = ST->getVTList();
664 SDValue Ops[] = {ST->getValue(), Base.getOperand(0), Base.getOperand(1),
667 transferMemOperands(ST, M
4627 StoreSDNode *ST = cast<StoreSDNode>(N); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp2406 BalancedDelimiterTracker ST(*this, tok::l_square);
2407 ST.consumeOpen();
2408 Comps.back().LocStart = ST.getOpenLocation();
2416 ST.consumeClose();
2417 Comps.back().LocEnd = ST.getCloseLocation();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp1518 const auto &ST = MF.getSubtarget<HexagonSubtarget>();
1519 HII = ST.getInstrInfo();
1520 HRI = ST.getRegisterInfo();
H A DHexagonSplitDouble.cpp1195 auto &ST = MF.getSubtarget<HexagonSubtarget>(); local
1196 TRI = ST.getRegisterInfo();
1197 TII = ST.getInstrInfo();
H A DHexagonISelLowering.h108 const HexagonSubtarget &ST);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp519 /// \param ST the original store, that is the basis for the new store.
521 StoreRef killBinding(Store ST, Loc L) override;
2155 StoreRef RegionStoreManager::killBinding(Store ST, Loc L) { argument
2158 return StoreRef(getRegionBindings(ST).removeBinding(R)
2163 return StoreRef(ST, *this);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp930 if (StructType *ST = dyn_cast<StructType>(Agg->getType()))
931 NumElts = ST->getNumElements();
946 if (StructType *ST = dyn_cast<StructType>(Agg->getType()))
947 return ConstantStruct::get(ST, Result);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp921 llvm::createMipsSEFrameLowering(const MipsSubtarget &ST) { argument
922 return new MipsSEFrameLowering(ST);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2414 StoreSDNode *ST = cast<StoreSDNode>(Node); local
2415 SDValue Tmp1 = ST->getChain();
2416 SDValue Tmp2 = ST->getBasePtr();
2417 SDValue Tmp3 = ST->getValue();
2421 DAG.getTruncStore(Tmp1, dl, Tmp3, Tmp2, ST->getPointerInfo(), MVT::i8,
2422 ST->getAlignment(), ST->getMemOperand()->getFlags());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp757 const TargetSubtargetInfo &ST = MF.getSubtarget<TargetSubtargetInfo>(); local
805 ST.adjustSchedDependency(SU, &I, Dep);
2309 if (ST.getInstrInfo()->isZeroCost((*I)->getInstr()->getOpcode()))
2316 if (ST.getInstrInfo()->isZeroCost(SU->getInstr()->getOpcode()) ||
2480 if (ST.getInstrInfo()->getBaseAndOffsetPosition(*MI, BasePos, OffsetPos))
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp922 BinaryStreamRef ST(Contents, support::little);
925 if (Error E = CVFileChecksumTable.initialize(ST))
929 if (Error E = CVStringTable.initialize(ST))
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp46 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts,
48 ST.evaluate(Expr->arg_begin(), Expr->arg_end(), Elts, Loc);
78 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts,
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp50 if (const SubstTemplateTypeParmType *ST =
52 QT = ST->desugar();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp914 StructType *ST = cast<StructType>(T); local
916 TypeVals.push_back(ST->isPacked());
918 for (StructType::element_iterator I = ST->element_begin(),
919 E = ST->element_end(); I != E; ++I)
922 if (ST->isLiteral()) {
926 if (ST->isOpaque()) {
934 if (!ST->getName().empty())
935 writeStringRecord(Stream, bitc::TYPE_CODE_STRUCT_NAME, ST->getName(),

Completed in 573 milliseconds

<<111213