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

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineInstr.h 75 mmo_iterator MemRefs; // information on memory references
225 mmo_iterator memoperands_begin() const { return MemRefs; }
227 bool memoperands_empty() const { return MemRefsEnd == MemRefs; }
232 return MemRefsEnd - MemRefs == 1;
546 /// is the primary method for setting up a MachineInstr's MemRefs list.
552 MemRefs = NewMemRefs;
SelectionDAGNodes.h     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 99 // Note that MemRefs == nullptr, means 'don't know', not 'no memory access'.
105 mmo_iterator MemRefs;
371 mmo_iterator memoperands_begin() const { return MemRefs; }
372 mmo_iterator memoperands_end() const { return MemRefs + NumMemRefs; }
    [all...]
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 97 // Note that MemRefs == nullptr, means 'don't know', not 'no memory access'.
103 mmo_iterator MemRefs;
358 mmo_iterator memoperands_begin() const { return MemRefs; }
359 mmo_iterator memoperands_end() const { return MemRefs + NumMemRefs; }
    [all...]
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 97 // Note that MemRefs == nullptr, means 'don't know', not 'no memory access'.
103 mmo_iterator MemRefs;
358 mmo_iterator memoperands_begin() const { return MemRefs; }
359 mmo_iterator memoperands_end() const { return MemRefs + NumMemRefs; }
    [all...]
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 97 // Note that MemRefs == nullptr, means 'don't know', not 'no memory access'.
103 mmo_iterator MemRefs;
358 mmo_iterator memoperands_begin() const { return MemRefs; }
359 mmo_iterator memoperands_end() const { return MemRefs + NumMemRefs; }
    [all...]
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 97 // Note that MemRefs == nullptr, means 'don't know', not 'no memory access'.
103 mmo_iterator MemRefs;
358 mmo_iterator memoperands_begin() const { return MemRefs; }
359 mmo_iterator memoperands_end() const { return MemRefs + NumMemRefs; }
    [all...]
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 97 // Note that MemRefs == nullptr, means 'don't know', not 'no memory access'.
103 mmo_iterator MemRefs;
358 mmo_iterator memoperands_begin() const { return MemRefs; }
359 mmo_iterator memoperands_end() const { return MemRefs + NumMemRefs; }
    [all...]
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 97 // Note that MemRefs == nullptr, means 'don't know', not 'no memory access'.
103 mmo_iterator MemRefs;
358 mmo_iterator memoperands_begin() const { return MemRefs; }
359 mmo_iterator memoperands_end() const { return MemRefs + NumMemRefs; }
    [all...]
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 97 // Note that MemRefs == nullptr, means 'don't know', not 'no memory access'.
103 mmo_iterator MemRefs;
358 mmo_iterator memoperands_begin() const { return MemRefs; }
359 mmo_iterator memoperands_end() const { return MemRefs + NumMemRefs; }
    [all...]
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 97 // Note that MemRefs == nullptr, means 'don't know', not 'no memory access'.
103 mmo_iterator MemRefs;
358 mmo_iterator memoperands_begin() const { return MemRefs; }
359 mmo_iterator memoperands_end() const { return MemRefs + NumMemRefs; }
    [all...]
SelectionDAGNodes.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineInstr.cpp 468 MemRefs(0), MemRefsEnd(0),
488 MemRefs(0), MemRefsEnd(0), Parent(0) {
503 MemRefs(0), MemRefsEnd(0), Parent(0), debugLoc(dl) {
519 MemRefs(0), MemRefsEnd(0), Parent(0) {
535 MemRefs(0), MemRefsEnd(0), Parent(0), debugLoc(dl) {
550 MemRefs(MI.MemRefs), MemRefsEnd(MI.MemRefsEnd),
721 /// is the primary method for setting up a MachineInstr's MemRefs list.
724 mmo_iterator OldMemRefs = MemRefs;
727 size_t NewNum = (MemRefsEnd - MemRefs) + 1
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 655 AsmPrinterFlags(0), NumMemRefs(0), MemRefs(nullptr),
680 MemRefs(MI.MemRefs), debugLoc(MI.getDebugLoc())
889 /// is the primary method for setting up a MachineInstr's MemRefs list.
892 mmo_iterator OldMemRefs = MemRefs;
903 /// Check to see if the MMOs pointed to by the two MemRefs arrays are
    [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 671 MachineInstr::mmo_iterator MemRefs =
673 std::copy(MemOperands.begin(), MemOperands.end(), MemRefs);
674 MI->setMemRefs(MemRefs, MemRefs + MemOperands.size());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]

Completed in 4707 milliseconds

1 2