Searched refs:GO1 (Results 1 – 6 of 6) sorted by relevance
281 unsigned char GO1 : 1; member565 int go = extend_7to8bits(GO1 << 6 | GO2); in decodePlanarBlock()
280 unsigned char GO1 : 1; member562 int go = extend_7to8bits(GO1 << 6 | GO2); in decodePlanarBlock()
1850 Value *GO1 = GEP.getOperand(1); in visitGetElementPtrInst() local1855 if (L->isLoopInvariant(GO1) && !L->isLoopInvariant(SO1)) { in visitGetElementPtrInst()1877 Src->setOperand(1, GO1); in visitGetElementPtrInst()1886 Builder.CreateGEP(GEPEltType, SO0, GO1, Src->getName())); in visitGetElementPtrInst()1916 Value *GO1 = GEP.getOperand(1); in visitGetElementPtrInst() local1922 if (SO1->getType() != GO1->getType()) in visitGetElementPtrInst()1926 SimplifyAddInst(GO1, SO1, false, false, SQ.getWithInstruction(&GEP)); in visitGetElementPtrInst()
299 unsigned char GO1 : 1; member644 int go = extend_7to8bits(u.pblk.GO1 << 6 | u.pblk.GO2); in decodePlanarBlock()
765 const deUint8 GO1 = (deUint8)getBit(src, 56); in decompressETC2Block() local773 const deUint8 GO = extend7To8((deUint8)((GO1 << 6) | GO2)); in decompressETC2Block()