Searched refs:VST (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DValue.cpp289 ValueSymbolTable *VST; local
290 bool Failure = getSymTab(V, VST);
295 if (ST == VST) {
303 // Otherwise, things are slightly more complex. Remove V's name from VST and
306 if (VST)
307 VST->removeValueName(V->getValueName());
/freebsd-11.0-release/contrib/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp486 void ValueEnumerator::EnumerateValueSymbolTable(const ValueSymbolTable &VST) { argument
487 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end();
H A DBitcodeWriter.cpp588 /// module-level VST. For now the offset is 0, which will be backpatched
589 /// after the real VST is written. Returns the bit offset to backpatch.
590 static uint64_t WriteValueSymbolTableForwardDecl(const ValueSymbolTable &VST, argument
592 if (VST.empty())
595 // Write a placeholder value in for the offset of the real VST,
598 // updated when the real VST is written.
602 // hold the real VST offset. Must use fixed instead of VBR as we don't
612 // patched when the real VST is written. We can simply subtract the 32-bit
619 /// Returns the bit offset to backpatch with the location of the real VST.
2214 /// VST, wher
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1151 StoreOpcode = SystemZ::VST;

Completed in 196 milliseconds