Searched refs:VST (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/IR/ |
D | Value.cpp | 258 ValueSymbolTable *VST; in takeName() local 259 bool Failure = getSymTab(V, VST); in takeName() 264 if (ST == VST) { in takeName() 275 if (VST) in takeName() 276 VST->removeValueName(V->getValueName()); in takeName()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | icuzones | 71 Link Asia/Ho_Chi_Minh VST
|
/external/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 495 void ValueEnumerator::EnumerateValueSymbolTable(const ValueSymbolTable &VST) { in EnumerateValueSymbolTable() argument 496 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end(); in EnumerateValueSymbolTable()
|
D | BitcodeWriter.cpp | 1978 static void WriteValueSymbolTable(const ValueSymbolTable &VST, in WriteValueSymbolTable() argument 1981 if (VST.empty()) return; in WriteValueSymbolTable() 1988 for (ValueSymbolTable::const_iterator SI = VST.begin(), SE = VST.end(); in WriteValueSymbolTable()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TimeZoneAliases.txt | 165 VST ; Asia/Saigon
|
/external/icu/icu4c/source/test/testdata/ |
D | zoneinfo64.txt | 3024 /* VST */ :int { 264 } //Z#614 3216 ,"UTC","Universal","VST","W-SU","WET","Zulu" // 617 3934 "VN", //Z#614 VST
|
D | structLocale.txt | 27868 "VST"{
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 1013 // VLD/VST instructions and checking the alignment is not specified. 1024 // VLD/VST instructions and checking the alignment value. 1035 // VLD/VST instructions and checking the alignment value. 1046 // VLD/VST instructions and checking the alignment value. 1057 // for VLD/VST instructions and checking the alignment value. 1068 // encoding for VLD/VST instructions and checking the alignment value.
|
D | ARMInstrNEON.td | 1616 // Classes for VST* pseudo-instructions with multi-register operands. 2030 // Classes for VST*LN pseudo-instructions with multi-register operands.
|