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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineVerifier.cpp 357 BBInfo &MInfo = MBBInfoMap[MBB];
358 if (!MInfo.reachable) {
359 MInfo.reachable = true;
687 BBInfo &MInfo = MBBInfoMap[MI->getParent()];
691 if (MInfo.regsKilled.count(Reg))
694 MInfo.vregsLiveIn.insert(std::make_pair(Reg, MI));
820 BBInfo &MInfo = MBBInfoMap[MI->getParent()];
821 set_union(MInfo.regsKilled, regsKilled);
862 BBInfo &MInfo = MBBInfoMap[&MBB];
863 if (!MInfo.reachable
    [all...]
  /external/abi-compliance-checker/modules/Internals/
XmlDump.pm 473 my %MInfo = ();
474 $MInfo{"name"} = parseTag(\$Field, "name");
476 $MInfo{"type"} = $Tid;
479 $MInfo{"access"} = $Access;
483 $MInfo{"value"} = $Val;
486 $MInfo{"algn"} = $Align;
489 $MInfo{"bitfield"} = $Bitfield;
492 $MInfo{$Spec} = 1;
494 $TInfo{"Memb"}{$Pos++} = \%MInfo;
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 514 BBInfo &MInfo = MBBInfoMap[MBB];
515 if (!MInfo.reachable) {
516 MInfo.reachable = true;
543 BBInfo &MInfo = MBBInfoMap[&MBB];
545 MInfo.Preds.insert(MBB.pred_begin(), MBB.pred_end());
546 if (MInfo.Preds.size() != MBB.pred_size())
549 MInfo.Succs.insert(MBB.succ_begin(), MBB.succ_end());
550 if (MInfo.Succs.size() != MBB.succ_size())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/abi-dumper/
abi-dumper.pl     [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl     [all...]

Completed in 262 milliseconds