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

1 2

  /external/valgrind/lackey/
lk_main.c 907 if (st->Ist.LLSC.storedata == NULL) {
909 dataTy = typeOfIRTemp(tyenv, st->Ist.LLSC.result);
911 addEvent_Dr( sbOut, st->Ist.LLSC.addr,
920 dataTy = typeOfIRExpr(tyenv, st->Ist.LLSC.storedata);
922 addEvent_Dw( sbOut, st->Ist.LLSC.addr,
    [all...]
  /external/valgrind/VEX/priv/
ir_defs.c     [all...]
ir_opt.c 471 e1 = flatten_Expr(bb, st->Ist.LLSC.addr);
472 e2 = st->Ist.LLSC.storedata
473 ? flatten_Expr(bb, st->Ist.LLSC.storedata)
475 addStmtToIRSB(bb, IRStmt_LLSC(st->Ist.LLSC.end,
476 st->Ist.LLSC.result, e1, e2));
    [all...]
host_arm64_isel.c     [all...]
host_mips_isel.c     [all...]
host_arm_isel.c     [all...]
host_ppc_isel.c     [all...]
  /external/valgrind/drd/
drd_load_store.c 769 if (st->Ist.LLSC.storedata == NULL) {
771 dataTy = typeOfIRTemp(bb_in->tyenv, st->Ist.LLSC.result);
773 IRExpr* addr_expr = st->Ist.LLSC.addr;
784 instr_trace_mem_store(bb, st->Ist.LLSC.addr, NULL,
785 st->Ist.LLSC.storedata,
  /external/valgrind/exp-dhat/
dh_main.c 989 if (st->Ist.LLSC.storedata == NULL) {
991 dataTy = typeOfIRTemp(tyenv, st->Ist.LLSC.result);
994 st->Ist.LLSC.addr, goff_sp );
997 dataTy = typeOfIRExpr(tyenv, st->Ist.LLSC.storedata);
1000 st->Ist.LLSC.addr, goff_sp );
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 264 return AtomicExpansionKind::LLSC;
  /external/valgrind/cachegrind/
cg_main.c     [all...]
  /external/valgrind/memcheck/
mc_translate.c 131 Ist_Store, IRLoadG, IRStoreG, LLSC, CAS and Dirty memory
    [all...]
  /external/valgrind/callgrind/
main.c     [all...]
  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp 384 case TargetLoweringBase::AtomicExpansionKind::LLSC:
529 case TargetLoweringBase::AtomicExpansionKind::LLSC: {
716 // TODO: When we're ready to support LLSC conversions too, use
717 // insertRMWLLSCLoop here for ExpansionKind==LLSC.
    [all...]
  /external/valgrind/VEX/pub/
libvex_ir.h     [all...]
  /external/valgrind/helgrind/
hg_main.c     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 138 LLSC, // Expand the instruction into loadlinked/storeconditional; used
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 153 LLSC, // Expand the instruction into loadlinked/storeconditional; used
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetLowering.h 154 LLSC, // Expand the instruction into loadlinked/storeconditional; used
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetLowering.h 154 LLSC, // Expand the instruction into loadlinked/storeconditional; used
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetLowering.h 160 LLSC, // Expand the instruction into loadlinked/storeconditional; used
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetLowering.h 160 LLSC, // Expand the instruction into loadlinked/storeconditional; used
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetLowering.h 160 LLSC, // Expand the instruction into loadlinked/storeconditional; used
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetLowering.h 160 LLSC, // Expand the instruction into loadlinked/storeconditional; used
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 153 LLSC, // Expand the instruction into loadlinked/storeconditional; used
    [all...]

Completed in 3143 milliseconds

1 2