Searched refs:VST (Results 1 – 14 of 14) sorted by relevance
/external/llvm/test/Bitcode/ |
D | vst-forward-declaration.ll | 2 ; Check for VST forward declaration record and VST function index records.
|
/external/llvm/lib/IR/ |
D | Value.cpp | 289 ValueSymbolTable *VST; in takeName() local 290 bool Failure = getSymTab(V, VST); in takeName() 295 if (ST == VST) { in takeName() 306 if (VST) in takeName() 307 VST->removeValueName(V->getValueName()); in takeName()
|
/external/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 486 void ValueEnumerator::EnumerateValueSymbolTable(const ValueSymbolTable &VST) { in EnumerateValueSymbolTable() argument 487 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end(); in EnumerateValueSymbolTable()
|
D | BitcodeWriter.cpp | 590 static uint64_t WriteValueSymbolTableForwardDecl(const ValueSymbolTable &VST, in WriteValueSymbolTableForwardDecl() argument 592 if (VST.empty()) in WriteValueSymbolTableForwardDecl() 2217 const ValueSymbolTable &VST, const ValueEnumerator &VE, in WriteValueSymbolTable() argument 2222 if (VST.empty()) { in WriteValueSymbolTable() 2281 for (const ValueName &Name : VST) { in WriteValueSymbolTable()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | icuzones | 71 Link Asia/Ho_Chi_Minh VST
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TimeZoneAliases.txt | 165 VST ; Asia/Saigon
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TimeZoneAliases.txt | 165 VST ; Asia/Saigon
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrVector.td | 188 def VST : StoreVRX<"vst", 0xE70E, null_frag, v128any, 16>; 325 (VST VR128:$src, bdxaddr12only:$addr)>;
|
D | SystemZInstrInfo.cpp | 1151 StoreOpcode = SystemZ::VST; in getLoadStoreOpcodes()
|
/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 | 33531 "VST"{
|
/external/icu/icu4c/source/data/misc/ |
D | zoneinfo64.txt | 2856 /* VST */ :int { 268 } //Z#624 3051 ,"UTC","Universal","VST","W-SU","WET","Zulu" // 627 3776 "VN", //Z#624 VST
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 1024 // VLD/VST instructions and checking the alignment is not specified. 1035 // VLD/VST instructions and checking the alignment value. 1046 // VLD/VST instructions and checking the alignment value. 1057 // VLD/VST instructions and checking the alignment value. 1068 // for VLD/VST instructions and checking the alignment value. 1079 // encoding for VLD/VST instructions and checking the alignment value.
|
D | ARMInstrNEON.td | 1611 // Classes for VST* pseudo-instructions with multi-register operands. 2025 // Classes for VST*LN pseudo-instructions with multi-register operands.
|