HomeSort by relevance Sort by last modified time
    Searched refs:RetLoc (Results 1 - 25 of 25) sorted by null

  /external/valgrind/main/VEX/priv/
host_generic_regs.h 278 RetLoc;
280 extern void ppRetLoc ( RetLoc rloc );
282 static inline RetLoc mk_RetLoc_simple ( RetLocPrimary pri ) {
284 return (RetLoc){pri, 0};
287 static inline RetLoc mk_RetLoc_spRel ( RetLocPrimary pri, Int off ) {
289 return (RetLoc){pri, off};
292 static inline Bool is_sane_RetLoc ( RetLoc rloc ) {
303 static inline RetLoc mk_RetLoc_INVALID ( void ) {
304 return (RetLoc){RLPri_INVALID, 0};
307 static inline Bool is_RetLoc_INVALID ( RetLoc rl )
    [all...]
host_generic_regs.c 225 void ppRetLoc ( RetLoc ska )
host_mips_defs.h 479 RetLoc rloc; /* where the return value will be */
653 extern MIPSInstr *MIPSInstr_Call ( MIPSCondCode, Addr64, UInt, HReg, RetLoc );
654 extern MIPSInstr *MIPSInstr_CallAlways ( MIPSCondCode, Addr64, UInt, RetLoc );
host_amd64_defs.h 476 RetLoc rloc; /* where the return value will be */
705 extern AMD64Instr* AMD64Instr_Call ( AMD64CondCode, Addr64, Int, RetLoc );
host_arm64_defs.h 737 RetLoc rloc; /* where the return value will be */
1052 RetLoc rloc );
    [all...]
host_arm_defs.h 729 RetLoc rloc; /* where the return value will be */
980 RetLoc rloc );
host_s390_defs.h 366 RetLoc rloc; /* where the return value will be */
649 const HChar *name, RetLoc rloc);
host_x86_defs.h 453 RetLoc rloc; /* where the return value will be */
668 extern X86Instr* X86Instr_Call ( X86CondCode, Addr32, Int, RetLoc );
host_ppc_defs.h 647 RetLoc rloc; /* where the return value will be */
1034 extern PPCInstr* PPCInstr_Call ( PPCCondCode, Addr64, UInt, RetLoc );
    [all...]
host_x86_isel.c 383 RetLoc rloc )
422 call is unconditional. |retloc| is set to indicate where the
429 /*OUT*/RetLoc* retloc,
443 *retloc = mk_RetLoc_INVALID();
657 vassert(is_RetLoc_INVALID(*retloc));
661 *retloc = mk_RetLoc_simple(RLPri_None);
664 *retloc = mk_RetLoc_simple(RLPri_2Int);
667 *retloc = mk_RetLoc_simple(RLPri_Int);
670 *retloc = mk_RetLoc_spRel(RLPri_V128SpRel, 0)
    [all...]
host_mips_isel.c 388 call is unconditional. |retloc| is set to indicate where the
394 /*OUT*/RetLoc* retloc,
409 *retloc = mk_RetLoc_INVALID();
615 vassert(is_RetLoc_INVALID(*retloc));
619 *retloc = mk_RetLoc_simple(RLPri_None);
622 *retloc = mk_RetLoc_simple(mode64 ? RLPri_Int : RLPri_2Int);
625 *retloc = mk_RetLoc_simple(RLPri_Int);
629 *retloc = mk_RetLoc_spRel(RLPri_V128SpRel, 0);
634 *retloc = mk_RetLoc_spRel(RLPri_V256SpRel, 0)
    [all...]
host_arm64_isel.c 500 call is unconditional. |retloc| is set to indicate where the
508 /*OUT*/RetLoc* retloc,
524 *retloc = mk_RetLoc_INVALID();
770 vassert(is_RetLoc_INVALID(*retloc));
774 *retloc = mk_RetLoc_simple(RLPri_None);
777 *retloc = mk_RetLoc_simple(RLPri_Int);
780 *retloc = mk_RetLoc_spRel(RLPri_V128SpRel, 0);
785 *retloc = mk_RetLoc_spRel(RLPri_V256SpRel, 0);
794 /* Finally, generate the call itself. This needs the *retloc valu
    [all...]
host_s390_isel.c 474 /*OUT*/RetLoc *retloc,
485 *retloc = mk_RetLoc_INVALID();
607 vassert(is_RetLoc_INVALID(*retloc));
611 *retloc = mk_RetLoc_simple(RLPri_None);
614 *retloc = mk_RetLoc_simple(RLPri_Int);
619 *retloc = mk_RetLoc_spRel(RLPri_V128SpRel, 0);
625 *retloc = mk_RetLoc_spRel(RLPri_V256SpRel, 0);
636 callee->name, *retloc));
    [all...]
host_amd64_isel.c 423 call is unconditional. |retloc| is set to indicate where the
430 /*OUT*/RetLoc* retloc,
443 *retloc = mk_RetLoc_INVALID();
668 vassert(is_RetLoc_INVALID(*retloc));
672 *retloc = mk_RetLoc_simple(RLPri_None);
675 *retloc = mk_RetLoc_simple(RLPri_Int);
678 *retloc = mk_RetLoc_spRel(RLPri_V128SpRel, 0);
682 *retloc = mk_RetLoc_spRel(RLPri_V256SpRel, 0);
691 /* Finally, generate the call itself. This needs the *retloc valu
    [all...]
host_ppc_isel.c 678 call is unconditional. |retloc| is set to indicate where the
685 /*OUT*/RetLoc* retloc,
700 *retloc = mk_RetLoc_INVALID();
    [all...]
host_mips_defs.c 1292 HReg src, RetLoc rloc )
1311 UInt argiregs, RetLoc rloc )
    [all...]
host_arm_isel.c 381 call is unconditional. |retloc| is set to indicate where the
389 /*OUT*/RetLoc* retloc,
405 *retloc = mk_RetLoc_INVALID();
662 vassert(is_RetLoc_INVALID(*retloc));
666 *retloc = mk_RetLoc_simple(RLPri_None);
669 *retloc = mk_RetLoc_simple(RLPri_2Int);
672 *retloc = mk_RetLoc_simple(RLPri_Int);
676 *retloc = mk_RetLoc_spRel(RLPri_V128SpRel, 0);
681 *retloc = mk_RetLoc_spRel(RLPri_V256SpRel, 0)
    [all...]
host_amd64_defs.c 697 RetLoc rloc ) {
    [all...]
host_arm64_defs.c     [all...]
host_x86_defs.c 642 RetLoc rloc ) {
    [all...]
host_arm_defs.c     [all...]
host_ppc_defs.c 872 Addr64 target, UInt argiregs, RetLoc rloc ) {
    [all...]
host_s390_defs.c     [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 221 if (Optional<Loc> RetLoc = RetVal.getAs<Loc>())
222 EnableNullFPSuppression = State->isNull(*RetLoc).isConstrainedTrue();
    [all...]

Completed in 1045 milliseconds