HomeSort by: relevance | last modified time | path
    Searched refs:VST (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
Value.cpp 410 ValueSymbolTable *VST;
411 bool Failure = getSymTab(V, VST);
416 if (ST == VST) {
424 // Otherwise, things are slightly more complex. Remove V's name from VST and
427 if (VST)
428 VST->removeValueName(V->getValueName());
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 598 void ValueEnumerator::EnumerateValueSymbolTable(const ValueSymbolTable &VST) {
599 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end();
BitcodeWriter.cpp 169 /// class to use in the VST and summary block records.
176 /// backpatched with the offset of the actual VST.
192 // ValueEnumerator, so that they can be emitted in the VST.
394 void writeFunctionLevelValueSymbolTable(const ValueSymbolTable &VST);
1167 /// module-level VST. For now the offset is 0, which will be backpatched
1168 /// after the real VST is written. Saves the bit offset to backpatch.
1170 // Write a placeholder value in for the offset of the real VST,
1173 // updated when the real VST is written.
1177 // hold the real VST offset. Must use fixed instead of VBR as we don't
1187 // patched when the real VST is written. We can simply subtract the 32-bi
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
loongarch-tdep.c 2025 SCW, SCD, FSTS, FSTD, FSTXS, FSTXD, VST, XVST, NOT_STORE
2046 is_vst_insn (loongarch_record->insn) ? VST :
2054 || store_type == VST || store_type == XVST)
2075 case VST:
  /src/external/gpl3/gdb/dist/gdb/
loongarch-tdep.c 2346 SCW, SCD, FSTS, FSTD, FSTXS, FSTXD, VST, XVST, NOT_STORE
2367 is_vst_insn (loongarch_record->insn) ? VST :
2375 || store_type == VST || store_type == XVST)
2396 case VST:
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.cpp 408 case SystemZ::VST:
SystemZFrameLowering.cpp 550 MBBI->getOpcode() == SystemZ::VST)
SystemZInstrInfo.cpp 1612 StoreOpcode = SystemZ::VST;

Completed in 72 milliseconds