Searched defs:isStore (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 281 bool &isLoad, bool &isStore) { in GetInstrType() 334 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local 392 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local
|
/external/proguard/src/proguard/classfile/instruction/ |
D | VariableInstruction.java | 144 public boolean isStore() in isStore() method in VariableInstruction
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.cpp | 125 bool isStore = false; in isStoreInstr() local
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineMemOperand.h | 171 bool isStore() const { return Flags & MOStore; } in isStore() function
|
/external/llvm/lib/Target/ARM/InstPrinter/ |
D | ARMInstPrinter.cpp | 274 bool isStore = Opcode == ARM::STREXD || Opcode == ARM::STLEXD; in printInst() local
|
/external/valgrind/main/exp-sgcheck/ |
D | sg_main.c | 2121 Bool isStore, in instrument_mem_access()
|
/external/llvm/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 1789 Type *MemOpType, bool isStore, in isSafeMemAccess()
|
/external/valgrind/main/helgrind/ |
D | hg_main.c | 4285 Bool isStore, in instrument_mem_access()
|