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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonShuffler.h 101 bool mayStore() const { return Store; }
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonShuffler.h 92 bool mayStore() const { return (Store); };
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrDesc.h 113 MayStore,
415 /// mayStore - Return true if this instruction could possibly modify memory.
419 bool mayStore() const {
420 return Flags & (1 << MCID::MayStore);
429 /// 2. Memory accesses. Use mayLoad/mayStore.
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.h 228 bool mayLoad, mayStore;
CodeGenDAGPatterns.cpp     [all...]
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 114 MayStore,
356 bool mayStore() const { return Flags & (1 << MCID::MayStore); }
364 /// 2. Memory accesses. Use mayLoad/mayStore.
  /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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCInstrDesc.h 136 MayStore,
398 bool mayStore() const { return Flags & (1ULL << MCID::MayStore); }
406 /// 2. Memory accesses. Use mayLoad/mayStore.
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]

Completed in 440 milliseconds