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

1 23 4 5 6 7 8

  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenInstruction.h 239 bool mayStore : 1;
InstrDocsEmitter.cpp 116 FLAG(mayStore)
CodeGenDAGPatterns.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIInsertWaitcnts.cpp 552 if (TII->isDS(Inst) && (Inst.mayStore() || Inst.mayLoad())) {
562 if (Inst.mayStore()) {
591 if (Inst.mayStore()) {
603 if (Inst.mayStore()) {
612 if (Inst.mayStore()) {
616 if (Inst.mayStore()) {
668 if (TII->isDS(Inst) && Inst.mayStore()) {
    [all...]
GCNHazardRecognizer.cpp 348 if (MEM->mayStore())
487 if (!MI.mayStore())
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonConstExtenders.cpp 881 if (D.mayLoad() || D.mayStore()) {
    [all...]
HexagonExpandCondsets.cpp 725 if (MI->hasUnmodeledSideEffects() || MI->mayStore())
822 bool IsLoad = TheI.mayLoad(), IsStore = TheI.mayStore();
839 bool L = MI->mayLoad(), S = MI->mayStore();
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 618 bool mayStore(QueryType Type = AnyInBundle) const {
624 return hasProperty(MCID::MayStore, Type);
629 return mayLoad(Type) || mayStore(Type);
    [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineInstr.h 672 bool mayStore(QueryType Type = AnyInBundle) const {
678 return hasProperty(MCID::MayStore, Type);
683 return mayLoad(Type) || mayStore(Type);
    [all...]
TargetInstrInfo.h     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp 721 if (MI->hasUnmodeledSideEffects() || MI->mayStore())
821 bool IsLoad = TheI.mayLoad(), IsStore = TheI.mayStore();
838 bool L = MI->mayLoad(), S = MI->mayStore();
    [all...]
HexagonNewValueJump.cpp 179 if (MII->getDesc().mayStore())
HexagonStoreWidening.cpp 275 if (MI->mayLoad() || MI->mayStore()) {
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
MLxExpansionPass.cpp 142 if (MCID.mayStore())
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineLICM.cpp 377 // Check mayStore before memory operands so that e.g. DBG_VALUEs will return
379 if (!MI->mayStore())
917 if (!MI.mayStore() || MI.hasUnmodeledSideEffects() ||
    [all...]
MachineInstr.cpp     [all...]
  /external/llvm/lib/CodeGen/
ImplicitNullChecks.cpp 190 if (MI->mayStore() || MI->hasUnmodeledSideEffects()) {
ScheduleDAGInstrs.cpp 568 assert ((MIa->mayStore() || MIb->mayStore()) &&
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64LoadStoreOptimizer.cpp     [all...]
AArch64RegisterInfo.cpp 268 if (!MI->mayLoad() && !MI->mayStore())
  /external/llvm/lib/Target/AMDGPU/
SIWholeQuadMode.cpp 164 } else if (MI.mayStore() && TII->usesVM_CNT(MI)) {
  /external/llvm/lib/Target/ARM/
MLxExpansionPass.cpp 189 if (MI->mayStore())
  /external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 246 if (candidate->mayStore()) {

Completed in 879 milliseconds

1 23 4 5 6 7 8