Home
last modified time | relevance | path

Searched refs:NewNodes (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraphSCCPass.h91 void initialize(ArrayRef<CallGraphNode *> NewNodes) { in initialize() argument
92 Nodes.assign(NewNodes.begin(), NewNodes.end()); in initialize()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp224 SmallVector<SDNode*, 2> NewNodes; in CopyAndMoveSuccessors() local
225 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in CopyAndMoveSuccessors()
229 assert(NewNodes.size() == 2 && "Expected a load folding node!"); in CopyAndMoveSuccessors()
231 N = NewNodes[1]; in CopyAndMoveSuccessors()
232 SDNode *LoadNode = NewNodes[0]; in CopyAndMoveSuccessors()
H A DLegalizeTypes.cpp73 SmallVector<SDNode*, 16> NewNodes; in PerformExpensiveChecks() local
77 NewNodes.push_back(&Node); in PerformExpensiveChecks()
190 for (SDNode *N : NewNodes) { in PerformExpensiveChecks()
H A DScheduleDAGRRList.cpp985 SmallVector<SDNode *, 2> NewNodes; in TryUnfoldSU() local
986 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in TryUnfoldSU()
989 assert(NewNodes.size() == 2 && "Expected a load folding node!"); in TryUnfoldSU()
991 N = NewNodes[1]; in TryUnfoldSU()
992 SDNode *LoadNode = NewNodes[0]; in TryUnfoldSU()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h518 SmallVectorImpl<SDNode *> &NewNodes) const override;
H A DX86InstrInfo.cpp8595 SelectionDAG &DAG, SDNode *N, SmallVectorImpl<SDNode *> &NewNodes) const { in unfoldMemoryOperand()
8650 NewNodes.push_back(Load); in unfoldMemoryOperand()
8700 NewNodes.push_back(NewNode); in unfoldMemoryOperand()
8719 NewNodes.push_back(Store); in unfoldMemoryOperand()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1490 SmallVectorImpl<SDNode *> &NewNodes) const { in unfoldMemoryOperand() argument
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp5346 SmallVector<MDNode *, 8> NewNodes; in UpgradeNVVMAnnotations() local
5372 NewNodes.push_back(MDNode::get(M.getContext(), NewOperands)); in UpgradeNVVMAnnotations()
5376 for (MDNode *N : NewNodes) in UpgradeNVVMAnnotations()