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

1 2

  /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 103 bool isStore = false;
106 isStore = (TSFlags == 1);
107 if (isStore)
109 return isStore;
  /external/llvm/include/llvm/CodeGen/
MachineMemOperand.h 176 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 295 if (!(*I)->isStore())
319 if ((*I)->isStore())
326 if ((*I)->isStore()) {
    [all...]
MachineInstr.cpp 504 assert((isLoad() || isStore()) && "Not a load/store!");
543 assert((isLoad() || isStore()) &&
551 if (isStore())
    [all...]
MachineVerifier.cpp 806 if ((*I)->isStore() && !MI->mayStore())
    [all...]
MIRPrinter.cpp 858 assert(Op.isStore() && "Non load machine operand must be a store");
MachineLICM.cpp 335 if (!(*o)->isStore() || !(*o)->getPseudoValue())
    [all...]
TargetInstrInfo.cpp 329 if ((*o)->isStore()) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 410 bool isStore() const {
686 if (MemInst.isValid() && MemInst.isStore()) {
714 if (MemInst.isValid() && MemInst.isStore()) {
    [all...]
ScalarReplAggregates.cpp 160 Type *MemOpType, bool isStore, AllocaInfo &Info,
    [all...]
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 278 bool isStore = Opcode == ARM::STREXD || Opcode == ARM::STLEXD;
279 unsigned Reg = MI->getOperand(isStore ? 1 : 0).getReg();
285 if (isStore)
292 for (unsigned i = isStore ? 3 : 2; i < MI->getNumOperands(); ++i)
    [all...]
  /external/valgrind/exp-sgcheck/
sg_main.c     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/valgrind/helgrind/
hg_main.c     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [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/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 

Completed in 480 milliseconds

1 2