Home
last modified time | relevance | path

Searched refs:MInfo (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineVerifier.cpp357 BBInfo &MInfo = MBBInfoMap[MBB]; in markReachable() local
358 if (!MInfo.reachable) { in markReachable()
359 MInfo.reachable = true; in markReachable()
687 BBInfo &MInfo = MBBInfoMap[MI->getParent()]; in visitMachineOperand() local
691 if (MInfo.regsKilled.count(Reg)) in visitMachineOperand()
694 MInfo.vregsLiveIn.insert(std::make_pair(Reg, MI)); in visitMachineOperand()
820 BBInfo &MInfo = MBBInfoMap[MI->getParent()]; in visitMachineInstrAfter() local
821 set_union(MInfo.regsKilled, regsKilled); in visitMachineInstrAfter()
862 BBInfo &MInfo = MBBInfoMap[&MBB]; in calcRegsPassed() local
863 if (!MInfo.reachable) in calcRegsPassed()
[all …]
/external/llvm/lib/CodeGen/
DMachineVerifier.cpp514 BBInfo &MInfo = MBBInfoMap[MBB]; in markReachable() local
515 if (!MInfo.reachable) { in markReachable()
516 MInfo.reachable = true; in markReachable()
543 BBInfo &MInfo = MBBInfoMap[&MBB]; in visitMachineFunctionBefore() local
545 MInfo.Preds.insert(MBB.pred_begin(), MBB.pred_end()); in visitMachineFunctionBefore()
546 if (MInfo.Preds.size() != MBB.pred_size()) in visitMachineFunctionBefore()
549 MInfo.Succs.insert(MBB.succ_begin(), MBB.succ_end()); in visitMachineFunctionBefore()
550 if (MInfo.Succs.size() != MBB.succ_size()) in visitMachineFunctionBefore()
1289 BBInfo &MInfo = MBBInfoMap[MI->getParent()]; in checkLiveness() local
1293 if (MInfo.regsKilled.count(Reg)) in checkLiveness()
[all …]
/external/abi-compliance-checker/modules/Internals/
DXmlDump.pm473 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/abi-dumper/
Dabi-dumper.pl3254 my %MInfo = %{$DWARF_Info{$MemId}};
3256 if(my $Name = $MInfo{"name"})
3270 $TInfo{"Memb"}{$Pos}{"value"} = $MInfo{"const_value"};
3274 $TInfo{"Memb"}{$Pos}{"type"} = $MInfo{"type"};
3275 if(my $Access = $MInfo{"accessibility"})
3296 elsif(defined $MInfo{"data_member_location"}) {
3297 $TInfo{"Memb"}{$Pos}{"offset"} = $MInfo{"data_member_location"};
3301 if((my $BitSize = $MInfo{"bit_size"}) ne "") {
/external/abi-compliance-checker/
Dabi-compliance-checker.pl5431 my $MInfo = $LibInfo{$Version}{"info"}{$MInfoId};
5479 if($MInfo=~/spec:\s*mutable /)