Searched refs:OG (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonStoreWidening.cpp | 340 OG.push_back(FirstMI); in selectStores() 364 OG.push_back(S2); in selectStores() 367 Pow2Num = OG.size(); in selectStores() 378 OG.clear(); in selectStores() 383 OG.resize(Pow2Num); in selectStores() 403 for (MachineInstr *MI : OG) { in createWideStores() 475 for (auto I : OG) in replaceStores() 493 for (auto I : OG) in replaceStores() 517 for (auto I : OG) in replaceStores() 541 OG.clear(); in processStoreGroup() [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | or-03.ll | 17 ; Check OG with no displacement. 27 ; Check the high end of the aligned OG range. 51 ; Check the high end of the negative aligned OG range. 62 ; Check the low end of the OG range. 86 ; Check that OG allows an index. 99 ; Check that ORs of spilled values can use OG rather than OGR.
|
| H A D | xor-03.ll | 99 ; Check that XORs of spilled values can use OG rather than OGR.
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | ppc64-pcrel-call-to-extern.s | 76 # SEC-OG: .plt NOBITS 0000000010030148 040148 000028 00 WA 0 0 8 78 # SEC-OG: 0x0000000000000003 (PLTGOT) 0x10030158 89 # REL-NEXT-OG: 0x10030158 R_PPC64_JMP_SLOT callee_global_stother0 0x0 91 # REL-NEXT-OG: 0x10030160 R_PPC64_JMP_SLOT callee_global_stother1 0x0 93 # REL-NEXT-OG: 0x10030168 R_PPC64_JMP_SLOT callee_global_TOC 0x0
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | IROutliner.cpp | 2064 OutlinableGroup &OG, OutlinableRegion &Region, in alignOutputBlockWithAggFunc() argument 2146 Module &M, OutlinableGroup &OG, DenseMap<Value *, BasicBlock *> &EndBBs, in createSwitchStatement() argument 2155 if (OG.OutputGVNCombinations.size() > 1) { in createSwitchStatement() 2156 Function *AggFunc = OG.OutlinedFunction; in createSwitchStatement() 2159 createAndInsertBasicBlocks(OG.EndBBs, ReturnBBs, AggFunc, "final_block"); in createSwitchStatement() 2163 *OG.EndBBs.find(RetBlockPair.first); in createSwitchStatement() 2207 << *OG.OutlinedFunction << "\n"); in createSwitchStatement()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.td | 1278 defm OG : BinaryRXYAndPseudo<"og", 0xE381, or, GR64, load, 8>;
|