Home
last modified time | relevance | path

Searched defs:isStore (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp281 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/
DVariableInstruction.java144 public boolean isStore() in isStore() method in VariableInstruction
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.cpp103 bool isStore = false; in isStoreInstr() local
/external/llvm/include/llvm/CodeGen/
DMachineMemOperand.h176 bool isStore() const { return Flags & MOStore; } in isStore() function
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp410 bool isStore() const { in isStore() function in __anondca482b20311::EarlyCSE::ParseMemoryInst
DScalarReplAggregates.cpp1806 Type *MemOpType, bool isStore, in isSafeMemAccess()
/external/llvm/lib/Target/ARM/InstPrinter/
DARMInstPrinter.cpp278 bool isStore = Opcode == ARM::STREXD || Opcode == ARM::STLEXD; in printInst() local
/external/valgrind/exp-sgcheck/
Dsg_main.c2129 Bool isStore, in instrument_mem_access()
/external/valgrind/helgrind/
Dhg_main.c4422 Bool isStore, in instrument_mem_access()
/external/clang/lib/Sema/
DSemaChecking.cpp2299 bool isStore = BuiltinID == Builtin::BI__builtin_nontemporal_store; in SemaBuiltinNontemporalOverloaded() local
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp9491 const bool isStore = N->getOpcode() == ISD::STORE; in CombineBaseUpdate() local