OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HII
(Results
26 - 29
of
29
) sorted by null
1
2
/external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp
499
auto &
HII
= *HST.getInstrInfo();
528
expandAlloca(MI,
HII
, SP, MaxCF);
547
BuildMI(MBB, InsertPt, dl,
HII
.get(Hexagon::S2_allocframe))
554
BuildMI(MBB, InsertPt, dl,
HII
.get(Hexagon::CONST32_Int_Real),
556
BuildMI(MBB, InsertPt, dl,
HII
.get(Hexagon::A2_sub), SP)
560
BuildMI(MBB, InsertPt, dl,
HII
.get(Hexagon::S2_allocframe))
566
BuildMI(MBB, InsertPt, dl,
HII
.get(Hexagon::A2_andir), SP)
575
BuildMI(MBB, InsertPt, dl,
HII
.get(Hexagon::CALLstk))
585
auto &
HII
= *HST.getInstrInfo();
601
BuildMI(MBB, InsertPt, DL,
HII
.get(Hexagon::L2_deallocframe))
[
all
...]
HexagonISelLowering.cpp
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonConstPropagation.cpp
[
all
...]
HexagonFrameLowering.cpp
558
auto &
HII
= *HST.getInstrInfo();
589
expandAlloca(MI,
HII
, SP, MaxCF);
598
BuildMI(MBB, InsertPt, dl,
HII
.get(Hexagon::A2_andir), SP)
606
BuildMI(MBB, InsertPt, dl,
HII
.get(Hexagon::PS_call_stk))
610
BuildMI(MBB, InsertPt, dl,
HII
.get(Hexagon::A2_addi), SP)
619
auto &
HII
= *HST.getInstrInfo();
629
BuildMI(MBB, InsertPt, dl,
HII
.get(Hexagon::A2_addi), SP)
641
BuildMI(MBB, InsertPt, dl,
HII
.get(Hexagon::L2_deallocframe))
644
BuildMI(MBB, InsertPt, dl,
HII
.get(Hexagon::A2_add), SP)
689
BuildMI(MBB, InsertPt, dl,
HII
.get(Hexagon::L2_deallocframe)
[
all
...]
Completed in 455 milliseconds
1
2