Searched refs:VM (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h145 ValueMapper(ValueToValueMapTy &VM, RemapFlags Flags = RF_None,
159 registerAlternateMappingContext(ValueToValueMapTy &VM,
194 /// 1. If \c V is in VM, return the result.
196 /// it in \c VM, and return it.
206 inline Value *MapValue(const Value *V, ValueToValueMapTy &VM, argument
210 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapValue(*V);
228 inline Metadata *MapMetadata(const Metadata *MD, ValueToValueMapTy &VM, argument
232 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapMetadata(*MD);
236 inline MDNode *MapMetadata(const MDNode *MD, ValueToValueMapTy &VM, argument
240 return ValueMapper(VM, Flag
251 RemapInstruction(Instruction *I, ValueToValueMapTy &VM, RemapFlags Flags = RF_None, ValueMapTypeRemapper *TypeMapper = nullptr, ValueMaterializer *Materializer = nullptr) argument
264 RemapFunction(Function &F, ValueToValueMapTy &VM, RemapFlags Flags = RF_None, ValueMapTypeRemapper *TypeMapper = nullptr, ValueMaterializer *Materializer = nullptr) argument
272 MapValue(const Constant *V, ValueToValueMapTy &VM, RemapFlags Flags = RF_None, ValueMapTypeRemapper *TypeMapper = nullptr, ValueMaterializer *Materializer = nullptr) argument
[all...]
H A DLoopUtils.h432 Loop *cloneLoop(Loop *L, Loop *PL, ValueToValueMapTy &VM,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSAUpdater.h109 const ValueToValueMapTy &VM,
112 // contains the 1:1 mapping of instructions cloned and VM[BB]=P1.
114 const ValueToValueMapTy &VM);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp97 ValueToValueMapTy *VM; member in struct:__anon4777::MappingContext
101 explicit MappingContext(ValueToValueMapTy &VM, argument
103 : VM(&VM), Materializer(Materializer) {}
122 Mapper(ValueToValueMapTy &VM, RemapFlags Flags, argument
125 MCs(1, MappingContext(VM, Materializer)) {}
133 registerAlternateMappingContext(ValueToValueMapTy &VM, argument
135 MCs.push_back(MappingContext(VM, Materializer));
175 void remapFunction(Function &F, ValueToValueMapTy &VM);
177 ValueToValueMapTy &getVM() { return *MCs[CurrentMCID].VM; }
[all...]
H A DLoopRotationUtils.cpp86 static void InsertNewValueIntoMap(ValueToValueMapTy &VM, Value *K, Value *V) { argument
87 bool Inserted = VM.insert({K, V}).second;
H A DLoopUtils.cpp1540 Loop *llvm::cloneLoop(Loop *L, Loop *PL, ValueToValueMapTy &VM, argument
1555 New.addBasicBlockToLoop(cast<BasicBlock>(VM[*I]), *LI);
1559 cloneLoop(I, &New, VM, LI, LPM);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp124 ValueToValueMapTy VM; local
126 VM[I->first] = I->second;
/freebsd-13-stable/share/dtrace/
H A Dnfsattrstats35 * outside of the context of a system call, most likely due to the VM
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.cpp92 static bool checkValueMapping(const RegisterBankInfo::ValueMapping &VM, argument
94 return VM.NumBreakDowns == 1 && VM.BreakDown == BreakDown;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1163 ValueInfoMap VM;
1166 ValueInfoMap::iterator F = VM.find(OldVN);
1167 if (F == VM.end()) {
1169 VM.insert(std::make_pair(OldVN, NewVN));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp561 // `Original`. The clone is described by `VM`.
563 ValueToValueMapTy &VM, bool IsSubloop);
1385 ValueToValueMapTy &VM,
1397 New.addBasicBlockToLoop(cast<BasicBlock>(VM[BB]), LI);
1401 createClonedLoopStructure(SubLoop, &New, VM, /* IsSubloop */ true);
1384 createClonedLoopStructure(Loop *Original, Loop *Parent, ValueToValueMapTy &VM, bool IsSubloop) argument
/freebsd-13-stable/release/
H A DMakefile.mirrors54 VM_DIR= ${TLD}/VM-IMAGES/${REVISION}-${BRANCH}/${TARGET_ARCH}
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp732 BasicBlock *BB, BasicBlock *P1, const ValueToValueMapTy &VM) {
736 // VM. The uses of BB's Phi (if it exists) in BB will be replaced by the
744 cloneUsesAndDefs(BB, P1, VM, MPhiMap, /*CloneWasSimplified=*/true);
731 updateForClonedBlockIntoPred( BasicBlock *BB, BasicBlock *P1, const ValueToValueMapTy &VM) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp541 auto *VM = dyn_cast<ValueAsMetadata>(Op);
542 if (!VM)
545 auto *OtherGV = dyn_cast<GlobalValue>(VM->getValue());
/freebsd-13-stable/stand/ficl/
H A Dwords.c198 ** Attempts to convert the NULL terminated string in the VM's pad to
199 ** a number using the VM's current base. If successful, pushes the number
1583 ** while there are words in the VM's Text Input Buffer
2735 ** Return the address of the VM's state member (must be sized the
4578 FICL_VM VM; local
4609 memcpy((void*)&VM, (void*)pVM, sizeof(FICL_VM));
4626 ** Setup condition - push poison pill so that the VM throws
4642 pVM->pState = VM.pState; /* Restore just the setjmp vector */
4647 ** Some other exception got thrown - restore pre-existing VM state
4652 memcpy((void*)pVM, (void*)&VM, sizeo
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp597 VarMapBuilder(LocalVariableMap *VM, LocalVariableMap::Context C)
598 : VMap(VM), Ctx(C) {}
/freebsd-13-stable/crypto/heimdal/
H A Dconfig.guess294 *:z/VM:*:*)
/freebsd-13-stable/contrib/byacc/
H A Dconfig.guess356 *:z/VM:*:*)
/freebsd-13-stable/contrib/libevent/
H A Dconfig.guess315 *:z/VM:*:*)
/freebsd-13-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.guess315 *:z/VM:*:*)
/freebsd-13-stable/contrib/ncurses/
H A Dconfig.guess356 *:z/VM:*:*)
/freebsd-13-stable/contrib/sqlite3/
H A Dconfig.guess346 *:z/VM:*:*)
/freebsd-13-stable/contrib/tcpdump/
H A Dconfig.guess346 *:z/VM:*:*)
/freebsd-13-stable/contrib/unbound/
H A Dconfig.guess366 *:z/VM:*:*)
/freebsd-13-stable/contrib/dialog/
H A Dconfig.guess346 *:z/VM:*:*)

Completed in 192 milliseconds

12