Home
last modified time | relevance | path

Searched refs:VMs (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2000-11-18-EarlyDesignIdeas.txt13 important for portable Java-type VMs?
21 Java-type VMs, the design constraints are very different.
H A D2001-01-31-UniversalIRIdea.txt36 structure LLVM to support one or more language VMs.
H A D2000-11-18-EarlyDesignIdeasResp.txt13 > important for portable Java-type VMs?
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVERegisterInfo.td154 // Aliases of VMs to use as a pair of two VM for packed instructions
/llvm-project-15.0.7/llvm/unittests/IR/
H A DMetadataTest.cpp3265 SmallVector<ValueAsMetadata *, 2> VMs; in TEST_F() local
3266 VMs.push_back( in TEST_F()
3268 VMs.push_back( in TEST_F()
3270 DIArgList *DV0 = DIArgList::get(Context, VMs); in TEST_F()
3271 DIArgList *DV1 = DIArgList::get(Context, VMs); in TEST_F()
3283 SmallVector<ValueAsMetadata *, 2> VMs; in TEST_F() local
3284 VMs.push_back(CI); in TEST_F()
3285 VMs.push_back(MD0); in TEST_F()
3286 auto *AL = DIArgList::get(Context, VMs); in TEST_F()
/llvm-project-15.0.7/llvm/docs/
H A DLibFuzzer.rst209 on preemptable VMs, where the process may be killed at any time.