Searched refs:OpInst (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonVectorLoopCarriedReuse.cpp | 433 Instruction *OpInst = dyn_cast<Instruction>(Op); in findValueToReuse() local 434 if (!OpInst) in findValueToReuse() 440 if (!isDepChainBtwn(OpInst, BEOpInst, Iters)) { in findValueToReuse()
|
/external/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 1858 if (Instruction *OpInst = dyn_cast<Instruction>(Op)) in RecursivelyEraseDeadInsts() local 1859 if (OpInst->use_empty()) in RecursivelyEraseDeadInsts() 1860 Insts.insert(OpInst); in RecursivelyEraseDeadInsts()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 1888 if (Instruction *OpInst = dyn_cast<Instruction>(Op)) in RecursivelyEraseDeadInsts() local 1889 if (OpInst->use_empty()) in RecursivelyEraseDeadInsts() 1890 Insts.insert(OpInst); in RecursivelyEraseDeadInsts()
|
D | JumpThreading.cpp | 1255 if (Instruction *OpInst = dyn_cast<Instruction>(Op)) in isOpDefinedInBlock() local 1256 if (OpInst->getParent() == BB) in isOpDefinedInBlock()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolution.cpp | 4704 Instruction *OpInst = dyn_cast<Instruction>(*OpI); in getConstantEvolvingPHIOperands() local 4705 if (!OpInst || !canConstantEvolve(OpInst, L)) return 0; in getConstantEvolvingPHIOperands() 4707 PHINode *P = dyn_cast<PHINode>(OpInst); in getConstantEvolvingPHIOperands() 4712 P = PHIMap.lookup(OpInst); in getConstantEvolvingPHIOperands() 4716 P = getConstantEvolvingPHIOperands(OpInst, L, PHIMap); in getConstantEvolvingPHIOperands() 4717 PHIMap[OpInst] = P; in getConstantEvolvingPHIOperands()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 6331 Instruction *OpInst = dyn_cast<Instruction>(Op); in getConstantEvolvingPHIOperands() local 6332 if (!OpInst || !canConstantEvolve(OpInst, L)) return nullptr; in getConstantEvolvingPHIOperands() 6334 PHINode *P = dyn_cast<PHINode>(OpInst); in getConstantEvolvingPHIOperands() 6339 P = PHIMap.lookup(OpInst); in getConstantEvolvingPHIOperands() 6343 P = getConstantEvolvingPHIOperands(OpInst, L, PHIMap); in getConstantEvolvingPHIOperands() 6344 PHIMap[OpInst] = P; in getConstantEvolvingPHIOperands()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 7690 Instruction *OpInst = dyn_cast<Instruction>(Op); in getConstantEvolvingPHIOperands() local 7691 if (!OpInst || !canConstantEvolve(OpInst, L)) return nullptr; in getConstantEvolvingPHIOperands() 7693 PHINode *P = dyn_cast<PHINode>(OpInst); in getConstantEvolvingPHIOperands() 7698 P = PHIMap.lookup(OpInst); in getConstantEvolvingPHIOperands() 7702 P = getConstantEvolvingPHIOperands(OpInst, L, PHIMap, Depth + 1); in getConstantEvolvingPHIOperands() 7703 PHIMap[OpInst] = P; in getConstantEvolvingPHIOperands()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 640 if (Instruction *OpInst = dyn_cast<Instruction>(*OI)) in getDebugLocFromInstOrOperands() local 641 if (OpInst->getDebugLoc() != Empty) in getDebugLocFromInstOrOperands() 642 return OpInst; in getDebugLocFromInstOrOperands()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 3535 auto *OpInst = cast<Instruction>(E->Scalars[i]); in vectorizeTree() local 3536 assert(S.isOpcodeOrAlt(OpInst) && "Unexpected main/alternate opcode"); in vectorizeTree() 3537 if (OpInst->getOpcode() == S.getAltOpcode()) { in vectorizeTree()
|
D | LoopVectorize.cpp | 743 if (Instruction *OpInst = dyn_cast<Instruction>(*OI)) in getDebugLocFromInstOrOperands() local 744 if (OpInst->getDebugLoc() != Empty) in getDebugLocFromInstOrOperands() 745 return OpInst; in getDebugLocFromInstOrOperands()
|