Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp92 StringMap<unsigned>::const_iterator SourceOp = in addOperandMapping() local
94 if (SourceOp == SourceOperands.end()) in addOperandMapping()
99 const auto &SrcOpnd = SourceInsn.Operands[SourceOp->getValue()]; in addOperandMapping()
116 LLVM_DEBUG(dbgs() << " " << SourceOp->getValue() << " ==> " << DagIdx in addOperandMapping()
H A DCompressInstEmitter.cpp416 auto SourceOp = SourceOperands.find(ArgName); in createInstOperandMapping() local
417 if (SourceOp == SourceOperands.end()) in createInstOperandMapping()
423 SourceDag->getArgNameStr(SourceOp->getValue().DAGOpNo) && in createInstOperandMapping()
426 unsigned SourceOpNo = SourceOp->getValue().MIOpNo; in createInstOperandMapping()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5422 Value *SourceOp = Op0; in foldIdentityShuffles() local
5425 SourceOp = Op1; in foldIdentityShuffles()
5430 if (auto *SourceShuf = dyn_cast<ShuffleVectorInst>(SourceOp)) { in foldIdentityShuffles()
5439 RootVec = SourceOp; in foldIdentityShuffles()
5442 if (RootVec != SourceOp) in foldIdentityShuffles()