Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp100 ValueToValueMapTy *VM; member
125 Mapper(ValueToValueMapTy &VM, RemapFlags Flags, in Mapper()
136 registerAlternateMappingContext(ValueToValueMapTy &VM, in registerAlternateMappingContext()
1121 ValueMapper::ValueMapper(ValueToValueMapTy &VM, RemapFlags Flags, in ValueMapper()
1129 ValueMapper::registerAlternateMappingContext(ValueToValueMapTy &VM, in registerAlternateMappingContext()
H A DLoopRotationUtils.cpp94 static void InsertNewValueIntoMap(ValueToValueMapTy &VM, Value *K, Value *V) { in InsertNewValueIntoMap()
H A DLoopUtils.cpp1549 Loop *llvm::cloneLoop(Loop *L, Loop *PL, ValueToValueMapTy &VM, in cloneLoop()
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dconvex.h44 #define VM 3 macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp124 ValueToValueMapTy VM; in runOnModule() local
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dconvex.h44 #define VM 3 macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.cpp92 static bool checkValueMapping(const RegisterBankInfo::ValueMapping &VM, in checkValueMapping()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/verify-uselistorder/
H A Dverify-uselistorder.cpp254 static void dumpMapping(const ValueMapping &VM) { in dumpMapping()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1164 ValueInfoMap VM; in coalesceRegisters() local
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeARM_64.c61 #define VM(vm) ((vm) << 16) macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp758 BasicBlock *BB, BasicBlock *P1, const ValueToValueMapTy &VM) { in updateForClonedBlockIntoPred()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1381 ValueToValueMapTy &VM, in createClonedLoopStructure()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp553 auto *VM = dyn_cast<ValueAsMetadata>(Op); in getLinkedToSymbol() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafety.cpp602 VarMapBuilder(LocalVariableMap *VM, LocalVariableMap::Context C) in VarMapBuilder()