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

  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 281 bool &isLoad, bool &isStore) {
285 isStore = MCID.mayStore();
334 bool isFirst, isSingle, isCracked, isLoad, isStore;
337 isLoad, isStore);
392 bool isFirst, isSingle, isCracked, isLoad, isStore;
395 isLoad, isStore);
402 if (isStore && NumStores < 4 && !MI->memoperands_empty()) {
PPCHazardRecognizers.h 93 bool &isLoad, bool &isStore);
  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.cpp 125 bool isStore = false;
128 isStore = (TSFlags == 1);
129 if (isStore)
131 return isStore;
  /external/llvm/include/llvm/CodeGen/
MachineMemOperand.h 171 bool isStore() const { return Flags & MOStore; }
SelectionDAGNodes.h     [all...]
  /external/proguard/src/proguard/classfile/instruction/
VariableInstruction.java 144 public boolean isStore()
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 273 if (!(*I)->isStore())
297 if ((*I)->isStore())
304 if ((*I)->isStore()) {
    [all...]
MachineInstr.cpp 441 assert((isLoad() || isStore()) && "Not a load/store!");
476 assert((MMO.isLoad() || MMO.isStore()) &&
484 if (MMO.isStore())
    [all...]
TargetInstrInfo.cpp 271 if ((*o)->isStore()) {
MachineLICM.cpp 394 if (!(*o)->isStore() || !(*o)->getPseudoValue())
    [all...]
MachineVerifier.cpp 790 if ((*I)->isStore() && !MI->mayStore())
    [all...]
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 274 bool isStore = Opcode == ARM::STREXD || Opcode == ARM::STLEXD;
275 unsigned Reg = MI->getOperand(isStore ? 1 : 0).getReg();
281 if (isStore)
288 for(unsigned i= isStore ? 3 : 2; i < MI->getNumOperands(); ++i)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 159 Type *MemOpType, bool isStore, AllocaInfo &Info,
    [all...]
  /external/valgrind/main/exp-sgcheck/
sg_main.c     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 

Completed in 508 milliseconds