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

  /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/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) {
  /external/proguard/src/proguard/classfile/instruction/
VariableInstruction.java 144 public boolean isStore()
  /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 {
  /sdk/emulator/qtools/
opcode.h 147 inline bool isStore(Opcode op) { return (opcode_flags[op] & kCatStore) != 0; }
  /external/proguard/lib/
proguard.jar 

Completed in 149 milliseconds