Searched refs:NewNodes (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | CallGraphSCCPass.h | 91 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 D | ScheduleDAGFast.cpp | 224 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 D | LegalizeTypes.cpp | 73 SmallVector<SDNode*, 16> NewNodes; in PerformExpensiveChecks() local 77 NewNodes.push_back(&Node); in PerformExpensiveChecks() 190 for (SDNode *N : NewNodes) { in PerformExpensiveChecks()
|
| H A D | ScheduleDAGRRList.cpp | 985 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 D | X86InstrInfo.h | 518 SmallVectorImpl<SDNode *> &NewNodes) const override;
|
| H A D | X86InstrInfo.cpp | 8595 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 D | TargetInstrInfo.h | 1490 SmallVectorImpl<SDNode *> &NewNodes) const { in unfoldMemoryOperand() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AutoUpgrade.cpp | 5346 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()
|