Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DValue.cpp324 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 DValueEnumerator.cpp551 void ValueEnumerator::EnumerateValueSymbolTable(const ValueSymbolTable &VST) { in EnumerateValueSymbolTable() argument
552 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end(); in EnumerateValueSymbolTable()
H A DBitcodeWriter.cpp381 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 DSystemZFrameLowering.cpp449 MBBI->getOpcode() == SystemZ::VST) in emitPrologue()
H A DSystemZInstrVector.td211 def VST : StoreVRX<"vst", 0xE70E, null_frag, v128any, 16>;
372 (VST VR128:$src, bdxaddr12only:$addr)>;
1447 (VST VR128:$src, bdxaddr12only:$addr)>;
H A DSystemZInstrInfo.cpp1530 StoreOpcode = SystemZ::VST; in getLoadStoreOpcodes()
H A DSystemZScheduleZ13.td1210 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "VST(L|32|64)?$")>;
H A DSystemZScheduleZ14.td1229 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "VST(L|32|64)?$")>;
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMScheduleA57.td157 "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 DARMInstrInfo.td1176 // 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 DARMInstrNEON.td1675 // 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 DChangeLog-20061891 register lists for VLD<n>/VST<n> instructions.