HomeSort by relevance Sort by last modified time
    Searched refs:isLoad (Results 26 - 50 of 50) sorted by null

12

  /external/valgrind/main/VEX/priv/
host_x86_defs.c 765 X86Instr* X86Instr_FpLdSt ( Bool isLoad, UChar sz, HReg reg, X86AMode* addr ) {
768 i->Xin.FpLdSt.isLoad = isLoad;
775 X86Instr* X86Instr_FpLdStI ( Bool isLoad, UChar sz,
779 i->Xin.FpLdStI.isLoad = isLoad;
829 X86Instr* X86Instr_SseLdSt ( Bool isLoad, HReg reg, X86AMode* addr ) {
832 i->Xin.SseLdSt.isLoad = isLoad;
    [all...]
host_amd64_defs.h 619 Bool isLoad;
667 //uu Bool isLoad;
729 extern AMD64Instr* AMD64Instr_SseLdSt ( Bool isLoad, Int sz, HReg, AMD64AMode* );
738 //uu extern AMD64Instr* AMD64Instr_AvxLdSt ( Bool isLoad, HReg, AMD64AMode* );
host_mips_defs.h 584 Bool isLoad;
671 extern MIPSInstr *MIPSInstr_FpLdSt(Bool isLoad, UChar sz, HReg, MIPSAMode *);
host_mips_defs.c 1379 MIPSInstr *MIPSInstr_FpLdSt(Bool isLoad, UChar sz, HReg reg, MIPSAMode * addr)
1383 i->Min.FpLdSt.isLoad = isLoad;
    [all...]
host_ppc_defs.c     [all...]
host_amd64_defs.c 896 AMD64Instr* AMD64Instr_SseLdSt ( Bool isLoad, Int sz,
900 i->Ain.SseLdSt.isLoad = isLoad;
979 //uu AMD64Instr* AMD64Instr_AvxLdSt ( Bool isLoad,
983 //uu i->Ain.AvxLdSt.isLoad = isLoad;
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 186 const SVal &location, bool isLoad, const Stmt *S,
188 ((const CHECKER *)checker)->checkLocation(location, isLoad, S, C);
469 bool IsLoad;
CheckerManager.h 271 bool isLoad,
410 typedef CheckerFn<void (const SVal &location, bool isLoad,
  /external/proguard/src/proguard/optimize/evaluation/
LivenessAnalyzer.java 346 if (variableInstruction.isLoad())
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 247 if ((*I)->isLoad())
254 if ((*I)->isLoad()) {
287 if (!(*I)->isLoad())
    [all...]
MachineInstr.cpp 430 assert((isLoad() || isStore()) && "Not a load/store!");
465 assert((MMO.isLoad() || MMO.isStore()) &&
471 if (MMO.isLoad())
    [all...]
TargetInstrInfo.cpp 250 if ((*o)->isLoad() && (*o)->getValue())
MachineVerifier.cpp 774 if ((*I)->isLoad() && !MI->mayLoad())
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 530 const ProgramPointTag *tag, bool isLoad);
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 157 void checkLocation(SVal l, bool isLoad, const Stmt *S,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 154 bool isLoad = !MI->mayStore();
155 const MachineOperand &WB = isLoad ? MI->getOperand(1) : MI->getOperand(0);
211 if (isLoad)
222 if (isLoad)
    [all...]
ARMISelLowering.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 916 bool readMem() const { return MMO->isLoad(); }
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 

Completed in 4408 milliseconds

12