Home
last modified time | relevance | path

Searched refs:VM (Results 1 – 25 of 85) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDValueMapper.h153 ValueMapper(ValueToValueMapTy &VM, RemapFlags Flags = RF_None,
167 registerAlternateMappingContext(ValueToValueMapTy &VM,
218 inline Value *MapValue(const Value *V, ValueToValueMapTy &VM,
222 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapValue(*V);
240 inline Metadata *MapMetadata(const Metadata *MD, ValueToValueMapTy &VM,
244 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapMetadata(*MD);
248 inline MDNode *MapMetadata(const MDNode *MD, ValueToValueMapTy &VM,
252 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapMDNode(*MD);
263 inline void RemapInstruction(Instruction *I, ValueToValueMapTy &VM,
267 ValueMapper(VM, Flags, TypeMapper, Materializer).remapInstruction(*I);
[all …]
HDLoopConstrainer.h142 ValueToValueMapTy &VM, bool IsSubloop);
HDLoopUtils.h531 Loop *cloneLoop(Loop *L, Loop *PL, ValueToValueMapTy &VM,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVEInstrVec.td5 // 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 …]
HDVERegisterInfo.td154 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)>;
HDVECallingConv.td153 (sequence "VM%u", 1, 15))>;
HDVEISelLowering.cpp1381 SDNode *VM = DAG.getMachineNode(TargetOpcode::IMPLICIT_DEF, DL, MemVT); in lowerLoadI1() local
1393 VM = DAG.getMachineNode(VE::LVMir_m, DL, MVT::i64, in lowerLoadI1()
1395 SDValue(VM, 0)); in lowerLoadI1()
1398 SDValue Ops[2] = {SDValue(VM, 0), OutChain}; in lowerLoadI1()
1402 SDNode *VM = DAG.getMachineNode(TargetOpcode::IMPLICIT_DEF, DL, MemVT); in lowerLoadI1() local
1414 VM = DAG.getMachineNode(VE::LVMyir_y, DL, MVT::i64, in lowerLoadI1()
1416 SDValue(VM, 0)); in lowerLoadI1()
1419 SDValue Ops[2] = {SDValue(VM, 0), OutChain}; in lowerLoadI1()
/freebsd-13-stable/tools/regression/nfsmmap/
HDREADME3 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-13-stable/contrib/llvm-project/llvm/include/llvm/Testing/ADT/
HDStringMapEntry.h103 : 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-13-stable/sys/contrib/device-tree/Bindings/reserved-memory/
Dxen,shared-memory.txt4 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-13-stable/contrib/file/magic/Magdir/
HDbeetle3 # beetle: file(1) magic for Beetle VM object files
7 0 string BEETLE\000 Beetle VM object file
HDzip92 >1 ubyte 4 VM/CMS
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
HDDarwinSDKInfo.cpp88 if (const auto *VM = Obj->getObject("VersionMap")) { in parseDarwinSDKSettingsJSON() local
91 for (const auto &KV : *VM) { in parseDarwinSDKSettingsJSON()
108 if (const auto *Mapping = VM->getObject("macOS_iOSMac")) { in parseDarwinSDKSettingsJSON()
116 if (const auto *Mapping = VM->getObject("iOSMac_macOS")) { in parseDarwinSDKSettingsJSON()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDValueMapper.cpp100 ValueToValueMapTy *VM; member
104 explicit MappingContext(ValueToValueMapTy &VM, in MappingContext()
106 : VM(&VM), Materializer(Materializer) {} in MappingContext()
125 Mapper(ValueToValueMapTy &VM, RemapFlags Flags, in Mapper() argument
128 MCs(1, MappingContext(VM, Materializer)) {} in Mapper()
136 registerAlternateMappingContext(ValueToValueMapTy &VM, in registerAlternateMappingContext() argument
138 MCs.push_back(MappingContext(VM, Materializer)); in registerAlternateMappingContext()
178 ValueToValueMapTy &getVM() { return *MCs[CurrentMCID].VM; } in getVM()
1202 ValueMapper::ValueMapper(ValueToValueMapTy &VM, RemapFlags Flags, in ValueMapper() argument
1205 : pImpl(new Mapper(VM, Flags, TypeMapper, Materializer)) {} in ValueMapper()
[all …]
HDLoopConstrainer.cpp705 ValueToValueMapTy &VM, in createClonedLoopStructure() argument
717 New.addBasicBlockToLoop(cast<BasicBlock>(VM[BB]), LI); in createClonedLoopStructure()
721 createClonedLoopStructure(SubLoop, &New, VM, /* IsSubloop */ true); in createClonedLoopStructure()
HDLoopRotationUtils.cpp92 static void InsertNewValueIntoMap(ValueToValueMapTy &VM, Value *K, Value *V) { in InsertNewValueIntoMap() argument
93 bool Inserted = VM.insert({K, V}).second; in InsertNewValueIntoMap()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDMemorySSAUpdater.h105 const ValueToValueMapTy &VM,
110 const ValueToValueMapTy &VM);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMRegisterBankInfo.cpp93 checkValueMapping(const RegisterBankInfo::ValueMapping &VM, in checkValueMapping() argument
95 return VM.NumBreakDowns == 1 && VM.BreakDown == BreakDown; in checkValueMapping()
/freebsd-13-stable/contrib/tcpdump/doc/
HDREADME.solaris.md33 For reference, the tests were done on a VM booted from `sol-11_4-vbox.ova`
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXGenericToNVVM.cpp105 ValueToValueMapTy VM; in runOnModule() local
107 VM[I->first] = I->second; in runOnModule()
/freebsd-13-stable/share/dtrace/
HDnfsattrstats33 * outside of the context of a system call, most likely due to the VM
/freebsd-13-stable/share/dict/
HDfreebsd207 VM
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonExpandCondsets.cpp1186 ValueInfoMap VM; in coalesceRegisters() local
1189 ValueInfoMap::iterator F = VM.find(OldVN); in coalesceRegisters()
1190 if (F == VM.end()) { in coalesceRegisters()
1192 VM.insert(std::make_pair(OldVN, NewVN)); in coalesceRegisters()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86SchedSapphireRapids.td1157 "^VM(AX|IN)CPHZ128rm((b|k|bk|kz)?)$",
1158 "^VM(AX|IN)CPHZ128rmbkz$",
1159 … "^VM(AX|IN|UL)PHZ128rm((b|k|bk|kz)?)$",
1160 "^VM(AX|IN|UL)PHZ128rmbkz$")>;
1166 "^VM(AX|IN)CSHZrm$",
1167 "^VM(AX|IN|UL)SHZrm$",
1168 "^VM(AX|IN|UL)SHZrm_Int((k|kz)?)$")>;
1202 "^VM(AX|IN)CPHZ(128|256)rr$",
1203 "^VM(AX|IN)CSHZrr$",
1204 "^VM(AX|IN|UL)PHZ(128|256)rr$",
[all …]
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
HDMarshallers.h953 const VariantMatcher &VM = Arg.Value.getMatcher();
954 if (VM.hasTypedMatcher(NK)) {
955 auto DM = VM.getTypedMatcher(NK);

1234