Home
last modified time | relevance | path

Searched refs:AHI (Results 1 – 25 of 41) sorted by relevance

12

/external/llvm/test/CodeGen/SystemZ/
Datomicrmw-sub-03.ll19 ; Check subtraction of 1, which can use AHI.
33 ; Check the low end of the AHI range.
69 ; Check subtraction of -1, which can use AHI.
78 ; Check the high end of the AHI range.
Datomicrmw-add-03.ll19 ; Check addition of 1, which can use AHI.
33 ; Check the high end of the AHI range.
69 ; Check addition of -1, which can use AHI.
78 ; Check the low end of the AHI range.
Dint-add-06.ll14 ; Check the high end of the AHI range.
50 ; Check the high end of the negative AHI range.
59 ; Check the low end of the AHI range.
Dint-add-14.ll60 ; Check that AHI is still used in obvious cases.
Dint-add-11.ll29 ; Both L/AHI and LHI/A would be OK.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Datomicrmw-sub-03.ll19 ; Check subtraction of 1, which can use AHI.
33 ; Check the low end of the AHI range.
69 ; Check subtraction of -1, which can use AHI.
78 ; Check the high end of the AHI range.
Datomicrmw-add-03.ll19 ; Check addition of 1, which can use AHI.
33 ; Check the high end of the AHI range.
69 ; Check addition of -1, which can use AHI.
78 ; Check the low end of the AHI range.
Dint-add-06.ll14 ; Check the high end of the AHI range.
50 ; Check the high end of the negative AHI range.
59 ; Check the low end of the AHI range.
Dint-sadd-06.ll24 ; Check the high end of the AHI range.
88 ; Check the high end of the negative AHI range.
104 ; Check the low end of the AHI range.
Dint-ssub-06.ll24 ; Check the high end of the AHI range.
107 ; Check the high end of the negative AHI range.
123 ; Check the low end of the AHI range.
Dint-add-14.ll60 ; Check that AHI is still used in obvious cases.
Dint-add-11.ll29 ; Both L/AHI and LHI/A would be OK.
/external/llvm/tools/llvm-readobj/
DARMAttributeParser.cpp580 for (unsigned AHI = 0, AHE = array_lengthof(DisplayRoutines); in ParseAttributeList() local
581 AHI != AHE && !Handled; ++AHI) { in ParseAttributeList()
582 if (DisplayRoutines[AHI].Attribute == Tag) { in ParseAttributeList()
583 (this->*DisplayRoutines[AHI].Routine)(ARMBuildAttrs::AttrType(Tag), in ParseAttributeList()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DARMAttributeParser.cpp593 for (unsigned AHI = 0, AHE = array_lengthof(DisplayRoutines); in ParseAttributeList() local
594 AHI != AHE && !Handled; ++AHI) { in ParseAttributeList()
595 if (uint64_t(DisplayRoutines[AHI].Attribute) == Tag) { in ParseAttributeList()
596 (this->*DisplayRoutines[AHI].Routine)(ARMBuildAttrs::AttrType(Tag), in ParseAttributeList()
/external/llvm/test/CodeGen/AMDGPU/
Dselect-vectors.ll93 ; SI-DAG: s_load_dwordx2 s{{\[}}[[ALO:[0-9]+]]:[[AHI:[0-9]+]]{{\]}}, s{{\[[0-9]+:[0-9]+\]}}, {{0xb|…
97 ; SI-DAG: v_mov_b32_e32 v{{[0-9]+}}, s[[AHI]]
/external/llvm/test/CodeGen/Thumb2/
Dfloat-ops.ll279 ; SP-DAG: vmov [[ALO:r[0-9]+]], [[AHI:r[0-9]+]], d0
283 ; SP-DAG: movne [[BHI]], [[AHI]]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/
Dfloat-ops.ll279 ; SP-DAG: vmov [[ALO:r[0-9]+]], [[AHI:r[0-9]+]], d0
283 ; SP-DAG: movne [[BHI]], [[AHI]]
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp920 if ((Opcode == SystemZ::AHI || Opcode == SystemZ::AGHI) && OpNum == 0 && in foldMemoryOperandImpl()
923 Opcode = (Opcode == SystemZ::AHI ? SystemZ::ASI : SystemZ::AGSI); in foldMemoryOperandImpl()
1145 expandRIPseudo(MI, SystemZ::AHI, SystemZ::AIH, false); in expandPostRAPseudo()
1149 expandRIEPseudo(MI, SystemZ::AHI, SystemZ::AHIK, SystemZ::AIH); in expandPostRAPseudo()
DSystemZLongBranch.cpp396 splitBranchOnCount(Branch, SystemZ::AHI); in relaxBranch()
DSystemZElimCompare.cpp181 if (Opcode == SystemZ::AHI) in convertToBRCT()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp401 splitBranchOnCount(Branch, SystemZ::AHI); in relaxBranch()
DSystemZInstrInfo.cpp1181 if ((Opcode == SystemZ::AHI || Opcode == SystemZ::AGHI) && OpNum == 0 && in foldMemoryOperandImpl()
1184 Opcode = (Opcode == SystemZ::AHI ? SystemZ::ASI : SystemZ::AGSI); in foldMemoryOperandImpl()
1452 expandRIPseudo(MI, SystemZ::AHI, SystemZ::AIH, false); in expandPostRAPseudo()
1456 expandRIEPseudo(MI, SystemZ::AHI, SystemZ::AHIK, SystemZ::AIH); in expandPostRAPseudo()
DSystemZElimCompare.cpp199 if (Opcode == SystemZ::AHI) in convertToBRCT()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dselect-vectors.ll214 ; GCN-DAG: s_load_dwordx2 s{{\[}}[[ALO:[0-9]+]]:[[AHI:[0-9]+]]{{\]}}, s{{\[[0-9]+:[0-9]+\]}}, {{0xb…
217 ; GCN-DAG: v_mov_b32_e32 v{{[0-9]+}}, s[[AHI]]
/external/v8/src/s390/
Dsimulator-s390.h621 EVALUATE(AHI);

12