Home
last modified time | relevance | path

Searched refs:instMap (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DConvertFromLLVMIR.cpp235 DenseMap<llvm::Value *, Value> instMap; member in __anonbfc9ccbf0111::Importer
492 assert(instMap.count(i)); in processConstant()
500 Value value = instMap[i]; in processConstant()
501 instMap.erase(i); in processConstant()
567 auto it = instMap.find(value); in processValue()
568 if (it != instMap.end()) in processValue()
787 assert(!instMap.count(inst) && in processInstruction()
860 instMap[inst] = in processInstruction()
871 instMap[inst] = b.create<ICmpOp>( in processInstruction()
881 instMap[inst] = b.create<FCmpOp>( in processInstruction()
[all …]
/llvm-project-15.0.7/mlir/test/Target/LLVMIR/Import/
H A Dincorrect-instmap-assignment.ll3 ; This test file is meant to saturate `instMap` used in the translation