Home
last modified time | relevance | path

Searched refs:OtherSrc (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceCfgNode.cpp562 Operand *OtherSrc = Item.Src; in advancedPhiLowering() local
563 if (Item.NumPred && sameVarOrReg(Target, Dest, OtherSrc)) { in advancedPhiLowering()
565 Variable *Tmp = Func->makeVariable(OtherSrc->getType()); in advancedPhiLowering()
568 Split->appendInst(InstAssign::create(Func, Tmp, OtherSrc)); in advancedPhiLowering()
570 updatePreds(Desc, Target, llvm::cast<Variable>(OtherSrc)); in advancedPhiLowering()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInferAddressSpaces.cpp963 Value *OtherSrc = Cmp->getOperand(OtherIdx); in rewriteWithNewAddressSpaces() local
965 if (Value *OtherNewV = ValueWithNewAddrSpace.lookup(OtherSrc)) { in rewriteWithNewAddressSpaces()
974 if (auto *KOtherSrc = dyn_cast<Constant>(OtherSrc)) { in rewriteWithNewAddressSpaces()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DInferAddressSpaces.cpp1119 Value *OtherSrc = Cmp->getOperand(OtherIdx); in rewriteWithNewAddressSpaces() local
1121 if (Value *OtherNewV = ValueWithNewAddrSpace.lookup(OtherSrc)) { in rewriteWithNewAddressSpaces()
1130 if (auto *KOtherSrc = dyn_cast<Constant>(OtherSrc)) { in rewriteWithNewAddressSpaces()