Home
last modified time | relevance | path

Searched defs:VM (Results 1 – 25 of 82) sorted by relevance

1234

/aosp_15_r20/external/llvm/unittests/Transforms/Utils/
H A DValueMapperTest.cpp27 ValueToValueMapTy VM; in TEST() local
54 ValueToValueMapTy VM; in TEST() local
61 ValueToValueMapTy VM; in TEST() local
95 ValueToValueMapTy VM; in TEST() local
112 ValueToValueMapTy VM; in TEST() local
122 ValueToValueMapTy VM; in TEST() local
127 ValueToValueMapTy VM; in TEST() local
139 ValueToValueMapTy VM; in TEST() local
152 ValueToValueMapTy VM; in TEST() local
165 ValueToValueMapTy VM; in TEST() local
[all …]
/aosp_15_r20/external/llvm/unittests/IR/
H A DValueMapTest.cpp48 ValueMap<TypeParam*, int> VM; in TYPED_TEST() local
62 ValueMap<TypeParam*, int> VM; in TYPED_TEST() local
124 ValueMap<TypeParam*, int> VM; in TYPED_TEST() local
168 ValueMap<TypeParam*, int> VM; in TYPED_TEST() local
204 ValueMap<TypeParam*, int, ConfigType> VM(Data); in TYPED_TEST() local
219 ValueMap<TypeParam*, int, NoFollow<TypeParam*> > VM; in TYPED_TEST() local
253 ValueMap<TypeParam*, int, CountOps<TypeParam*> > VM(Data); in TYPED_TEST() local
283 ValueMap<TypeParam*, int, ModifyingConfig<TypeParam*> > VM(&MapAddress); in TYPED_TEST() local
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp88 ValueToValueMapTy *VM; member
114 Mapper(ValueToValueMapTy &VM, RemapFlags Flags, in Mapper()
125 registerAlternateMappingContext(ValueToValueMapTy &VM, in registerAlternateMappingContext()
767 ValueToValueMapTy &VM; member
1059 ValueMapper::ValueMapper(ValueToValueMapTy &VM, RemapFlags Flags, in ValueMapper()
1067 ValueMapper::registerAlternateMappingContext(ValueToValueMapTy &VM, in registerAlternateMappingContext()
/aosp_15_r20/packages/modules/Virtualization/libs/framework-virtualization/
DREADME.md219 ### Vsock
255 ### Binder
/aosp_15_r20/external/crosvm/docs/book/src/architecture/
H A Dsnapshotting.md27 ### A word about interrupts
55 ### Two-step snapshotting
/aosp_15_r20/external/python/bumble/examples/
DREADME.md20 #### Linux setup
42 #### Mac setup
/aosp_15_r20/external/perfetto/docs/design-docs/
H A Dcontinuous-integration.md84 ### Worker containers
106 ### Sandbox containers
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp99 ValueToValueMapTy *VM; member
124 Mapper(ValueToValueMapTy &VM, RemapFlags Flags, in Mapper()
135 registerAlternateMappingContext(ValueToValueMapTy &VM, in registerAlternateMappingContext()
1141 ValueMapper::ValueMapper(ValueToValueMapTy &VM, RemapFlags Flags, in ValueMapper()
1149 ValueMapper::registerAlternateMappingContext(ValueToValueMapTy &VM, in registerAlternateMappingContext()
H A DLoopRotationUtils.cpp87 static void InsertNewValueIntoMap(ValueToValueMapTy &VM, Value *K, Value *V) { in InsertNewValueIntoMap()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp98 ValueToValueMapTy *VM; member
123 Mapper(ValueToValueMapTy &VM, RemapFlags Flags, in Mapper()
134 registerAlternateMappingContext(ValueToValueMapTy &VM, in registerAlternateMappingContext()
1077 ValueMapper::ValueMapper(ValueToValueMapTy &VM, RemapFlags Flags, in ValueMapper()
1085 ValueMapper::registerAlternateMappingContext(ValueToValueMapTy &VM, in registerAlternateMappingContext()
H A DLoopRotationUtils.cpp81 static void InsertNewValueIntoMap(ValueToValueMapTy &VM, Value *K, Value *V) { in InsertNewValueIntoMap()
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/misc/
H A DVM.java29 public class VM { class
31 public VM() { in VM() method in VM
/aosp_15_r20/external/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp129 ValueToValueMapTy VM; in runOnModule() local
364 void GenericToNVVM::remapNamedMDNode(ValueToValueMapTy &VM, NamedMDNode *N) { in remapNamedMDNode()
/aosp_15_r20/system/libvintf/include/vintf/
H A DExclusiveTo.h34 VM, enumerator
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/fixedbugs/
Dissue50755.go41 func Merge[MM ~map[KM]VM, KM comparable, VM any](ms ...MM) MM {
/aosp_15_r20/art/compiler/utils/riscv64/
H A Dassembler_riscv64_test.cc1656 void (Riscv64Assembler::*f)(Reg1, Reg2, Reg3, Riscv64Assembler::VM), in RepeatTemplatedRegistersVmFiltered()
1699 void (Riscv64Assembler::*f)(VRegister, XRegister, XRegister, Riscv64Assembler::VM), in RepeatVRRVmFiltered()
1714 void (Riscv64Assembler::*f)(VRegister, XRegister, XRegister, Riscv64Assembler::VM), in RepeatVRRVm()
1717 f, fmt, [](VRegister, XRegister, XRegister, Riscv64Assembler::VM) { return true; }); in RepeatVRRVm()
1722 void (Riscv64Assembler::*f)(VRegister, VRegister, XRegister, Riscv64Assembler::VM), in RepeatVVRVmFiltered()
1738 void (Riscv64Assembler::*f)(VRegister, XRegister, VRegister, Riscv64Assembler::VM), in RepeatVRVVmFiltered()
1753 void (Riscv64Assembler::*f)(VRegister, XRegister, VRegister, Riscv64Assembler::VM), in RepeatVRVVm()
1756 f, fmt, [](VRegister, XRegister, VRegister, Riscv64Assembler::VM) { return true; }); in RepeatVRVVm()
1761 void (Riscv64Assembler::*f)(VRegister, VRegister, VRegister, Riscv64Assembler::VM), in RepeatVVVVmFiltered()
1776 void (Riscv64Assembler::*f)(VRegister, VRegister, VRegister, Riscv64Assembler::VM), in RepeatVVVVm()
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/sun/misc/
H A DVM.java34 public class VM { class
/aosp_15_r20/libcore/ojluni/src/main/java/jdk/internal/misc/
H A DVM.java36 public class VM { class
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp120 ValueToValueMapTy VM; in runOnModule() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp124 ValueToValueMapTy VM; in runOnModule() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.cpp92 static bool checkValueMapping(const RegisterBankInfo::ValueMapping &VM, in checkValueMapping()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.cpp92 static bool checkValueMapping(const RegisterBankInfo::ValueMapping &VM, in checkValueMapping()
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceCfg.cpp1160 bool findAllInserts(Cfg *Func, GlobalContext *Ctx, VariablesMetadata *VM, in findAllInserts()
1255 bool findAllExtracts(Cfg *Func, GlobalContext *Ctx, VariablesMetadata *VM, in findAllExtracts()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp785 unsigned VM, bool Compr, unsigned Enabled, bool Done) { in buildEXP()
1118 int64_t VM = I.getOperand(8).getImm(); in selectG_INTRINSIC_W_SIDE_EFFECTS() local
1137 int64_t VM = I.getOperand(6).getImm(); in selectG_INTRINSIC_W_SIDE_EFFECTS() local
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DSIInsertWaits.cpp38 unsigned VM; member

1234