HomeSort by relevance Sort by last modified time
    Searched refs:mayStore (Results 101 - 125 of 177) sorted by null

1 2 3 45 6 7 8

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineCSE.cpp 264 if (MCID.mayStore() || MCID.isCall() || MCID.isTerminator() ||
MachineVerifier.cpp 560 if ((*I)->isStore() && !MCID.mayStore())
561 report("Missing mayStore flag", MI);
807 if (MCID.mayStore() && !LI.liveAt(Idx.getDefIndex())) {
    [all...]
MachineInstr.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.cpp 304 mayStore = R->getValueAsBit("mayStore");
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineCSE.cpp 364 if (MI->mayStore() || MI->isCall() || MI->isTerminator() ||
ScheduleDAGInstrs.cpp 866 if (!MI.mayStore() &&
881 if (MI.mayStore()) {
    [all...]
TargetInstrInfo.cpp 590 NewMI->mayStore()) &&
    [all...]
BranchFolding.cpp 498 else if (I->mayLoad() || I->mayStore())
867 if (MBBICommon->mayLoad() || MBBICommon->mayStore())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.cpp 642 if (!MI2.mayLoad() && !MI2.mayStore()) {
SIInstrInfo.cpp 304 assert(LdSt.mayStore());
    [all...]
SIRegisterInfo.cpp 489 bool IsStore = MI->mayStore();
533 bool IsStore = Desc.mayStore();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ThumbRegisterInfo.cpp 592 } else if (MI.mayStore()) {
ARMFrameLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonNewValueJump.cpp 203 if (MII->mayStore())
HexagonInstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
InstrInfoEmitter.cpp 586 if (Inst.mayStore) OS << "|(1ULL<<MCID::MayStore)";
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 528 NewMI->mayStore()) &&
851 if (MI.isNotDuplicable() || MI.mayStore() || MI.hasUnmodeledSideEffects())
    [all...]
MachineInstr.cpp     [all...]
BranchFolding.cpp 492 else if (I->mayLoad() || I->mayStore())
811 if (MBBICommon->mayLoad() || MBBICommon->mayStore())
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIRegisterInfo.cpp 426 bool IsStore = MI->mayStore();
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonEarlyIfConv.cpp 643 if (MI->mayLoad() || MI->mayStore())
    [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCCodeEmitter.cpp 383 if (MCID.mayStore() || MCID.mayLoad()) {

Completed in 1048 milliseconds

1 2 3 45 6 7 8