Home
last modified time | relevance | path

Searched refs:SourceOp (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp179 StringMap<unsigned>::iterator SourceOp = in evaluateExpansion() local
181 if (SourceOp == SourceOperands.end()) in evaluateExpansion()
189 SourceOp->getValue(); in evaluateExpansion()
191 LLVM_DEBUG(dbgs() << " " << SourceOp->getValue() << " ==> " << i in evaluateExpansion()
H A DRISCVCompressInstEmitter.cpp365 StringMap<unsigned>::iterator SourceOp = in createInstOperandMapping() local
367 if (SourceOp == SourceOperands.end()) in createInstOperandMapping()
374 SourceDag->getArgNameStr(SourceOp->getValue()) && in createInstOperandMapping()
376 DestOperandMap[i].Data.Operand = SourceOp->getValue(); in createInstOperandMapping()
377 SourceOperandMap[SourceOp->getValue()].Data.Operand = i; in createInstOperandMapping()
378 LLVM_DEBUG(dbgs() << " " << SourceOp->getValue() << " ====> " << i in createInstOperandMapping()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4382 Value *SourceOp = Op0; in foldIdentityShuffles() local
4385 SourceOp = Op1; in foldIdentityShuffles()
4390 if (auto *SourceShuf = dyn_cast<ShuffleVectorInst>(SourceOp)) { in foldIdentityShuffles()
4402 RootVec = SourceOp; in foldIdentityShuffles()
4405 if (RootVec != SourceOp) in foldIdentityShuffles()