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

1 2

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
CallGraphSCCPass.h 97 void initialize(ArrayRef<CallGraphNode *> NewNodes) {
98 Nodes.assign(NewNodes.begin(), NewNodes.end());
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
CallGraphSCCPass.h 97 void initialize(ArrayRef<CallGraphNode *> NewNodes) {
98 Nodes.assign(NewNodes.begin(), NewNodes.end());
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
CallGraphSCCPass.h 97 void initialize(ArrayRef<CallGraphNode *> NewNodes) {
98 Nodes.assign(NewNodes.begin(), NewNodes.end());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CallGraphSCCPass.h 97 void initialize(ArrayRef<CallGraphNode *> NewNodes) {
98 Nodes.assign(NewNodes.begin(), NewNodes.end());
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
CallGraphSCCPass.h 97 void initialize(ArrayRef<CallGraphNode *> NewNodes) {
98 Nodes.assign(NewNodes.begin(), NewNodes.end());
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
CallGraphSCCPass.h 97 void initialize(ArrayRef<CallGraphNode *> NewNodes) {
98 Nodes.assign(NewNodes.begin(), NewNodes.end());
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
CallGraphSCCPass.h 97 void initialize(ArrayRef<CallGraphNode *> NewNodes) {
98 Nodes.assign(NewNodes.begin(), NewNodes.end());
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CallGraphSCCPass.h 97 void initialize(ArrayRef<CallGraphNode *> NewNodes) {
98 Nodes.assign(NewNodes.begin(), NewNodes.end());
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 232 SmallVector<SDNode*, 2> NewNodes;
233 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes))
237 assert(NewNodes.size() == 2 && "Expected a load folding node!");
239 N = NewNodes[1];
240 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 804 SmallVector<SDNode*, 2> NewNodes;
805 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes))
809 assert(NewNodes.size() == 2 && "Expected a load folding node!");
811 N = NewNodes[1];
812 SDNode *LoadNode = NewNodes[0];
    [all...]
  /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/swiftshader/third_party/LLVM/lib/Target/X86/
X86InstrInfo.h 291 SmallVectorImpl<SDNode*> &NewNodes) const;
  /external/swiftshader/third_party/subzero/src/
IceCfg.h 98 void swapNodes(NodeList &NewNodes);
IceCfg.cpp 113 void Cfg::swapNodes(NodeList &NewNodes) {
114 assert(Nodes.size() == NewNodes.size());
115 Nodes.swap(NewNodes);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetInstrInfo.h 470 SmallVectorImpl<SDNode*> &NewNodes) const {
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 389 SmallVectorImpl<SDNode*> &NewNodes) const override;
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]

Completed in 1036 milliseconds

1 2