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

12

/freebsd-11-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...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSAUpdater.h121 const ValueToValueMapTy &VM,
124 // contains the 1:1 mapping of instructions cloned and VM[BB]=P1.
126 const ValueToValueMapTy &VM);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp98 ValueToValueMapTy *VM; member in struct:__anon130::MappingContext
102 explicit MappingContext(ValueToValueMapTy &VM, argument
104 : VM(&VM), Materializer(Materializer) {}
123 Mapper(ValueToValueMapTy &VM, RemapFlags Flags, argument
126 MCs(1, MappingContext(VM, Materializer)) {}
134 registerAlternateMappingContext(ValueToValueMapTy &VM, argument
136 MCs.push_back(MappingContext(VM, Materializer));
176 void remapFunction(Function &F, ValueToValueMapTy &VM);
178 ValueToValueMapTy &getVM() { return *MCs[CurrentMCID].VM; }
[all...]
H A DLoopRotationUtils.cpp81 static void InsertNewValueIntoMap(ValueToValueMapTy &VM, Value *K, Value *V) { argument
82 bool Inserted = VM.insert({K, V}).second;
/freebsd-11-stable/share/dtrace/
H A Dnfsattrstats35 * outside of the context of a system call, most likely due to the VM
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp124 ValueToValueMapTy VM; local
126 VM[I->first] = I->second;
/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dconvex.h43 #define VM 3 macro
170 {18,9,a1l,VM,0,0}, /* ld.x */
174 {21,9,a2l,VM,0,0}, /* st.x */
361 {0,0,rrl,S,S,VM}, /* mov */
362 {0,0,rlr,S,VM,S}, /* mov */
549 {35,2,lr,VM,S,0}, /* plc.f */
550 {35,1,lr,VM,S,0}, /* plc.t */
/freebsd-11-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-11-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-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp908 static Loop *CloneLoop(Loop *L, Loop *PL, ValueToValueMapTy &VM, argument
921 New.addBasicBlockToLoop(cast<BasicBlock>(VM[*I]), *LI);
925 CloneLoop(I, &New, VM, LI, LPM);
H A DInductiveRangeCheckElimination.cpp552 // `Original`. The clone is described by `VM`.
554 ValueToValueMapTy &VM, bool IsSubloop);
1366 ValueToValueMapTy &VM,
1378 New.addBasicBlockToLoop(cast<BasicBlock>(VM[BB]), LI);
1382 createClonedLoopStructure(SubLoop, &New, VM, /* IsSubloop */ true);
1365 createClonedLoopStructure(Loop *Original, Loop *Parent, ValueToValueMapTy &VM, bool IsSubloop) argument
/freebsd-11-stable/release/
H A DMakefile.mirrors76 VM_DIR= ${TLD}/VM-IMAGES/${REVISION}-${BRANCH}/${TARGET_ARCH}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp525 auto *VM = dyn_cast<ValueAsMetadata>(Op);
526 if (!VM)
529 auto *OtherGV = dyn_cast<GlobalValue>(VM->getValue());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp730 BasicBlock *BB, BasicBlock *P1, const ValueToValueMapTy &VM) {
734 // VM. The uses of BB's Phi (if it exists) in BB will be replaced by the
742 cloneUsesAndDefs(BB, P1, VM, MPhiMap, /*CloneWasSimplified=*/true);
729 updateForClonedBlockIntoPred( BasicBlock *BB, BasicBlock *P1, const ValueToValueMapTy &VM) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp785 unsigned VM, bool Compr, unsigned Enabled, bool Done) {
795 .addImm(VM)
1118 int64_t VM = I.getOperand(8).getImm();
1124 VM, false, Enabled, Done);
1137 int64_t VM = I.getOperand(6).getImm();
1140 MachineInstr *Exp = buildEXP(TII, &I, Tgt, Reg0, Reg1, Undef, Undef, VM,
783 buildEXP(const TargetInstrInfo &TII, MachineInstr *Insert, unsigned Tgt, unsigned Reg0, unsigned Reg1, unsigned Reg2, unsigned Reg3, unsigned VM, bool Compr, unsigned Enabled, bool Done) argument
/freebsd-11-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-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp597 VarMapBuilder(LocalVariableMap *VM, LocalVariableMap::Context C)
598 : VMap(VM), Ctx(C) {}
/freebsd-11-stable/contrib/ncurses/
H A Dconfig.guess315 *:z/VM:*:*)
/freebsd-11-stable/contrib/binutils/
H A Dconfig.guess294 *:z/VM:*:*)
/freebsd-11-stable/contrib/dialog/
H A Dconfig.guess315 *:z/VM:*:*)
/freebsd-11-stable/contrib/ldns/
H A Dconfig.guess296 *:z/VM:*:*)
/freebsd-11-stable/crypto/heimdal/
H A Dconfig.guess294 *:z/VM:*:*)
/freebsd-11-stable/contrib/tcsh/
H A Dconfig.guess329 *:z/VM:*:*)
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.guess315 *:z/VM:*:*)
/freebsd-11-stable/contrib/byacc/
H A Dconfig.guess339 *:z/VM:*:*)

Completed in 413 milliseconds

12