Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp403 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 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.td154 // 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 DValueEnumerator.cpp610 void ValueEnumerator::EnumerateValueSymbolTable(const ValueSymbolTable &VST) { in EnumerateValueSymbolTable() argument
611 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end(); in EnumerateValueSymbolTable()
H A DBitcodeWriter.cpp394 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 DARMScheduleM4.td115 def : M4UnitL1I<(instregex "VST")>;
H A DARMScheduleA57.td147 "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 DARMInstrInfo.td1307 // 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 DARMInstrNEON.td1663 // 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 DSystemZFrameLowering.cpp550 MBBI->getOpcode() == SystemZ::VST) in emitPrologue()
H A DSystemZAsmPrinter.cpp408 case SystemZ::VST: in emitInstruction()
H A DSystemZInstrVector.td214 defm VST : StoreVRXAlign<"vst", 0xE70E>;
454 (VST VR128:$src, bdxaddr12only:$addr)>;
1658 (VST VR128:$src, bdxaddr12only:$addr)>;
H A DSystemZInstrInfo.cpp1612 StoreOpcode = SystemZ::VST; in getLoadStoreOpcodes()
H A DSystemZScheduleZ13.td1210 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "VST(Align|L|32|64)?$")>;
H A DSystemZScheduleZ15.td1250 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "VST(Align|L|32|64)?$")>;
H A DSystemZScheduleZ14.td1229 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "VST(Align|L|32|64)?$")>;
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dole2compounddocs277 # VSD~Drawing VSS~Stencil VST~Template
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7156 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()