/external/llvm/lib/Target/PowerPC/ |
PPCHazardRecognizers.h | 64 bool &isLoad, bool &isStore);
|
PPCHazardRecognizers.cpp | 69 bool &isLoad, bool &isStore) { 71 isFirst = isSingle = isCracked = isLoad = isStore = false; 79 isStore = MCID.mayStore(); 129 bool isFirst, isSingle, isCracked, isLoad, isStore; 132 isLoad, isStore); 228 bool isFirst, isSingle, isCracked, isLoad, isStore; 231 isLoad, isStore); 239 if (isStore) {
|
/external/llvm/lib/Target/Blackfin/ |
BlackfinRegisterInfo.cpp | 215 bool isStore = false; 219 isStore = true; 226 MI.setDesc(TII.get(isStore 232 MI.setDesc(TII.get(isStore 239 MI.setDesc(TII.get(isStore 262 isStore = true; 273 MI.setDesc(TII.get(isStore ? BF::STORE16pi : BF::LOAD16pi));
|
/external/llvm/include/llvm/CodeGen/ |
MachineMemOperand.h | 141 bool isStore() const { return Flags & MOStore; }
|
SlotIndexes.h | 209 /// isStore - Return true if this is a STORE slot. 210 bool isStore() const {
|
SelectionDAGNodes.h | 898 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/llvm/lib/CodeGen/ |
MachineFunction.cpp | 234 if (!(*I)->isStore()) 258 if ((*I)->isStore()) 265 if ((*I)->isStore()) {
|
MachineInstr.cpp | 374 assert((isLoad() || isStore()) && "Not a load/store!"); 409 assert((MMO.isLoad() || MMO.isStore()) && 417 if (MMO.isStore()) [all...] |
MachineLICM.cpp | 340 if (!(*o)->isStore() || !(*o)->getValue()) [all...] |
MachineVerifier.cpp | 556 if ((*I)->isStore() && !MCID.mayStore()) [all...] |
/external/proguard/src/proguard/classfile/instruction/ |
VariableInstruction.java | 144 public boolean isStore()
|
/external/llvm/lib/Target/ARM/Disassembler/ |
ARMDisassemblerCore.cpp | [all...] |
ThumbDisassemblerCore.h | [all...] |
/external/valgrind/tsan/ |
ts_valgrind.cc | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
ScalarReplAggregates.cpp | 132 Type *MemOpType, bool isStore, AllocaInfo &Info, [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGISel.cpp | [all...] |
/external/valgrind/main/exp-ptrcheck/ |
sg_main.c | [all...] |
/external/valgrind/main/helgrind/ |
hg_main.c | [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrInfo.cpp | [all...] |
/external/proguard/lib/ |
proguard.jar | |