Home
last modified time | relevance | path

Searched refs:IsAPhi (Results 1 – 17 of 17) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp282 bool IsAPhi = isa<PHINode>(Cur); in AddReductionVar() local
285 if (Cur != Phi && IsAPhi && Cur->getParent() == Phi->getParent()) in AddReductionVar()
290 if (!Cur->isCommutative() && !IsAPhi && !isa<SelectInst>(Cur) && in AddReductionVar()
303 if (isa<FPMathOperator>(ReduxDesc.getPatternInst()) && !IsAPhi) in AddReductionVar()
316 if (!IsAPhi && !IsASelect && Kind != RK_IntegerMinMax && in AddReductionVar()
321 if (IsAPhi && Cur != Phi && !areAllUsesIn(Cur, VisitedInsts)) in AddReductionVar()
331 FoundReduxOp |= !IsAPhi && Cur != Start; in AddReductionVar()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Analysis/
H A DIVDescriptors.cpp283 bool IsAPhi = isa<PHINode>(Cur); in AddReductionVar() local
286 if (Cur != Phi && IsAPhi && Cur->getParent() == Phi->getParent()) in AddReductionVar()
291 if (!Cur->isCommutative() && !IsAPhi && !isa<SelectInst>(Cur) && in AddReductionVar()
304 if (isa<FPMathOperator>(ReduxDesc.getPatternInst()) && !IsAPhi) in AddReductionVar()
317 if (!IsAPhi && !IsASelect && Kind != RK_IntegerMinMax && in AddReductionVar()
322 if (IsAPhi && Cur != Phi && !areAllUsesIn(Cur, VisitedInsts)) in AddReductionVar()
332 FoundReduxOp |= !IsAPhi && Cur != Start; in AddReductionVar()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Analysis/
H A DIVDescriptors.cpp282 bool IsAPhi = isa<PHINode>(Cur); in AddReductionVar() local
285 if (Cur != Phi && IsAPhi && Cur->getParent() == Phi->getParent()) in AddReductionVar()
290 if (!Cur->isCommutative() && !IsAPhi && !isa<SelectInst>(Cur) && in AddReductionVar()
303 if (isa<FPMathOperator>(ReduxDesc.getPatternInst()) && !IsAPhi) in AddReductionVar()
316 if (!IsAPhi && !IsASelect && Kind != RK_IntegerMinMax && in AddReductionVar()
321 if (IsAPhi && Cur != Phi && !areAllUsesIn(Cur, VisitedInsts)) in AddReductionVar()
331 FoundReduxOp |= !IsAPhi && Cur != Start; in AddReductionVar()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Analysis/
H A DIVDescriptors.cpp283 bool IsAPhi = isa<PHINode>(Cur); in AddReductionVar() local
286 if (Cur != Phi && IsAPhi && Cur->getParent() == Phi->getParent()) in AddReductionVar()
291 if (!Cur->isCommutative() && !IsAPhi && !isa<SelectInst>(Cur) && in AddReductionVar()
304 if (isa<FPMathOperator>(ReduxDesc.getPatternInst()) && !IsAPhi) in AddReductionVar()
317 if (!IsAPhi && !IsASelect && Kind != RK_IntegerMinMax && in AddReductionVar()
322 if (IsAPhi && Cur != Phi && !areAllUsesIn(Cur, VisitedInsts)) in AddReductionVar()
332 FoundReduxOp |= !IsAPhi && Cur != Start; in AddReductionVar()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DIVDescriptors.cpp282 bool IsAPhi = isa<PHINode>(Cur); in AddReductionVar() local
285 if (Cur != Phi && IsAPhi && Cur->getParent() == Phi->getParent()) in AddReductionVar()
290 if (!Cur->isCommutative() && !IsAPhi && !isa<SelectInst>(Cur) && in AddReductionVar()
303 if (isa<FPMathOperator>(ReduxDesc.getPatternInst()) && !IsAPhi) in AddReductionVar()
316 if (!IsAPhi && !IsASelect && Kind != RK_IntegerMinMax && in AddReductionVar()
321 if (IsAPhi && Cur != Phi && !areAllUsesIn(Cur, VisitedInsts)) in AddReductionVar()
331 FoundReduxOp |= !IsAPhi && Cur != Start; in AddReductionVar()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Analysis/
H A DIVDescriptors.cpp283 bool IsAPhi = isa<PHINode>(Cur); in AddReductionVar() local
286 if (Cur != Phi && IsAPhi && Cur->getParent() == Phi->getParent()) in AddReductionVar()
291 if (!Cur->isCommutative() && !IsAPhi && !isa<SelectInst>(Cur) && in AddReductionVar()
304 if (isa<FPMathOperator>(ReduxDesc.getPatternInst()) && !IsAPhi) in AddReductionVar()
317 if (!IsAPhi && !IsASelect && Kind != RK_IntegerMinMax && in AddReductionVar()
322 if (IsAPhi && Cur != Phi && !areAllUsesIn(Cur, VisitedInsts)) in AddReductionVar()
332 FoundReduxOp |= !IsAPhi && Cur != Start; in AddReductionVar()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DIVDescriptors.cpp287 bool IsAPhi = isa<PHINode>(Cur); in AddReductionVar() local
290 if (Cur != Phi && IsAPhi && Cur->getParent() == Phi->getParent()) in AddReductionVar()
295 if (!Cur->isCommutative() && !IsAPhi && !isa<SelectInst>(Cur) && in AddReductionVar()
308 if (isa<FPMathOperator>(ReduxDesc.getPatternInst()) && !IsAPhi) in AddReductionVar()
326 if (!IsAPhi && !IsASelect && !isMinMaxRecurrenceKind(Kind) && in AddReductionVar()
331 if (IsAPhi && Cur != Phi && !areAllUsesIn(Cur, VisitedInsts)) in AddReductionVar()
342 FoundReduxOp |= !IsAPhi && Cur != Start; in AddReductionVar()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DIVDescriptors.cpp287 bool IsAPhi = isa<PHINode>(Cur); in AddReductionVar() local
290 if (Cur != Phi && IsAPhi && Cur->getParent() == Phi->getParent()) in AddReductionVar()
295 if (!Cur->isCommutative() && !IsAPhi && !isa<SelectInst>(Cur) && in AddReductionVar()
308 if (isa<FPMathOperator>(ReduxDesc.getPatternInst()) && !IsAPhi) in AddReductionVar()
326 if (!IsAPhi && !IsASelect && !isMinMaxRecurrenceKind(Kind) && in AddReductionVar()
331 if (IsAPhi && Cur != Phi && !areAllUsesIn(Cur, VisitedInsts)) in AddReductionVar()
342 FoundReduxOp |= !IsAPhi && Cur != Start; in AddReductionVar()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Analysis/
H A DIVDescriptors.cpp283 bool IsAPhi = isa<PHINode>(Cur); in AddReductionVar() local
286 if (Cur != Phi && IsAPhi && Cur->getParent() == Phi->getParent()) in AddReductionVar()
291 if (!Cur->isCommutative() && !IsAPhi && !isa<SelectInst>(Cur) && in AddReductionVar()
316 if (!IsAPhi && !IsASelect && Kind != RK_IntegerMinMax && in AddReductionVar()
321 if (IsAPhi && Cur != Phi && !areAllUsesIn(Cur, VisitedInsts)) in AddReductionVar()
331 FoundReduxOp |= !IsAPhi && Cur != Start; in AddReductionVar()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Analysis/
H A DIVDescriptors.cpp280 bool IsAPhi = isa<PHINode>(Cur); in AddReductionVar() local
283 if (Cur != Phi && IsAPhi && Cur->getParent() == Phi->getParent()) in AddReductionVar()
288 if (!Cur->isCommutative() && !IsAPhi && !isa<SelectInst>(Cur) && in AddReductionVar()
311 if (!IsAPhi && !IsASelect && Kind != RK_IntegerMinMax && in AddReductionVar()
316 if (IsAPhi && Cur != Phi && !areAllUsesIn(Cur, VisitedInsts)) in AddReductionVar()
326 FoundReduxOp |= !IsAPhi && Cur != Start; in AddReductionVar()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DIVDescriptors.cpp313 bool IsAPhi = isa<PHINode>(Cur); in AddReductionVar() local
316 if (Cur != Phi && IsAPhi && Cur->getParent() == Phi->getParent()) in AddReductionVar()
321 if (!Cur->isCommutative() && !IsAPhi && !isa<SelectInst>(Cur) && in AddReductionVar()
334 if (isa<FPMathOperator>(ReduxDesc.getPatternInst()) && !IsAPhi) { in AddReductionVar()
362 if (!IsAPhi && !IsASelect && !isMinMaxRecurrenceKind(Kind) && in AddReductionVar()
367 if (IsAPhi && Cur != Phi && !areAllUsesIn(Cur, VisitedInsts)) in AddReductionVar()
378 FoundReduxOp |= !IsAPhi && Cur != Start; in AddReductionVar()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Analysis/
H A DIVDescriptors.cpp313 bool IsAPhi = isa<PHINode>(Cur); in AddReductionVar() local
316 if (Cur != Phi && IsAPhi && Cur->getParent() == Phi->getParent()) in AddReductionVar()
321 if (!Cur->isCommutative() && !IsAPhi && !isa<SelectInst>(Cur) && in AddReductionVar()
334 if (isa<FPMathOperator>(ReduxDesc.getPatternInst()) && !IsAPhi) { in AddReductionVar()
362 if (!IsAPhi && !IsASelect && !isMinMaxRecurrenceKind(Kind) && in AddReductionVar()
367 if (IsAPhi && Cur != Phi && !areAllUsesIn(Cur, VisitedInsts)) in AddReductionVar()
378 FoundReduxOp |= !IsAPhi && Cur != Start; in AddReductionVar()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp313 bool IsAPhi = isa<PHINode>(Cur); in AddReductionVar() local
316 if (Cur != Phi && IsAPhi && Cur->getParent() == Phi->getParent()) in AddReductionVar()
321 if (!Cur->isCommutative() && !IsAPhi && !isa<SelectInst>(Cur) && in AddReductionVar()
334 if (isa<FPMathOperator>(ReduxDesc.getPatternInst()) && !IsAPhi) { in AddReductionVar()
362 if (!IsAPhi && !IsASelect && !isMinMaxRecurrenceKind(Kind) && in AddReductionVar()
367 if (IsAPhi && Cur != Phi && !areAllUsesIn(Cur, VisitedInsts)) in AddReductionVar()
378 FoundReduxOp |= !IsAPhi && Cur != Start; in AddReductionVar()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Analysis/
H A DIVDescriptors.cpp315 bool IsAPhi = isa<PHINode>(Cur); in AddReductionVar() local
318 if (Cur != Phi && IsAPhi && Cur->getParent() == Phi->getParent()) in AddReductionVar()
323 if (!Cur->isCommutative() && !IsAPhi && !isa<SelectInst>(Cur) && in AddReductionVar()
337 if (isa<FPMathOperator>(ReduxDesc.getPatternInst()) && !IsAPhi) { in AddReductionVar()
365 if (!IsAPhi && !IsASelect && !isMinMaxRecurrenceKind(Kind) && in AddReductionVar()
371 if (IsAPhi && Cur != Phi && !areAllUsesIn(Cur, VisitedInsts)) in AddReductionVar()
382 FoundReduxOp |= !IsAPhi && Cur != Start; in AddReductionVar()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DIVDescriptors.cpp313 bool IsAPhi = isa<PHINode>(Cur); in AddReductionVar() local
316 if (Cur != Phi && IsAPhi && Cur->getParent() == Phi->getParent()) in AddReductionVar()
321 if (!Cur->isCommutative() && !IsAPhi && !isa<SelectInst>(Cur) && in AddReductionVar()
334 if (isa<FPMathOperator>(ReduxDesc.getPatternInst()) && !IsAPhi) { in AddReductionVar()
362 if (!IsAPhi && !IsASelect && !isMinMaxRecurrenceKind(Kind) && in AddReductionVar()
367 if (IsAPhi && Cur != Phi && !areAllUsesIn(Cur, VisitedInsts)) in AddReductionVar()
378 FoundReduxOp |= !IsAPhi && Cur != Start; in AddReductionVar()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DIVDescriptors.cpp313 bool IsAPhi = isa<PHINode>(Cur); in AddReductionVar() local
316 if (Cur != Phi && IsAPhi && Cur->getParent() == Phi->getParent()) in AddReductionVar()
321 if (!Cur->isCommutative() && !IsAPhi && !isa<SelectInst>(Cur) && in AddReductionVar()
334 if (isa<FPMathOperator>(ReduxDesc.getPatternInst()) && !IsAPhi) { in AddReductionVar()
362 if (!IsAPhi && !IsASelect && !isMinMaxRecurrenceKind(Kind) && in AddReductionVar()
367 if (IsAPhi && Cur != Phi && !areAllUsesIn(Cur, VisitedInsts)) in AddReductionVar()
378 FoundReduxOp |= !IsAPhi && Cur != Start; in AddReductionVar()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Utils/
H A DLoopUtils.cpp280 bool IsAPhi = isa<PHINode>(Cur); in AddReductionVar() local
283 if (Cur != Phi && IsAPhi && Cur->getParent() == Phi->getParent()) in AddReductionVar()
288 if (!Cur->isCommutative() && !IsAPhi && !isa<SelectInst>(Cur) && in AddReductionVar()
303 if (!IsAPhi && Kind != RK_IntegerMinMax && Kind != RK_FloatMinMax && in AddReductionVar()
308 if (IsAPhi && Cur != Phi && !areAllUsesIn(Cur, VisitedInsts)) in AddReductionVar()
318 FoundReduxOp |= !IsAPhi && Cur != Start; in AddReductionVar()