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

1 2 3 4

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCHazardRecognizers.h 64 bool &isLoad, bool &isStore);
PPCHazardRecognizers.cpp 69 bool &isLoad, bool &isStore) {
71 isFirst = isSingle = isCracked = isLoad = isStore = false;
79 isStore = MCID.mayStore();
129 bool isFirst, isSingle, isCracked, isLoad, isStore;
132 isLoad, isStore);
228 bool isFirst, isSingle, isCracked, isLoad, isStore;
231 isLoad, isStore);
239 if (isStore) {
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 284 bool &isLoad, bool &isStore) {
288 isStore = MCID.mayStore();
337 bool isFirst, isSingle, isCracked, isLoad, isStore;
340 isLoad, isStore);
395 bool isFirst, isSingle, isCracked, isLoad, isStore;
398 isLoad, isStore);
405 if (isStore && NumStores < 4 && !MI->memoperands_empty()) {
PPCHazardRecognizers.h 93 bool &isLoad, bool &isStore);
  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.cpp 104 bool isStore = false;
107 isStore = (TSFlags == 1);
108 if (isStore)
110 return isStore;
  /external/swiftshader/third_party/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/swiftshader/src/Reactor/
Optimizer.cpp 44 static bool isStore(const Ice::Inst &instruction);
316 if(isStore(inst))
470 else if(isStore(*instruction))
522 bool Optimizer::isStore(const Ice::Inst &instruction)
534 assert(isStore(*instruction));
568 assert(isStore(*instruction));
585 assert(isStore(*store));
607 assert(isLoad(*load) && isStore(*store));
648 else if(isStore(*instruction))
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineMemOperand.h 141 bool isStore() const { return Flags & MOStore; }
  /external/llvm/include/llvm/CodeGen/
MachineMemOperand.h 178 bool isStore() const { return FlagVals & MOStore; }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineFunction.cpp 234 if (!(*I)->isStore())
258 if ((*I)->isStore())
265 if ((*I)->isStore()) {
  /external/proguard/src/proguard/classfile/instruction/
VariableInstruction.java 144 public boolean isStore()
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineMemOperand.h 219 bool isStore() const { return FlagVals & MOStore; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineMemOperand.h 219 bool isStore() const { return FlagVals & MOStore; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineMemOperand.h 219 bool isStore() const { return FlagVals & MOStore; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineMemOperand.h 233 bool isStore() const { return FlagVals & MOStore; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineMemOperand.h 233 bool isStore() const { return FlagVals & MOStore; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineMemOperand.h 233 bool isStore() const { return FlagVals & MOStore; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineMemOperand.h 233 bool isStore() const { return FlagVals & MOStore; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineMemOperand.h 219 bool isStore() const { return FlagVals & MOStore; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineMemOperand.h 219 bool isStore() const { return FlagVals & MOStore; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineMemOperand.h 219 bool isStore() const { return FlagVals & MOStore; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineMemOperand.h 233 bool isStore() const { return FlagVals & MOStore; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineMemOperand.h 233 bool isStore() const { return FlagVals & MOStore; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineMemOperand.h 233 bool isStore() const { return FlagVals & MOStore; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineMemOperand.h 233 bool isStore() const { return FlagVals & MOStore; }

Completed in 1359 milliseconds

1 2 3 4