Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp442 Instruction *OpInst = dyn_cast<Instruction>(Op); in findValueToReuse() local
476 Instruction *OpInst = dyn_cast<Instruction>(Op); in findValueToReuse() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DPHITransAddr.cpp126 if (Instruction *OpInst = dyn_cast<Instruction>(Op)) in RemoveInstInputs() local
H A DScalarEvolution.cpp9514 Instruction *OpInst = dyn_cast<Instruction>(Op); in getConstantEvolvingPHIOperands() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp357 if (auto *OpInst = dyn_cast<Instruction>(Op)) { in isSafeToMoveBefore() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp127 if (Instruction* OpInst = dyn_cast<Instruction>(U)) in SimplifyDemandedBits() local
2068 if (Instruction *OpInst = dyn_cast<Instruction>(U)) in SimplifyDemandedFPClass() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1213 if (Instruction *OpInst = dyn_cast<Instruction>(Op)) in isOpDefinedInBlock() local
2041 Instruction *OpInst = dyn_cast<Instruction>(Op); in cloneInstructions() local
H A DLoopFuse.cpp1082 if (auto *OpInst = dyn_cast<Instruction>(Op)) { in canHoistInst() local
H A DReassociate.cpp1973 if (Instruction *OpInst = dyn_cast<Instruction>(Op)) in RecursivelyEraseDeadInsts() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp1198 auto *OpInst = dyn_cast<Instruction>(Op->getLiveInIRValue()); in truncateToMinimalBitwidths() local
H A DLoopVectorize.cpp868 if (Instruction *OpInst = dyn_cast<Instruction>(Op)) in getDebugLocFromInstOrOperands() local
H A DSLPVectorizer.cpp7640 auto *OpInst = cast<Instruction>(Scalars[Idx]); in buildAltOpShuffleMask() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5138 } else if (Instruction *OpInst = dyn_cast<Instruction>(I.getOperand(i))) { in visitInstruction() local