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

  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.h 110 SmallVectorImpl<SDNode *> &NewNodes) const override;
AMDGPUInstrInfo.cpp 185 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 238 SmallVector<SDNode*, 2> NewNodes;
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];
LegalizeTypes.cpp 60 // NewNodes growing on top of the useful nodes, and perhaps using them, but
75 SmallVector<SDNode*, 16> NewNodes;
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];
    [all...]
ScheduleDAGRRList.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 332 SmallVectorImpl<SDNode*> &NewNodes) const override;
X86InstrInfo.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmcobj.h 455 virtual HRESULT WINAPI OnSelectionChange(PVIEW View,PNODES NewNodes) = 0;
478 HRESULT (WINAPI *OnSelectionChange)(_AppEvents *This,PVIEW View,PNODES NewNodes);
503 #define _AppEvents_OnSelectionChange(This,View,NewNodes) (This)->lpVtbl->OnSelectionChange(This,View,NewNodes)
525 HRESULT WINAPI _AppEvents_OnSelectionChange_Proxy(_AppEvents *This,PVIEW View,PNODES NewNodes);
    [all...]

Completed in 132 milliseconds