Home
last modified time | relevance | path

Searched refs:VST (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp417 ValueSymbolTable *VST; in takeName() local
418 bool Failure = getSymTab(V, VST); in takeName()
423 if (ST == VST) { in takeName()
434 if (VST) in takeName()
435 VST->removeValueName(V->getValueName()); in takeName()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVVPInstrPatternsVec.td49 defm : VectorStore<v256f64, i64, v256i1, "VST", "VST">;
50 defm : VectorStore<v256i64, i64, v256i1, "VST", "VST">;
H A DVEInstrFormats.td48 /// For example, the index of VL of (VST $sy, $sz, $sx, $vl) is 3 (beginning
49 /// from 0), and the index of VL of (VST $sy, $sz, $sx, $vm, $vl) is 4. We
H A DVEInstrVec.td181 // Multiclass for VST instructions
214 // Section 8.9.7 - VST (Vector Store)
215 defm VST : VSTm<"vst", 0x91, V64>;
217 // Section 8.9.8 - VST (Vector Store Upper)
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp572 void ValueEnumerator::EnumerateValueSymbolTable(const ValueSymbolTable &VST) { in EnumerateValueSymbolTable() argument
573 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end(); in EnumerateValueSymbolTable()
H A DBitcodeWriter.cpp395 void writeFunctionLevelValueSymbolTable(const ValueSymbolTable &VST);
3372 const ValueSymbolTable &VST) { in writeFunctionLevelValueSymbolTable() argument
3373 if (VST.empty()) in writeFunctionLevelValueSymbolTable()
3382 for (const ValueName &Name : VST) { in writeFunctionLevelValueSymbolTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp576 void ValueEnumerator::EnumerateValueSymbolTable(const ValueSymbolTable &VST) { in EnumerateValueSymbolTable() argument
577 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end(); in EnumerateValueSymbolTable()
H A DDXILBitcodeWriter.cpp344 void writeFunctionLevelValueSymbolTable(const ValueSymbolTable &VST);
2559 const ValueSymbolTable &VST) { in writeFunctionLevelValueSymbolTable() argument
2560 if (VST.empty()) in writeFunctionLevelValueSymbolTable()
2571 for (auto &VI : VST) { in writeFunctionLevelValueSymbolTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleM4.td115 def : M4UnitL1I<(instregex "VST")>;
H A DARMScheduleM55.td447 def : InstRW<[M55WriteLSE2], (instregex "VST")>;
H A DARMScheduleA57.td146 "VST(1|2)LN(d|q)(WB_fixed_|WB_register_)?Asm",
147 "VST(3|4)(DUP|LN)?(d|q)(WB_fixed_|WB_register_)?Asm",
H A DARMInstrInfo.td1339 // VLD/VST instructions and checking the alignment is not specified.
1350 // VLD/VST instructions and checking the alignment value.
1361 // VLD/VST instructions and checking the alignment value.
1372 // VLD/VST instructions and checking the alignment value.
1383 // for VLD/VST instructions and checking the alignment value.
1394 // encoding for VLD/VST instructions and checking the alignment value.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.cpp127 Opcode = LoongArch::VST; in storeRegToStackSlot()
H A DLoongArchLSXInstrInfo.td1151 def VST : LSX2RI12_Store<0x2c400000>;
1695 defm : StPat<store, VST, LSX128, vt>;
2077 (VST LSX128:$vd, GPR:$rj, (to_valid_timm timm:$imm))>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td214 defm VST : StoreVRXAlign<"vst", 0xE70E>;
454 (VST VR128:$src, bdxaddr12only:$addr)>;
1548 (VST VR128:$src, bdxaddr12only:$addr)>;
1841 (VST VR128:$src, bdxaddr12only:$addr)>;
H A DSystemZAsmPrinter.cpp531 case SystemZ::VST: in emitInstruction()
H A DSystemZFrameLowering.cpp676 MBBI->getOpcode() == SystemZ::VST) in emitPrologue()
H A DSystemZInstrInfo.cpp1641 StoreOpcode = SystemZ::VST; in getLoadStoreOpcodes()
H A DSystemZScheduleZ13.td1208 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "VST(Align|L|32|64)?$")>;
H A DSystemZScheduleZ16.td1254 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "VST(Align|L|32|64)?$")>;
H A DSystemZScheduleZ14.td1227 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "VST(Align|L|32|64)?$")>;
H A DSystemZScheduleZ15.td1248 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "VST(Align|L|32|64)?$")>;
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dole2compounddocs358 # VSD~Drawing VSS~Stencil VST~Template
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSchedSiFive7.td553 // VST*R is LMUL aware
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9266 MVT VST; in LowerBitreverse() local
9273 VST = MVT::v8i8; in LowerBitreverse()
9274 REVB = DAG.getNode(AArch64ISD::REV32, DL, VST, Op.getOperand(0)); in LowerBitreverse()
9280 VST = MVT::v16i8; in LowerBitreverse()
9281 REVB = DAG.getNode(AArch64ISD::REV32, DL, VST, Op.getOperand(0)); in LowerBitreverse()
9287 VST = MVT::v8i8; in LowerBitreverse()
9288 REVB = DAG.getNode(AArch64ISD::REV64, DL, VST, Op.getOperand(0)); in LowerBitreverse()
9294 VST = MVT::v16i8; in LowerBitreverse()
9295 REVB = DAG.getNode(AArch64ISD::REV64, DL, VST, Op.getOperand(0)); in LowerBitreverse()
9302 DAG.getNode(ISD::BITREVERSE, DL, VST, REVB)); in LowerBitreverse()

12