/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorLoopCarriedReuse.cpp | 442 Instruction *OpInst = dyn_cast<Instruction>(Op); findValueToReuse() local 476 Instruction *OpInst = dyn_cast<Instruction>(Op); findValueToReuse() local [all...] |
/llvm-project/llvm/lib/Analysis/ |
H A D | PHITransAddr.cpp | 126 if (Instruction *OpInst = dyn_cast<Instruction>(Op)) in RemoveInstInputs() local
|
H A D | ScalarEvolution.cpp | 9512 Instruction *OpInst = dyn_cast<Instruction>(Op); getConstantEvolvingPHIOperands() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeMoverUtils.cpp | 357 if (auto *OpInst = dyn_cast<Instruction>(Op)) { in isSafeToMoveBefore() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 2072 if (Instruction *OpInst = dyn_cast<Instruction>(U)) in SimplifyDemandedFPClass() local 127 if (Instruction* OpInst = dyn_cast<Instruction>(U)) SimplifyDemandedBits() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | JumpThreading.cpp | 1213 if (OpInst->getParent() == BB) in isOpDefinedInBlock() local 2041 if (!OpInst) in cloneInstructions() local
|
H A D | LoopFuse.cpp | 1082 bool OpHoisted = is_contained(SafeToHoist, OpInst); in canHoistInst() local
|
H A D | Reassociate.cpp | 1973 if (Instruction *OpInst = dyn_cast<Instruction>(Op)) RecursivelyEraseDeadInsts() local
|
/llvm-project/polly/lib/CodeGen/ |
H A D | IslNodeBuilder.cpp | 262 if (Instruction *OpInst = dyn_cast<Instruction>(BasePtr)) addReferencesFromStmt() local
|
H A D | BlockGenerators.cpp | 704 auto *OpInst = dyn_cast<Instruction>(Op); generateBeginStmtTrace() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.cpp | 1195 auto *OpInst = dyn_cast<Instruction>(Op->getLiveInIRValue()); truncateToMinimalBitwidths() local
|
H A D | LoopVectorize.cpp | 921 if (Instruction *OpInst = dyn_cast<Instruction>(Op)) getDebugLocFromInstOrOperands() local
|
H A D | SLPVectorizer.cpp | 7611 auto *OpInst = cast<Instruction>(Scalars[Idx]); buildAltOpShuffleMask() local
|
/llvm-project/polly/lib/Analysis/ |
H A D | ScopBuilder.cpp | 1108 auto *OpInst = dyn_cast<Instruction>(Op); in buildPHIAccesses() local 1854 Instruction *OpInst = dyn_cast<Instruction>(Op.get()); in joinOperandTree() local [all...] |
H A D | ScopDetection.cpp | 1212 auto *OpInst = dyn_cast<Instruction>(&Op); isValidInstruction() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 5119 } else if (Instruction *OpInst = dyn_cast<Instruction>(I.getOperand(i))) { visitInstruction() local
|