Searched defs:isStore (Results 1 – 11 of 11) 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 | 103 bool isStore = false; in isStoreInstr() local
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineMemOperand.h | 176 bool isStore() const { return Flags & MOStore; } in isStore() function
|
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 410 bool isStore() const { in isStore() function in __anondca482b20311::EarlyCSE::ParseMemoryInst
|
D | ScalarReplAggregates.cpp | 1806 Type *MemOpType, bool isStore, in isSafeMemAccess()
|
/external/llvm/lib/Target/ARM/InstPrinter/ |
D | ARMInstPrinter.cpp | 278 bool isStore = Opcode == ARM::STREXD || Opcode == ARM::STLEXD; in printInst() local
|
/external/valgrind/exp-sgcheck/ |
D | sg_main.c | 2129 Bool isStore, in instrument_mem_access()
|
/external/valgrind/helgrind/ |
D | hg_main.c | 4422 Bool isStore, in instrument_mem_access()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 2299 bool isStore = BuiltinID == Builtin::BI__builtin_nontemporal_store; in SemaBuiltinNontemporalOverloaded() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 9491 const bool isStore = N->getOpcode() == ISD::STORE; in CombineBaseUpdate() local
|