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

  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 93 bool &isLoad, bool &isStore) {
97 isStore = MCID.mayStore();
146 bool isFirst, isSingle, isCracked, isLoad, isStore;
149 isLoad, isStore);
204 bool isFirst, isSingle, isCracked, isLoad, isStore;
207 isLoad, isStore);
214 if (isStore && NumStores < 4 && !MI->memoperands_empty()) {
PPCHazardRecognizers.h 82 bool &isLoad, bool &isStore);
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.h 89 void emitFrameMemOps(bool isStore, MachineBasicBlock &MBB,
  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.cpp 132 bool isStore = false;
135 isStore = (TSFlags == 1);
136 if (isStore)
138 return isStore;
  /dalvik/vm/compiler/codegen/mips/
GlobalOptimizations.cpp 256 int isStore;
286 isStore = EncodingMap[thisLIR->opcode].flags & IS_STORE;
292 !(isStore && loadVisited) &&
293 !(isStore && storeVisited)) {
300 storeVisited |= isStore;
360 int isStore = flags & IS_STORE;
361 if (isLoad || isStore) {
  /external/llvm/include/llvm/CodeGen/
MachineMemOperand.h 149 bool isStore() const { return Flags & MOStore; }
SelectionDAGNodes.h 917 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/proguard/src/proguard/classfile/instruction/
VariableInstruction.java 144 public boolean isStore()
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 255 if (!(*I)->isStore())
279 if ((*I)->isStore())
286 if ((*I)->isStore()) {
    [all...]
MachineInstr.cpp 430 assert((isLoad() || isStore()) && "Not a load/store!");
465 assert((MMO.isLoad() || MMO.isStore()) &&
473 if (MMO.isStore())
    [all...]
TargetInstrInfo.cpp 268 if ((*o)->isStore() && (*o)->getValue())
MachineLICM.cpp 390 if (!(*o)->isStore() || !(*o)->getValue())
    [all...]
MachineVerifier.cpp 776 if ((*I)->isStore() && !MI->mayStore())
    [all...]
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 263 bool isStore = Opcode == ARM::STREXD;
264 unsigned Reg = MI->getOperand(isStore ? 1 : 0).getReg();
270 if (isStore)
277 for(unsigned i= isStore ? 3 : 2; i < MI->getNumOperands(); ++i)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 158 Type *MemOpType, bool isStore, AllocaInfo &Info,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
  /external/valgrind/main/exp-sgcheck/
sg_main.c     [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 406 milliseconds