Home
last modified time | relevance | path

Searched refs:instType (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DEDEmitter.cpp395 instType.set("kInstructionTypeMove"); \
401 instType.set("kInstructionTypeBranch"); \
406 instType.set("kInstructionTypePush"); \
411 instType.set("kInstructionTypePop"); \
416 instType.set("kInstructionTypeCall"); \
421 instType.set("kInstructionTypeReturn"); \
432 LiteralConstantEmitter &instType, in X86ExtractSemantics() argument
478 instType.set("kInstructionTypePush"); in X86ExtractSemantics()
502 instType.set("kInstructionTypePop"); in X86ExtractSemantics()
744 instType.set("kInstructionTypeBranch"); \
[all …]
/external/abi-compliance-checker/
Dabi-compliance-checker.pl2446 …$MembTypeId = $TypeInfo{$Version}{$Tid}{"Memb"}{$Pos}{"type"} = instType($TemplateMap{$Version}{$T…
2455 my $NBid = instType($TemplateMap{$Version}{$Tid}, $Bid, $Version);
2482 sub instType($$$) subroutine
2565 …$TypeInfo{$LibVersion}{$New}{"BaseType"} = instType(\%EMap, $TypeInfo{$LibVersion}{$New}{"BaseType…
2571 my $NBid = instType(\%EMap, $Bid, $LibVersion);
2587 …$TypeInfo{$LibVersion}{$New}{"Memb"}{$_}{"type"} = instType(\%EMap, $TypeInfo{$LibVersion}{$New}{"…
2595 …$TypeInfo{$LibVersion}{$New}{"Param"}{$_}{"type"} = instType(\%EMap, $TypeInfo{$LibVersion}{$New}{…
2600 …$TypeInfo{$LibVersion}{$New}{"Return"} = instType(\%EMap, $TypeInfo{$LibVersion}{$New}{"Return"}, …
3635 … $SymbolInfo{$Version}{$Sid}{"Param"}{$_}{"type"} = instType(\%Map, $PTid, $Version);
3639 $SymbolInfo{$Version}{$Sid}{"Return"} = instType(\%Map, $Return, $Version);