HomeSort by relevance Sort by last modified time
    Searched refs:DAG (Results 76 - 92 of 92) sorted by null

1 2 34

  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 54 const ScheduleDAG *DAG) const;
58 const ScheduleDAG *DAG) const;
ARMBaseInstrInfo.cpp 104 const ScheduleDAG *DAG) const {
107 return new ScoreboardHazardRecognizer(II, DAG, "pre-RA-sched");
109 return TargetInstrInfo::CreateTargetHazardRecognizer(TM, DAG);
114 const ScheduleDAG *DAG) const {
117 new ARMHazardRecognizer(II, *this, getRegisterInfo(), Subtarget, DAG);
118 return TargetInstrInfo::CreateTargetPostRAHazardRecognizer(II, DAG);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 47 /// this target when scheduling the DAG.
50 const ScheduleDAG *DAG) const {
55 return new PPCScoreboardHazardRecognizer(II, DAG);
58 return TargetInstrInfo::CreateTargetHazardRecognizer(TM, DAG);
62 /// to use for this target when scheduling the DAG.
65 const ScheduleDAG *DAG) const {
77 return new PPCScoreboardHazardRecognizer(II, DAG);
  /external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 645 void ResourcePriorityQueue::dump(ScheduleDAG *DAG) const {}
647 void ResourcePriorityQueue::dump(ScheduleDAG *DAG) const {
652 su->dump(DAG);
SelectionDAGBuilder.h 1 //===-- SelectionDAGBuilder.h - Selection-DAG building --------------------===//
83 /// CurDebugLoc - current file + line number. Changes as we build the DAG.
287 SelectionDAG &DAG;
322 /// no subsequent DAG nodes should be created.
328 SelectionDAGBuilder(SelectionDAG &dag, FunctionLoweringInfo &funcinfo,
330 : SDNodeOrder(0), TM(dag.getTarget()), TLI(dag.getTargetLoweringInfo()),
331 DAG(dag), FuncInfo(funcinfo), OptLevel(ol),
354 /// getRoot - Return the current virtual root of the Selection DAG,
    [all...]
ScheduleDAGRRList.cpp 157 // DAG crawling.
283 // the expansion of custom DAG-to-DAG patterns.
318 /// Schedule - Schedule the DAG using list scheduling.
    [all...]
SelectionDAGISel.cpp 64 STATISTIC(NumDAGBlocks, "Number of blocks selected using DAG");
65 STATISTIC(NumDAGIselRetries,"Number of times dag isel has to try another path");
161 ViewDAGCombine1("view-dag-combine1-dags", cl::Hidden,
163 "dag combine pass"));
171 ViewDAGCombine2("view-dag-combine2-dags", cl::Hidden,
173 "dag combine pass"));
175 ViewDAGCombineLT("view-dag-combine-lt-dags", cl::Hidden,
177 " dag combine pass"));
515 // Make sure the root of the DAG is up-to-date.
520 // Final step, emit the lowered DAG as machine code
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 1 //===-- llvm/CodeGen/SelectionDAG.h - InstSelection DAG ---------*- C++ -*-===//
118 void checkForCycles(const SelectionDAG *DAG);
121 /// in a low-level Data Dependence DAG representation suitable for instruction
122 /// selection. This DAG is constructed as the first step of instruction
143 /// Root - The root of the entire DAG.
146 /// AllNodes - A linked list of nodes in the current DAG.
178 /// the DAG can optionally implement this interface. This allows the clients
181 /// A DAGUpdateListener automatically registers itself with DAG when it is
185 SelectionDAG &DAG;
188 : Next(D.UpdateListeners), DAG(D)
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 1 //===-- Mips16ISelLowering.h - Mips16 DAG Lowering Interface ----*- C++ -*-===//
374 SelectionDAG &DAG = CLI.DAG;
403 JumpTarget = DAG.getExternalSymbol(Mips16HelperFunction, getPointerTy());
404 JumpTarget = getAddrGlobal(JumpTarget, DAG, MipsII::MO_GOT);
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.cpp 174 AMDGPUInstrInfo::unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
R600InstrInfo.cpp 197 const ScheduleDAG *DAG) const {
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 309 DenseMap<ValuePair, size_t> &DAG,
320 DenseMap<ValuePair, size_t> &DAG, ValuePair J);
748 // the pairing with the largest dag meeting the depth requirement on at
749 // least one branch. Then select all pairings that are part of that dag
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 302 virtual bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
X86InstrInfo.cpp     [all...]
  /ndk/build/core/
definitions-graph.mk 309 # node B if A depends on B. Assumes that the graph is a DAG (if there are
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp     [all...]

Completed in 1849 milliseconds

1 2 34