Home
last modified time | relevance | path

Searched refs:GO1 (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp871 Value *GO1 = GEP.getOperand(1); in visitGetElementPtrInst() local
873 Sum = GO1; in visitGetElementPtrInst()
874 } else if (GO1 == Constant::getNullValue(GO1->getType())) { in visitGetElementPtrInst()
881 if (SO1->getType() != GO1->getType()) in visitGetElementPtrInst()
883 Sum = Builder->CreateAdd(SO1, GO1, PtrOp->getName()+".sum"); in visitGetElementPtrInst()
/external/swiftshader/src/Device/
DETC_Decoder.cpp281 unsigned char GO1 : 1; member
565 int go = extend_7to8bits(GO1 << 6 | GO2); in decodePlanarBlock()
/external/swiftshader/src/Renderer/
DETC_Decoder.cpp281 unsigned char GO1 : 1; member
565 int go = extend_7to8bits(GO1 << 6 | GO2); in decodePlanarBlock()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1514 Value *GO1 = GEP.getOperand(1); in visitGetElementPtrInst() local
1516 Sum = GO1; in visitGetElementPtrInst()
1517 } else if (GO1 == Constant::getNullValue(GO1->getType())) { in visitGetElementPtrInst()
1524 if (SO1->getType() != GO1->getType()) in visitGetElementPtrInst()
1529 if (!isa<Constant>(GO1) || !isa<Constant>(SO1)) in visitGetElementPtrInst()
1531 Sum = Builder->CreateAdd(SO1, GO1, PtrOp->getName()+".sum"); in visitGetElementPtrInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1608 Value *GO1 = GEP.getOperand(1); in visitGetElementPtrInst() local
1613 if (L->isLoopInvariant(GO1) && !L->isLoopInvariant(SO1)) { in visitGetElementPtrInst()
1635 Src->setOperand(1, GO1); in visitGetElementPtrInst()
1644 Builder.CreateGEP(SO0, GO1, Src->getName())); in visitGetElementPtrInst()
1674 Value *GO1 = GEP.getOperand(1); in visitGetElementPtrInst() local
1680 if (SO1->getType() != GO1->getType()) in visitGetElementPtrInst()
1684 SimplifyAddInst(GO1, SO1, false, false, SQ.getWithInstruction(&GEP)); in visitGetElementPtrInst()
/external/deqp/framework/common/
DtcuCompressedTexture.cpp765 const deUint8 GO1 = (deUint8)getBit(src, 56); in decompressETC2Block() local
773 const deUint8 GO = extend7To8((deUint8)((GO1 << 6) | GO2)); in decompressETC2Block()