HomeSort by: relevance | last modified time | path
    Searched refs:NG (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonStoreWidening.cpp 106 bool createWideStores(InstrGroup &OG, InstrGroup &NG, unsigned TotalSize);
107 bool replaceStores(InstrGroup &OG, InstrGroup &NG);
388 /// Given an "old group" OG of stores, create a "new group" NG of instructions
389 /// to replace them. Ideally, NG would only have a single instruction in it,
391 bool HexagonStoreWidening::createWideStores(InstrGroup &OG, InstrGroup &NG,
439 NG.push_back(StI);
447 NG.push_back(TfrI);
462 NG.push_back(StI);
469 // new group NG. Conceptually, remove all instructions in OG, and then
470 // insert all instructions in NG, starting at where the first instructio
    [all...]
HexagonConstExtenders.cpp 296 ExtExpr(Register RS, bool NG, unsigned SH) : Rs(RS), S(SH), Neg(NG) {}
  /src/external/apache2/llvm/dist/llvm/lib/Linker/
IRMover.cpp 938 GlobalVariable *NG = new GlobalVariable(
943 NG->copyAttributesFrom(SrcGV);
944 forceRenaming(NG, SrcGV->getName());
946 Constant *Ret = ConstantExpr::getBitCast(NG, TypeMap.get(SrcGV->getType()));
949 *NG,
957 std::make_pair(DstGV, ConstantExpr::getBitCast(NG, DstGV->getType())));
  /src/external/bsd/pcc/dist/pcc/mip/
mkext.c 126 INCK(NG)

Completed in 31 milliseconds