OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NewNodes
(Results
1 - 11
of
11
) sorted by null
/external/llvm/lib/Target/AMDGPU/
AMDGPUInstrInfo.h
110
SmallVectorImpl<SDNode *> &
NewNodes
) const override;
AMDGPUInstrInfo.cpp
178
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
60
//
NewNodes
growing on top of the useful nodes, and perhaps using them, but
75
SmallVector<SDNode*, 16>
NewNodes
;
79
NewNodes
.push_back(&Node);
168
// Checked that
NewNodes
are only used by other
NewNodes
.
169
for (unsigned i = 0, e =
NewNodes
.size(); i != e; ++i) {
170
SDNode *N =
NewNodes
[i];
[
all
...]
ScheduleDAGRRList.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86InstrInfo.h
391
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 177 milliseconds