| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Value.cpp | 403 ValueSymbolTable *VST; in takeName() local 404 bool Failure = getSymTab(V, VST); in takeName() 409 if (ST == VST) { in takeName() 420 if (VST) in takeName() 421 VST->removeValueName(V->getValueName()); in takeName()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| 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 | 154 // Multiclass for VST instructions 187 // Section 8.9.7 - VST (Vector Store) 188 defm VST : VSTm<"vst", 0x91, V64>; 190 // Section 8.9.8 - VST (Vector Store Upper)
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.cpp | 610 void ValueEnumerator::EnumerateValueSymbolTable(const ValueSymbolTable &VST) { in EnumerateValueSymbolTable() argument 611 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end(); in EnumerateValueSymbolTable()
|
| H A D | BitcodeWriter.cpp | 394 void writeFunctionLevelValueSymbolTable(const ValueSymbolTable &VST); 3227 const ValueSymbolTable &VST) { in writeFunctionLevelValueSymbolTable() argument 3228 if (VST.empty()) in writeFunctionLevelValueSymbolTable() 3237 for (const ValueName &Name : VST) { in writeFunctionLevelValueSymbolTable()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleM4.td | 115 def : M4UnitL1I<(instregex "VST")>;
|
| H A D | ARMScheduleA57.td | 147 "VST(1|2)LN(d|q)(WB_fixed_|WB_register_)?Asm", 148 "VST(3|4)(DUP|LN)?(d|q)(WB_fixed_|WB_register_)?Asm",
|
| H A D | ARMInstrInfo.td | 1307 // VLD/VST instructions and checking the alignment is not specified. 1318 // VLD/VST instructions and checking the alignment value. 1329 // VLD/VST instructions and checking the alignment value. 1340 // VLD/VST instructions and checking the alignment value. 1351 // for VLD/VST instructions and checking the alignment value. 1362 // encoding for VLD/VST instructions and checking the alignment value.
|
| H A D | ARMInstrNEON.td | 1663 // Classes for VST* pseudo-instructions with multi-register operands. 2125 // Classes for VST*LN pseudo-instructions with multi-register operands.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZFrameLowering.cpp | 550 MBBI->getOpcode() == SystemZ::VST) in emitPrologue()
|
| H A D | SystemZAsmPrinter.cpp | 408 case SystemZ::VST: in emitInstruction()
|
| H A D | SystemZInstrVector.td | 214 defm VST : StoreVRXAlign<"vst", 0xE70E>; 454 (VST VR128:$src, bdxaddr12only:$addr)>; 1658 (VST VR128:$src, bdxaddr12only:$addr)>;
|
| H A D | SystemZInstrInfo.cpp | 1612 StoreOpcode = SystemZ::VST; in getLoadStoreOpcodes()
|
| H A D | SystemZScheduleZ13.td | 1210 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "VST(Align|L|32|64)?$")>;
|
| H A D | SystemZScheduleZ15.td | 1250 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "VST(Align|L|32|64)?$")>;
|
| H A D | SystemZScheduleZ14.td | 1229 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "VST(Align|L|32|64)?$")>;
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | ole2compounddocs | 277 # VSD~Drawing VSS~Stencil VST~Template
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 7156 MVT VST; in LowerBitreverse() local 7163 VST = MVT::v8i8; in LowerBitreverse() 7164 REVB = DAG.getNode(AArch64ISD::REV32, DL, VST, Op.getOperand(0)); in LowerBitreverse() 7170 VST = MVT::v16i8; in LowerBitreverse() 7171 REVB = DAG.getNode(AArch64ISD::REV32, DL, VST, Op.getOperand(0)); in LowerBitreverse() 7177 VST = MVT::v8i8; in LowerBitreverse() 7178 REVB = DAG.getNode(AArch64ISD::REV64, DL, VST, Op.getOperand(0)); in LowerBitreverse() 7184 VST = MVT::v16i8; in LowerBitreverse() 7185 REVB = DAG.getNode(AArch64ISD::REV64, DL, VST, Op.getOperand(0)); in LowerBitreverse() 7192 DAG.getNode(ISD::BITREVERSE, DL, VST, REVB)); in LowerBitreverse()
|