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

  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 375 if (isLoad && NumStores && !MI->memoperands_empty()) {
402 if (isStore && NumStores < 4 && !MI->memoperands_empty()) {
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
TargetInstrInfo.cpp 544 if (MI->memoperands_empty()) {
ScheduleDAGInstrs.cpp 474 if (!MI || MI->memoperands_empty())
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 341 bool memoperands_empty() const { return NumMemRefs == 0; }
    [all...]
SelectionDAGNodes.h 1920 bool memoperands_empty() const { return MemRefsEnd == MemRefs; } function in class:MachineSDNode
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 360 if (!MN->memoperands_empty()) {
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp     [all...]
ARMBaseInstrInfo.cpp     [all...]

Completed in 376 milliseconds