| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Value.cpp | 430 ValueSymbolTable *VST; in takeName() local 431 bool Failure = getSymTab(V, VST); in takeName() 436 if (ST == VST) { in takeName() 447 if (VST) in takeName() 448 VST->removeValueName(V->getValueName()); in takeName()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VVPInstrPatternsVec.td | 49 defm : VectorStore<v256f64, i64, v256i1, "VST", "VST">; 50 defm : VectorStore<v256i64, i64, v256i1, "VST", "VST">;
|
| H A D | VEInstrFormats.td | 48 /// 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 D | VEInstrVec.td | 181 // 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/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchMergeBaseOffset.cpp | 530 case LoongArch::VST: in getNewOpc() 531 return isLarge ? LoongArch::VSTX : LoongArch::VST; in getNewOpc() 623 case LoongArch::VST: in foldIntoMemoryOps()
|
| H A D | LoongArchInstrInfo.cpp | 131 Opcode = LoongArch::VST; in storeRegToStackSlot()
|
| H A D | LoongArchLSXInstrInfo.td | 1232 def VST : LSX2RI12_Store<0x2c400000>; 1989 defm : StPat<store, VST, LSX128, vt>; 2433 (VST LSX128:$vd, GPR:$rj, (to_valid_timm timm:$imm))>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILValueEnumerator.cpp | 576 void ValueEnumerator::EnumerateValueSymbolTable(const ValueSymbolTable &VST) { in EnumerateValueSymbolTable() argument 577 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end(); in EnumerateValueSymbolTable()
|
| H A D | DXILBitcodeWriter.cpp | 353 void writeFunctionLevelValueSymbolTable(const ValueSymbolTable &VST); 2569 const ValueSymbolTable &VST) { in writeFunctionLevelValueSymbolTable() argument 2570 if (VST.empty()) in writeFunctionLevelValueSymbolTable() 2583 for (auto &VI : VST) { in writeFunctionLevelValueSymbolTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.cpp | 612 void ValueEnumerator::EnumerateValueSymbolTable(const ValueSymbolTable &VST) { in EnumerateValueSymbolTable() argument 613 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end(); in EnumerateValueSymbolTable()
|
| H A D | BitcodeWriter.cpp | 439 void writeFunctionLevelValueSymbolTable(const ValueSymbolTable &VST); 3623 const ValueSymbolTable &VST) { in writeFunctionLevelValueSymbolTable() argument 3624 if (VST.empty()) in writeFunctionLevelValueSymbolTable() 3633 for (const ValueName &Name : VST) { in writeFunctionLevelValueSymbolTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleM4.td | 115 def : M4UnitL1I<(instregex "VST")>;
|
| H A D | ARMScheduleM55.td | 447 def : InstRW<[M55WriteLSE2], (instregex "VST")>;
|
| H A D | ARMScheduleA57.td | 146 "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 D | ARMInstrInfo.td | 1358 // VLD/VST instructions and checking the alignment is not specified. 1369 // VLD/VST instructions and checking the alignment value. 1380 // VLD/VST instructions and checking the alignment value. 1391 // VLD/VST instructions and checking the alignment value. 1402 // for VLD/VST instructions and checking the alignment value. 1413 // encoding for VLD/VST instructions and checking the alignment value.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrVector.td | 219 defm VST : StoreVRXAlign<"vst", 0xE70E>; 488 (VST VR128:$src, bdxaddr12only:$addr)>; 1916 (VST VR128:$src, bdxaddr12only:$addr)>; 2267 (VST VR128:$src, bdxaddr12only:$addr)>;
|
| H A D | SystemZFrameLowering.cpp | 696 MBBI->getOpcode() == SystemZ::VST) in emitPrologue()
|
| H A D | SystemZAsmPrinter.cpp | 554 case SystemZ::VST: in emitInstruction()
|
| H A D | SystemZInstrInfo.cpp | 1933 StoreOpcode = SystemZ::VST; in getLoadStoreOpcodes()
|
| H A D | SystemZScheduleZ13.td | 1208 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "VST(Align|L|16|32|64)?$")>;
|
| H A D | SystemZScheduleZ17.td | 1270 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "VST(Align|L|16|32|64)?$")>;
|
| H A D | SystemZScheduleZ15.td | 1249 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "VST(Align|L|16|32|64)?$")>;
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | ole2compounddocs | 370 # VSD~Drawing VSS~Stencil VST~Template
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSchedSiFive7.td | 598 // VST*R is LMUL aware
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 10892 MVT VST; in LowerBitreverse() local 10899 VST = MVT::v8i8; in LowerBitreverse() 10900 REVB = DAG.getNode(AArch64ISD::REV32, DL, VST, Op.getOperand(0)); in LowerBitreverse() 10906 VST = MVT::v16i8; in LowerBitreverse() 10907 REVB = DAG.getNode(AArch64ISD::REV32, DL, VST, Op.getOperand(0)); in LowerBitreverse() 10913 VST = MVT::v8i8; in LowerBitreverse() 10914 REVB = DAG.getNode(AArch64ISD::REV64, DL, VST, Op.getOperand(0)); in LowerBitreverse() 10920 VST = MVT::v16i8; in LowerBitreverse() 10921 REVB = DAG.getNode(AArch64ISD::REV64, DL, VST, Op.getOperand(0)); in LowerBitreverse() 10928 DAG.getNode(ISD::BITREVERSE, DL, VST, REVB)); in LowerBitreverse()
|