Home
last modified time | relevance | path

Searched defs:OpInst (Results 1 – 16 of 16) sorted by relevance

/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp442 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 DPHITransAddr.cpp126 if (Instruction *OpInst = dyn_cast<Instruction>(Op)) in RemoveInstInputs() local
H A DScalarEvolution.cpp9512 Instruction *OpInst = dyn_cast<Instruction>(Op); getConstantEvolvingPHIOperands() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp357 if (auto *OpInst = dyn_cast<Instruction>(Op)) { in isSafeToMoveBefore() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp2072 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 DJumpThreading.cpp1213 if (OpInst->getParent() == BB) in isOpDefinedInBlock() local
2041 if (!OpInst) in cloneInstructions() local
H A DLoopFuse.cpp1082 bool OpHoisted = is_contained(SafeToHoist, OpInst); in canHoistInst() local
H A DReassociate.cpp1973 if (Instruction *OpInst = dyn_cast<Instruction>(Op)) RecursivelyEraseDeadInsts() local
/llvm-project/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp262 if (Instruction *OpInst = dyn_cast<Instruction>(BasePtr)) addReferencesFromStmt() local
H A DBlockGenerators.cpp704 auto *OpInst = dyn_cast<Instruction>(Op); generateBeginStmtTrace() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp1195 auto *OpInst = dyn_cast<Instruction>(Op->getLiveInIRValue()); truncateToMinimalBitwidths() local
H A DLoopVectorize.cpp921 if (Instruction *OpInst = dyn_cast<Instruction>(Op)) getDebugLocFromInstOrOperands() local
H A DSLPVectorizer.cpp7611 auto *OpInst = cast<Instruction>(Scalars[Idx]); buildAltOpShuffleMask() local
/llvm-project/polly/lib/Analysis/
H A DScopBuilder.cpp1108 auto *OpInst = dyn_cast<Instruction>(Op); in buildPHIAccesses() local
1854 Instruction *OpInst = dyn_cast<Instruction>(Op.get()); in joinOperandTree() local
[all...]
H A DScopDetection.cpp1212 auto *OpInst = dyn_cast<Instruction>(&Op); isValidInstruction() local
/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5119 } else if (Instruction *OpInst = dyn_cast<Instruction>(I.getOperand(i))) { visitInstruction() local