HomeSort by relevance Sort by last modified time
    Searched refs:VST (Results 1 - 16 of 16) sorted by null

  /external/swiftshader/third_party/LLVM/lib/VMCore/
Value.cpp 255 ValueSymbolTable *VST;
256 bool Failure = getSymTab(V, VST);
261 if (ST == VST) {
269 // Otherwise, things are slightly more complex. Remove V's name from VST and
272 if (VST)
273 VST->removeValueName(V->Name);
  /external/llvm/lib/IR/
Value.cpp 296 ValueSymbolTable *VST;
297 bool Failure = getSymTab(V, VST);
302 if (ST == VST) {
310 // Otherwise, things are slightly more complex. Remove V's name from VST and
313 if (VST)
314 VST->removeValueName(V->getValueName());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Value.cpp 334 ValueSymbolTable *VST;
335 bool Failure = getSymTab(V, VST);
340 if (ST == VST) {
348 // Otherwise, things are slightly more complex. Remove V's name from VST and
351 if (VST)
352 VST->removeValueName(V->getValueName());
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
ValueEnumerator.cpp 170 void ValueEnumerator::EnumerateValueSymbolTable(const ValueSymbolTable &VST) {
171 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end();
BitcodeWriter.cpp     [all...]
  /external/cldr/tools/java/org/unicode/cldr/icu/
timezone_aliases.txt 156 VST; Asia/Saigon
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 518 void ValueEnumerator::EnumerateValueSymbolTable(const ValueSymbolTable &VST) {
519 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end();
    [all...]
BitcodeWriter.cpp 79 /// backpatched with the offset of the actual VST.
132 // will start at the bitcode, and we need the offset of the VST
244 const ValueSymbolTable &VST, bool IsModuleLevel = false,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 551 void ValueEnumerator::EnumerateValueSymbolTable(const ValueSymbolTable &VST) {
552 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end();
    [all...]
BitcodeWriter.cpp 164 /// class to use in the VST and summary block records.
171 /// backpatched with the offset of the actual VST.
187 // ValueEnumerator, so that they can be emitted in the VST.
379 void writeFunctionLevelValueSymbolTable(const ValueSymbolTable &VST);
    [all...]
  /external/boringssl/src/ssl/test/runner/poly1305/
sum_s390x.s 301 VST H_0, (R1)
sum_vmsl_s390x.s 569 VST H0_0, (R1)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 449 MBBI->getOpcode() == SystemZ::VST)
SystemZInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp     [all...]
  /external/v8/src/s390/
constants-s390.h     [all...]

Completed in 800 milliseconds