Searched refs:VST (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Value.cpp | 324 ValueSymbolTable *VST; in takeName() local 325 bool Failure = getSymTab(V, VST); in takeName() 330 if (ST == VST) { in takeName() 341 if (VST) in takeName() 342 VST->removeValueName(V->getValueName()); in takeName()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.cpp | 551 void ValueEnumerator::EnumerateValueSymbolTable(const ValueSymbolTable &VST) { in EnumerateValueSymbolTable() argument 552 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end(); in EnumerateValueSymbolTable()
|
| H A D | BitcodeWriter.cpp | 381 void writeFunctionLevelValueSymbolTable(const ValueSymbolTable &VST); 2998 const ValueSymbolTable &VST) { in writeFunctionLevelValueSymbolTable() argument 2999 if (VST.empty()) in writeFunctionLevelValueSymbolTable() 3008 for (const ValueName &Name : VST) { in writeFunctionLevelValueSymbolTable()
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZFrameLowering.cpp | 449 MBBI->getOpcode() == SystemZ::VST) in emitPrologue()
|
| H A D | SystemZInstrVector.td | 211 def VST : StoreVRX<"vst", 0xE70E, null_frag, v128any, 16>; 372 (VST VR128:$src, bdxaddr12only:$addr)>; 1447 (VST VR128:$src, bdxaddr12only:$addr)>;
|
| H A D | SystemZInstrInfo.cpp | 1530 StoreOpcode = SystemZ::VST; in getLoadStoreOpcodes()
|
| H A D | SystemZScheduleZ13.td | 1210 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "VST(L|32|64)?$")>;
|
| H A D | SystemZScheduleZ14.td | 1229 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "VST(L|32|64)?$")>;
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleA57.td | 157 "VST(1|2)LN(d|q)(WB_fixed_|WB_register_)?Asm", 158 "VST(3|4)(DUP|LN)?(d|q)(WB_fixed_|WB_register_)?Asm",
|
| H A D | ARMInstrInfo.td | 1176 // VLD/VST instructions and checking the alignment is not specified. 1187 // VLD/VST instructions and checking the alignment value. 1198 // VLD/VST instructions and checking the alignment value. 1209 // VLD/VST instructions and checking the alignment value. 1220 // for VLD/VST instructions and checking the alignment value. 1231 // encoding for VLD/VST instructions and checking the alignment value.
|
| H A D | ARMInstrNEON.td | 1675 // Classes for VST* pseudo-instructions with multi-register operands. 2113 // Classes for VST*LN pseudo-instructions with multi-register operands.
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | ChangeLog-2006 | 1891 register lists for VLD<n>/VST<n> instructions.
|