Searched refs:NewNodes (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDGPUInstrInfo.cpp174 SmallVectorImpl<SDNode*> &NewNodes) const {
H A DAMDGPUInstrInfo.h105 SmallVectorImpl<SDNode *> &NewNodes) const;
/external/llvm/lib/Target/R600/
H A DAMDGPUInstrInfo.h119 SmallVectorImpl<SDNode *> &NewNodes) const override;
H A DAMDGPUInstrInfo.cpp205 SmallVectorImpl<SDNode*> &NewNodes) const {
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUInstrInfo.cpp174 SmallVectorImpl<SDNode*> &NewNodes) const {
H A DAMDGPUInstrInfo.h105 SmallVectorImpl<SDNode *> &NewNodes) const;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp238 SmallVector<SDNode*, 2> NewNodes; local
239 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes))
243 assert(NewNodes.size() == 2 && "Expected a load folding node!");
245 N = NewNodes[1];
246 SDNode *LoadNode = NewNodes[0];
H A DLegalizeTypes.cpp60 // NewNodes growing on top of the useful nodes, and perhaps using them, but
75 SmallVector<SDNode*, 16> NewNodes; local
80 NewNodes.push_back(I);
169 // Checked that NewNodes are only used by other NewNodes.
170 for (unsigned i = 0, e = NewNodes.size(); i != e; ++i) {
171 SDNode *N = NewNodes[i];
H A DScheduleDAGRRList.cpp963 SmallVector<SDNode*, 2> NewNodes; local
964 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes))
969 if (NewNodes.size() == 3)
973 assert(NewNodes.size() == 2 && "Expected a load folding node!");
975 N = NewNodes[1];
976 SDNode *LoadNode = NewNodes[0];
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h328 SmallVectorImpl<SDNode*> &NewNodes) const override;
H A DX86InstrInfo.cpp4707 SmallVectorImpl<SDNode*> &NewNodes) const {
4758 NewNodes.push_back(Load);
4780 NewNodes.push_back(NewNode);
4802 NewNodes.push_back(Store);
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h613 SmallVectorImpl<SDNode*> &NewNodes) const {

Completed in 253 milliseconds