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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ScheduleDAGEmit.cpp 40 if (I->getSUnit()->CopyDstRC) {
59 unsigned VRBase = MRI.createVirtualRegister(SU->CopyDstRC);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ScheduleDAG.h 274 const TargetRegisterClass *CopyDstRC; // Is a special copy node if not null.
289 CopyDstRC(NULL), CopySrcRC(NULL) {}
303 CopyDstRC(NULL), CopySrcRC(NULL) {}
316 CopyDstRC(NULL), CopySrcRC(NULL) {}
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 303 const TargetRegisterClass *CopyDstRC; // Is a special copy node if not null.
320 BotReadyCycle(0), CopyDstRC(nullptr), CopySrcRC(nullptr) {}
336 BotReadyCycle(0), CopyDstRC(nullptr), CopySrcRC(nullptr) {}
351 BotReadyCycle(0), CopyDstRC(nullptr), CopySrcRC(nullptr) {}
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 386 CopyFromSU->CopyDstRC = DestRC;
390 CopyToSU->CopyDstRC = SrcRC;
ScheduleDAGRRList.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 304 const TargetRegisterClass *CopyDstRC =
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
ScheduleDAG.h 304 const TargetRegisterClass *CopyDstRC =
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
ScheduleDAG.h 304 const TargetRegisterClass *CopyDstRC =
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
ScheduleDAG.h 307 const TargetRegisterClass *CopyDstRC =
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
ScheduleDAG.h 307 const TargetRegisterClass *CopyDstRC =
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
ScheduleDAG.h 307 const TargetRegisterClass *CopyDstRC =
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
ScheduleDAG.h 307 const TargetRegisterClass *CopyDstRC =
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 304 const TargetRegisterClass *CopyDstRC =
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
ScheduleDAG.h 304 const TargetRegisterClass *CopyDstRC =
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
ScheduleDAG.h 304 const TargetRegisterClass *CopyDstRC =
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
ScheduleDAG.h 307 const TargetRegisterClass *CopyDstRC =
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
ScheduleDAG.h 307 const TargetRegisterClass *CopyDstRC =
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
ScheduleDAG.h 307 const TargetRegisterClass *CopyDstRC =
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
ScheduleDAG.h 307 const TargetRegisterClass *CopyDstRC =
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 393 CopyFromSU->CopyDstRC = DestRC;
397 CopyToSU->CopyDstRC = SrcRC;
ScheduleDAGSDNodes.cpp 763 if (I->getSUnit()->CopyDstRC) {
782 unsigned VRBase = MRI.createVirtualRegister(SU->CopyDstRC);
    [all...]
ScheduleDAGRRList.cpp     [all...]

Completed in 530 milliseconds