HomeSort by relevance Sort by last modified time
    Searched refs:NewNodes (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 174 SmallVectorImpl<SDNode*> &NewNodes) const {
AMDGPUInstrInfo.h 105 SmallVectorImpl<SDNode *> &NewNodes) const;
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.cpp 154 SmallVectorImpl<SDNode*> &NewNodes) const {
AMDGPUInstrInfo.h 107 SmallVectorImpl<SDNode *> &NewNodes) const;
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 174 SmallVectorImpl<SDNode*> &NewNodes) const {
AMDGPUInstrInfo.h 105 SmallVectorImpl<SDNode *> &NewNodes) const;
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 237 SmallVector<SDNode*, 2> NewNodes;
238 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes))
242 assert(NewNodes.size() == 2 && "Expected a load folding node!");
244 N = NewNodes[1];
245 SDNode *LoadNode = NewNodes[0];
LegalizeTypes.cpp 58 // NewNodes growing on top of the useful nodes, and perhaps using them, but
73 SmallVector<SDNode*, 16> NewNodes;
78 NewNodes.push_back(I);
167 // Checked that NewNodes are only used by other NewNodes.
168 for (unsigned i = 0, e = NewNodes.size(); i != e; ++i) {
169 SDNode *N = NewNodes[i];
    [all...]
ScheduleDAGRRList.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 571 SmallVectorImpl<SDNode*> &NewNodes) const {
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 310 SmallVectorImpl<SDNode*> &NewNodes) const;
X86InstrInfo.cpp     [all...]

Completed in 1234 milliseconds