| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | ValueMapper.h | 167 LLVM_ABI ValueMapper(ValueToValueMapTy &VM, RemapFlags Flags = RF_None, 182 registerAlternateMappingContext(ValueToValueMapTy &VM, 236 inline Value *MapValue(const Value *V, ValueToValueMapTy &VM, 241 return ValueMapper(VM, Flags, TypeMapper, Materializer, IdentityMD) 262 inline Metadata *MapMetadata(const Metadata *MD, ValueToValueMapTy &VM, 267 return ValueMapper(VM, Flags, TypeMapper, Materializer, IdentityMD) 272 inline MDNode *MapMetadata(const MDNode *MD, ValueToValueMapTy &VM, 277 return ValueMapper(VM, Flags, TypeMapper, Materializer, IdentityMD) 289 inline void RemapInstruction(Instruction *I, ValueToValueMapTy &VM, 294 ValueMapper(VM, Flags, TypeMapper, Materializer, IdentityMD) [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrVec.td | 5 // Pseudo instructions for VM/VM512 spill/restore 17 (outs VM:$vmx), (ins MEMrii:$addr), 25 (outs), (ins MEMrii:$addr, VM:$vmx), 195 defm m : VSTbm<opcStr, " $vx, $sy, $sz, $m", opc, !con(dag_in, (ins VM:$m))>; 258 defm m : VGTlm<opcStr, argStr#", $m", opc, RC, !con(dag_in, (ins VM:$m))>; 310 defm m : VSCbm<opcStr, argStr#", $m", opc, !con(dag_in, (ins VM:$m))>; 403 // Section 8.9.22 - LVM (Load VM) 427 defm LVM : LVMm<"lvm", 0xb7, VM>; 429 // Section 8.9.23 - SVM (Save VM) 438 defm SVM : SVMm<"svm", 0xa7, VM>; [all …]
|
| H A D | VERegisterInfo.td | 154 def VM#I : VEMaskReg<I, "vm"#I, [], ["vm"#I]>, DwarfRegNum<[!add(128,I)]>; 156 // Aliases of VMs to use as a pair of two VM for packed instructions 163 [!cast<VEMaskReg>("VM"#!shl(I,1)), 164 !cast<VEMaskReg>("VM"#!add(!shl(I,1),1))], 198 def VM : RegisterClass<"VE", [v256i1], 64, (sequence "VM%u", 0, 15)>;
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | radix.sh | 77 Suppose that I write a program for i386 that creates giant VM objects, 80 4104, 4105, ... in each of the VM objects. (The sequence would be 82 limitation by mmap(2)ing and munmap(2)ing windows onto a VM object. 83 Each of the VM objects would have only one less interior node in the 84 radix tree than pages. If I create enough of these VM objects, then I
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/ADT/ |
| H A D | StringMapEntry.h | 103 : KM(std::move(KMArg)), VM(std::move(VMArg)) {} 108 new StringMapEntryMatcherImpl<const StringMapEntryT &>(KM, VM)); 113 const ValueMatcherT VM; 122 IsStringMapEntry(KeyMatcherT KM, ValueMatcherT VM) { 124 std::move(KM), std::move(VM));
|
| /freebsd/tools/regression/nfsmmap/ |
| H A D | README | 3 VM system's use of the underlying VM pages. 12 valid, the VM system must re-read the invalid parts of the 16 This is the same as test1 without the fsync. The VM system
|
| /freebsd/sys/contrib/device-tree/Bindings/reserved-memory/ |
| H A D | xen,shared-memory.txt | 4 virtual machine. Typically, a region is configured at VM creation time 20 memory region used for the mapping in the borrower VM. 24 the VM config file
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | beetle | 3 # beetle: file(1) magic for Beetle VM object files 7 0 string BEETLE\000 Beetle VM object file
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ValueMapper.cpp | 100 ValueToValueMapTy *VM; member 104 explicit MappingContext(ValueToValueMapTy &VM, in MappingContext() 106 : VM(&VM), Materializer(Materializer) {} in MappingContext() 126 Mapper(ValueToValueMapTy &VM, RemapFlags Flags, in Mapper() argument 130 MCs(1, MappingContext(VM, Materializer)), IdentityMD(IdentityMD) {} in Mapper() 138 registerAlternateMappingContext(ValueToValueMapTy &VM, in registerAlternateMappingContext() argument 140 MCs.push_back(MappingContext(VM, Materializer)); in registerAlternateMappingContext() 180 ValueToValueMapTy &getVM() { return *MCs[CurrentMCID].VM; } in getVM() 1214 ValueMapper::ValueMapper(ValueToValueMapTy &VM, RemapFlags Flags, in ValueMapper() argument 1218 : pImpl(new Mapper(VM, Flags, TypeMapper, Materializer, IdentityMD)) {} in ValueMapper() [all …]
|
| H A D | LoopConstrainer.cpp | 705 ValueToValueMapTy &VM, in createClonedLoopStructure() argument 717 New.addBasicBlockToLoop(cast<BasicBlock>(VM[BB]), LI); in createClonedLoopStructure() 721 createClonedLoopStructure(SubLoop, &New, VM, /* IsSubloop */ true); in createClonedLoopStructure()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | DarwinSDKInfo.cpp | 112 if (const auto *VM = Obj->getObject("VersionMap")) { in parseDarwinSDKSettingsJSON() local 115 for (const auto &KV : *VM) { in parseDarwinSDKSettingsJSON() 132 if (const auto *Mapping = VM->getObject("macOS_iOSMac")) { in parseDarwinSDKSettingsJSON() 140 if (const auto *Mapping = VM->getObject("iOSMac_macOS")) { in parseDarwinSDKSettingsJSON()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUExportKernelRuntimeHandles.cpp | 86 auto *VM = cast<ValueAsMetadata>(Associated->getOperand(0)); in exportKernelRuntimeHandles() local 87 auto *Handle = dyn_cast<GlobalObject>(VM->getValue()); in exportKernelRuntimeHandles()
|
| H A D | GCNNSAReassign.cpp | 40 GCNNSAReassignImpl(VirtRegMap *VM, LiveRegMatrix *LM, LiveIntervals *LS) in GCNNSAReassignImpl() argument 41 : VRM(VM), LRM(LM), LIS(LS) {} in GCNNSAReassignImpl()
|
| /freebsd/crypto/openssh/.github/ |
| H A D | ci-status.md | 3 [](../../../actions/workflows/vm.yml?query=bra… 13 [](../../../actions/workflows/vm… 18 [](../../../actions/workflows/vm…
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemorySSAUpdater.h | 107 const ValueToValueMapTy &VM, 112 const ValueToValueMapTy &VM);
|
| /freebsd/sys/amd64/conf/ |
| H A D | FIRECRACKER | 2 # FIRECRACKER -- kernel configuration file for Firecracker VM 6 # Firecracker VM environment. It adds support for the Virtio MMIO bus, 15 # For more information about the Firecracker VM, see: 160 # Inside a VM, "power off" doesn't really yank the AC power, so there's
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMRegisterBankInfo.cpp | 93 checkValueMapping(const RegisterBankInfo::ValueMapping &VM, in checkValueMapping() argument 95 return VM.NumBreakDowns == 1 && VM.BreakDown == BreakDown; in checkValueMapping()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXGenericToNVVM.cpp | 105 ValueToValueMapTy VM; in runOnModule() local 107 VM[I->first] = I->second; in runOnModule()
|
| /freebsd/tools/test/stress2/ |
| H A D | README | 9 VM pressure, varying numbers of threads, varying delays, etc.
|
| /freebsd/contrib/bc/project/ |
| H A D | issue10.md | 80 I will pull up a FreeBSD VM and check it out. Sorry for the wait. 86 This one may take me a long time to debug because I have to do it manually in the VM. Thank you for…
|
| /freebsd/packages/bsdinstall/ |
| H A D | bsdinstall.ucl | 35 installation media, e.g., CD-ROMs, and for use on live systems to prepare VM
|
| /freebsd/share/dtrace/ |
| H A D | nfsattrstats | 33 * outside of the context of a system call, most likely due to the VM
|
| /freebsd/share/dict/ |
| H A D | freebsd | 207 VM
|
| /freebsd/sys/i386/conf/ |
| H A D | NOTES | 313 # VM OPTIONS 319 # boot time due the kernel running out of VM space. 332 # structures allocated before the VM system is initialized such as the
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonExpandCondsets.cpp | 1169 ValueInfoMap VM; in coalesceRegisters() local 1172 ValueInfoMap::iterator F = VM.find(OldVN); in coalesceRegisters() 1173 if (F == VM.end()) { in coalesceRegisters() 1175 VM.insert(std::make_pair(OldVN, NewVN)); in coalesceRegisters()
|