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

12 3

  /external/valgrind/VEX/priv/
host_ppc_defs.h 709 Bool isLoad;
762 Bool isLoad;
1033 extern PPCInstr* PPCInstr_FpLdSt ( Bool isLoad, UChar sz, HReg, PPCAMode* );
    [all...]
host_mips_defs.c 1053 MIPSInstr *MIPSInstr_FpLdSt(Bool isLoad, UChar sz, HReg reg, MIPSAMode * addr)
1057 i->Min.FpLdSt.isLoad = isLoad;
    [all...]
host_mips_defs.h 559 Bool isLoad;
655 extern MIPSInstr *MIPSInstr_FpLdSt(Bool isLoad, UChar sz, HReg, MIPSAMode *);
host_ppc_defs.c 940 PPCInstr* PPCInstr_FpLdSt ( Bool isLoad, UChar sz,
944 i->Pin.FpLdSt.isLoad = isLoad;
    [all...]
host_amd64_defs.c 902 AMD64Instr* AMD64Instr_SseLdSt ( Bool isLoad, Int sz,
906 i->Ain.SseLdSt.isLoad = isLoad;
1007 //uu AMD64Instr* AMD64Instr_AvxLdSt ( Bool isLoad,
1011 //uu i->Ain.AvxLdSt.isLoad = isLoad;
    [all...]
host_tilegx_defs.c     [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 287 if ((*I)->isLoad())
294 if ((*I)->isLoad()) {
327 if (!(*I)->isLoad())
    [all...]
MIRPrinter.cpp 855 if (Op.isLoad())
861 OS << Op.getSize() << (Op.isLoad() ? " from " : " into ");
MachineInstr.cpp 504 assert((isLoad() || isStore()) && "Not a load/store!");
543 assert((isLoad() || isStore()) &&
549 if (isLoad())
    [all...]
TargetInstrInfo.cpp 309 if ((*o)->isLoad()) {
    [all...]
MachineVerifier.cpp 804 if ((*I)->isLoad() && !MI->mayLoad())
    [all...]
  /external/llvm/lib/Target/Sparc/Disassembler/
SparcDisassembler.cpp 318 bool isLoad, DecodeFunc DecodeRD) {
332 if (isLoad) {
355 if (!isLoad) {
  /external/valgrind/memcheck/tests/
cond_ld_st.c 269 static void do_test_case ( int caseNo, Bool isLoad, const TestCase* lc )
273 fprintf(stderr, "%s CASE %d\n", isLoad ? "LOAD" : "STORE", caseNo);
318 if (isLoad) {
639 do_test_case_steer( do_test_case, i, True/*isLoad*/, &loadCases[i] );
644 do_test_case_steer( do_test_case, i, False/*!isLoad*/, &storeCases[i] );
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 406 bool isLoad() const {
600 if (MemInst.isValid() && MemInst.isLoad()) {
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 566 const ProgramPointTag *tag, bool isLoad);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp     [all...]
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java 643 if (variableInstruction.isLoad())
700 if (variableInstruction.isLoad())
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 209 void checkLocation(SVal l, bool isLoad, const Stmt *S,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 160 bool isLoad = !MI->mayStore();
161 const MachineOperand &WB = isLoad ? MI->getOperand(1) : MI->getOperand(0);
217 if (isLoad)
228 if (isLoad)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
SelectionDAGISel.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 202 SmallVectorImpl<MCInst> &Instructions, bool isLoad,
242 void createCpRestoreMemOp(bool IsLoad, int StackOffset, SMLoc IDLoc,
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 1151 milliseconds

12 3