HomeSort by relevance Sort by last modified time
    Searched defs:DAG (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/clang/test/CodeGenCXX/
debug-info-byval.cpp 5 class DAG {
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.h 27 const ScheduleDAG *DAG;
37 ScoreboardHazardRecognizer(ItinData, DAG_), DAG(DAG_),
57 const ScheduleDAG &DAG;
78 PPCHazardRecognizer970(const ScheduleDAG &DAG);
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 34 /// the DAG and must be handled explicitly by schedulers.
39 SelectionDAG *DAG; // DAG of the current basic block
51 void Run(SelectionDAG *dag, MachineBasicBlock *bb);
83 /// BuildSchedGraph - Build the SUnit graph from the selection dag that we
LegalizeTypes.h 1 //===-- LegalizeTypes.h - DAG Type Legalizer class definition ---*- C++ -*-===//
34 SelectionDAG &DAG;
64 return TLI.getTypeAction(*DAG.getContext(), VT);
69 return TLI.getTypeAction(*DAG.getContext(), VT) == TargetLowering::TypeLegal;
82 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), VT);
87 return TLI.getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), VT);
136 explicit DAGTypeLegalizer(SelectionDAG &dag)
137 : TLI(dag.getTargetLoweringInfo()), DAG(dag)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 34 /// the DAG and must be handled explicitly by schedulers.
38 SelectionDAG *DAG; // DAG of the current basic block
47 void Run(SelectionDAG *dag, MachineBasicBlock *bb,
77 /// BuildSchedGraph - Build the SUnit graph from the selection dag that we
LegalizeTypes.h 1 //===-- LegalizeTypes.h - Definition of the DAG Type Legalizer class ------===//
37 SelectionDAG &DAG;
68 return TLI.getTypeAction(*DAG.getContext(), VT);
73 return TLI.getTypeAction(*DAG.getContext(), VT) == TargetLowering::TypeLegal;
119 explicit DAGTypeLegalizer(SelectionDAG &dag)
120 : TLI(dag.getTargetLoweringInfo()), DAG(dag),
127 /// top-down traversal of the dag, legalizing types as it goes. Returns
201 return DAG.getNode(ISD::SIGN_EXTEND_INREG, dl, Op.getValueType(), Op
    [all...]
  /external/llvm/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 93 const ScheduleDAG *DAG;
106 const ScheduleDAG *DAG,
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 96 const ScheduleDAG *DAG;
109 const ScheduleDAG *DAG,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 97 const ScheduleDAG *DAG;
110 const ScheduleDAG *DAG,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 97 const ScheduleDAG *DAG;
110 const ScheduleDAG *DAG,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 97 const ScheduleDAG *DAG;
110 const ScheduleDAG *DAG,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 97 const ScheduleDAG *DAG;
110 const ScheduleDAG *DAG,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 97 const ScheduleDAG *DAG;
110 const ScheduleDAG *DAG,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 97 const ScheduleDAG *DAG;
110 const ScheduleDAG *DAG,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 97 const ScheduleDAG *DAG;
110 const ScheduleDAG *DAG,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 97 const ScheduleDAG *DAG;
110 const ScheduleDAG *DAG,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 97 const ScheduleDAG *DAG;
110 const ScheduleDAG *DAG,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 97 const ScheduleDAG *DAG;
110 const ScheduleDAG *DAG,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 97 const ScheduleDAG *DAG;
110 const ScheduleDAG *DAG,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 97 const ScheduleDAG *DAG;
110 const ScheduleDAG *DAG,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 97 const ScheduleDAG *DAG;
110 const ScheduleDAG *DAG,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 97 const ScheduleDAG *DAG;
110 const ScheduleDAG *DAG,
  /external/llvm/lib/Target/AMDGPU/
R600MachineScheduler.h 28 const ScheduleDAGMILive *DAG;
70 DAG(nullptr), TII(nullptr), TRI(nullptr), MRI(nullptr) {
75 void initialize(ScheduleDAGMI *dag) override;
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 1 //===-- BPFISelLowering.cpp - BPF DAG Lowering Implementation ------------===//
11 // selection DAG.
36 static void fail(const SDLoc &DL, SelectionDAG &DAG, const char *Msg) {
37 MachineFunction &MF = DAG.getMachineFunction();
38 DAG.getContext()->diagnose(
42 static void fail(const SDLoc &DL, SelectionDAG &DAG, const char *Msg,
44 MachineFunction &MF = DAG.getMachineFunction();
50 DAG.getContext()->diagnose(
135 SDValue BPFTargetLowering::LowerOperation(SDValue Op, SelectionDAG &DAG) const {
138 return LowerBR_CC(Op, DAG);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 102 /// Perform platform-specific DAG postprocessing.
133 VLIWMachineScheduler *DAG;
155 DAG(nullptr), SchedModel(nullptr), Available(ID, Name+".A"),
166 void init(VLIWMachineScheduler *dag, const TargetSchedModel *smodel) {
167 DAG = dag;
190 VLIWMachineScheduler *DAG;
206 : DAG(nullptr), SchedModel(nullptr), Top(TopQID, "TopQ"),
209 void initialize(ScheduleDAGMI *dag) override;

Completed in 751 milliseconds

1 2 3 4 5