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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp178 StringMap<unsigned>::iterator SourceOp = local
180 if (SourceOp == SourceOperands.end())
188 SourceOp->getValue();
190 LLVM_DEBUG(dbgs() << " " << SourceOp->getValue() << " ==> " << i
H A DRISCVCompressInstEmitter.cpp376 StringMap<unsigned>::iterator SourceOp = local
378 if (SourceOp == SourceOperands.end())
385 SourceDag->getArgNameStr(SourceOp->getValue()) &&
387 DestOperandMap[i].Data.Operand = SourceOp->getValue();
388 SourceOperandMap[SourceOp->getValue()].Data.Operand = i;
389 LLVM_DEBUG(dbgs() << " " << SourceOp->getValue() << " ====> " << i
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4385 Value *SourceOp = Op0; local
4388 SourceOp = Op1;
4393 if (auto *SourceShuf = dyn_cast<ShuffleVectorInst>(SourceOp)) {
4405 RootVec = SourceOp;
4408 if (RootVec != SourceOp)

Completed in 77 milliseconds