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

  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 82 bool &isLoad, bool &isStore) {
84 isFirst = isSingle = isCracked = isLoad = isStore = false;
92 isStore = MCID.mayStore();
142 bool isFirst, isSingle, isCracked, isLoad, isStore;
145 isLoad, isStore);
241 bool isFirst, isSingle, isCracked, isLoad, isStore;
244 isLoad, isStore);
252 if (isStore) {
PPCHazardRecognizers.h 77 bool &isLoad, bool &isStore);
  /external/llvm/lib/Target/Blackfin/
BlackfinRegisterInfo.cpp 215 bool isStore = false;
219 isStore = true;
226 MI.setDesc(TII.get(isStore
232 MI.setDesc(TII.get(isStore
239 MI.setDesc(TII.get(isStore
262 isStore = true;
273 MI.setDesc(TII.get(isStore ? BF::STORE16pi : BF::LOAD16pi));
  /external/llvm/include/llvm/CodeGen/
MachineMemOperand.h 141 bool isStore() const { return Flags & MOStore; }
SlotIndexes.h 209 /// isStore - Return true if this is a STORE slot.
210 bool isStore() const {
SelectionDAGNodes.h 899 bool writeMem() const { return MMO->isStore(); }
    [all...]
  /sdk/emulator/qtools/
opcode.h 147 inline bool isStore(Opcode op) { return (opcode_flags[op] & kCatStore) != 0; }
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 234 if (!(*I)->isStore())
258 if ((*I)->isStore())
265 if ((*I)->isStore()) {
MachineInstr.cpp 374 assert((isLoad() || isStore()) && "Not a load/store!");
409 assert((MMO.isLoad() || MMO.isStore()) &&
417 if (MMO.isStore())
    [all...]
TargetInstrInfoImpl.cpp 190 if ((*o)->isStore() && (*o)->getValue())
MachineLICM.cpp 372 if (!(*o)->isStore() || !(*o)->getValue())
    [all...]
MachineVerifier.cpp 560 if ((*I)->isStore() && !MCID.mayStore())
    [all...]
  /external/proguard/src/proguard/classfile/instruction/
VariableInstruction.java 144 public boolean isStore()
  /external/valgrind/tsan/
ts_valgrind.cc     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 132 Type *MemOpType, bool isStore, AllocaInfo &Info,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
  /external/valgrind/main/exp-ptrcheck/
sg_main.c     [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]
  /external/proguard/lib/
proguard.jar 

Completed in 1718 milliseconds