/external/llvm/lib/Target/PowerPC/ |
PPCHazardRecognizers.cpp | 93 bool &isLoad, bool &isStore) { 97 isStore = MCID.mayStore(); 146 bool isFirst, isSingle, isCracked, isLoad, isStore; 149 isLoad, isStore); 204 bool isFirst, isSingle, isCracked, isLoad, isStore; 207 isLoad, isStore); 214 if (isStore && NumStores < 4 && !MI->memoperands_empty()) {
|
PPCHazardRecognizers.h | 82 bool &isLoad, bool &isStore);
|
/external/llvm/lib/Target/AArch64/ |
AArch64FrameLowering.h | 89 void emitFrameMemOps(bool isStore, MachineBasicBlock &MBB,
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXInstrInfo.cpp | 122 bool isStore = false; 125 isStore = (TSFlags == 1); 126 if (isStore) 128 return isStore;
|
/dalvik/vm/compiler/codegen/mips/ |
GlobalOptimizations.cpp | 256 int isStore; 286 isStore = EncodingMap[thisLIR->opcode].flags & IS_STORE; 292 !(isStore && loadVisited) && 293 !(isStore && storeVisited)) { 300 storeVisited |= isStore; 360 int isStore = flags & IS_STORE; 361 if (isLoad || isStore) {
|
/external/llvm/include/llvm/CodeGen/ |
MachineMemOperand.h | 155 bool isStore() const { return Flags & MOStore; }
|
SelectionDAGNodes.h | [all...] |
/sdk/emulator/qtools/ |
opcode.h | 147 inline bool isStore(Opcode op) { return (opcode_flags[op] & kCatStore) != 0; }
|
/external/proguard/src/proguard/classfile/instruction/ |
VariableInstruction.java | 144 public boolean isStore()
|
/external/llvm/lib/CodeGen/ |
MachineFunction.cpp | 261 if (!(*I)->isStore()) 285 if ((*I)->isStore()) 292 if ((*I)->isStore()) { [all...] |
MachineInstr.cpp | 430 assert((isLoad() || isStore()) && "Not a load/store!"); 465 assert((MMO.isLoad() || MMO.isStore()) && 473 if (MMO.isStore()) [all...] |
TargetInstrInfo.cpp | 268 if ((*o)->isStore() && (*o)->getValue())
|
MachineLICM.cpp | 390 if (!(*o)->isStore() || !(*o)->getValue()) [all...] |
MachineVerifier.cpp | 783 if ((*I)->isStore() && !MI->mayStore()) [all...] |
/external/llvm/lib/Target/ARM/InstPrinter/ |
ARMInstPrinter.cpp | 254 bool isStore = Opcode == ARM::STREXD; 255 unsigned Reg = MI->getOperand(isStore ? 1 : 0).getReg(); 261 if (isStore) 268 for(unsigned i= isStore ? 3 : 2; i < MI->getNumOperands(); ++i) [all...] |
/external/llvm/lib/Transforms/Scalar/ |
ScalarReplAggregates.cpp | 158 Type *MemOpType, bool isStore, AllocaInfo &Info, [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGISel.cpp | [all...] |
/external/valgrind/main/exp-sgcheck/ |
sg_main.c | [all...] |
/external/valgrind/main/helgrind/ |
hg_main.c | [all...] |
/external/proguard/lib/ |
proguard.jar | |
/prebuilts/tools/common/proguard/proguard4.7/lib/ |
proguard.jar | |
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/ |
findbugs-2.0.1.jar | |
/prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/ |
proguard-base-4.9.jar | |