Lines Matching refs:instMap
124 DenseMap<llvm::Value *, Value> instMap; member in __anon1efceb260111::Importer
345 return instMap[c] = bEntry.create<AddressOfOp>(unknownLoc, type, in processConstant()
347 return instMap[c] = bEntry.create<ConstantOp>(unknownLoc, type, attr); in processConstant()
353 return instMap[c] = bEntry.create<NullOp>(unknownLoc, type); in processConstant()
365 assert(instMap.count(i)); in processConstant()
370 return instMap[c] = instMap[i]; in processConstant()
376 return instMap[c] = bEntry.create<UndefOp>(UnknownLoc::get(context), type); in processConstant()
383 auto it = instMap.find(value); in processValue()
384 if (it != instMap.end()) in processValue()
528 Value &v = instMap[inst]; in processInstruction()
777 instMap.clear(); in processFunction()
808 instMap[&kv.value()] = blockList[0]->addArgument( in processFunction()
819 assert(instMap.count(llvmAndUnknown.first)); in processFunction()
820 Value newValue = instMap[llvmAndUnknown.first]; in processFunction()