Home
last modified time | relevance | path

Searched refs:NewInstructions (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineNegator.cpp108 NewInstructions.push_back(I); in Negator()
483 llvm::for_each(llvm::reverse(NewInstructions), in run()
487 return std::make_pair(ArrayRef<Instruction *>(NewInstructions), Negated); in run()
DInstCombineInternal.h733 SmallVector<Instruction *, NegatorMaxNodesSSO> NewInstructions; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp6309 DenseMap<Instruction *, Instruction *> NewInstructions; in tryToSinkFreeOperands() local
6314 NewInstructions[UI] = NI; in tryToSinkFreeOperands()
6325 if (NewInstructions.count(OldI)) in tryToSinkFreeOperands()
6326 NewInstructions[OldI]->setOperand(U->getOperandNo(), NI); in tryToSinkFreeOperands()
/external/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp6763 DenseMap<Instruction *, Instruction *> NewInstructions; in tryToSinkFreeOperands() local
6768 NewInstructions[UI] = NI; in tryToSinkFreeOperands()
6779 if (NewInstructions.count(OldI)) in tryToSinkFreeOperands()
6780 NewInstructions[OldI]->setOperand(U->getOperandNo(), NI); in tryToSinkFreeOperands()