Home
last modified time | relevance | path

Searched refs:getUnknown (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h154 DebugLoc DL = DebugLoc::getUnknown();
167 DebugLoc DL = DebugLoc::getUnknown(),
176 DebugLoc DL = DebugLoc::getUnknown(),
185 DebugLoc DL = DebugLoc::getUnknown(),
192 DebugLoc DL = DebugLoc::getUnknown(),
198 DebugLoc DL = DebugLoc::getUnknown(),
204 DebugLoc DL = DebugLoc::getUnknown(),
213 DebugLoc DL = DebugLoc::getUnknown(),
221 DebugLoc DL = DebugLoc::getUnknown(), const Twine &Name = "",
234 DebugLoc DL = DebugLoc::getUnknown(),
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h148 BranchProbability trueprob = BranchProbability::getUnknown(),
149 BranchProbability falseprob = BranchProbability::getUnknown(),
161 BranchProbability trueprob = BranchProbability::getUnknown(),
162 BranchProbability falseprob = BranchProbability::getUnknown(),
299 BranchProbability Prob = BranchProbability::getUnknown()) = 0;
H A DMachineBasicBlock.h774 BranchProbability Prob = BranchProbability::getUnknown());
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertWriteVXRM.cpp53 static VXRMInfo getUnknown() { in getUnknown() function in __anon24c885d00111::VXRMInfo
102 return VXRMInfo::getUnknown(); in intersect()
109 return VXRMInfo::getUnknown(); in intersect()
138 return VXRMInfo::getUnknown(); in intersectAnticipated()
H A DRISCVInsertVSETVLI.cpp515 static VSETVLIInfo getUnknown() { in getUnknown() function in __anoncddf45c50111::VSETVLIInfo
770 return VSETVLIInfo::getUnknown(); in intersect()
785 return VSETVLIInfo::getUnknown(); in intersect()
1279 Info = VSETVLIInfo::getUnknown(); in transferAfter()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp196 return MemDepResult::getUnknown(); in getCallDependencyFrom()
241 MemDepResult InvariantGroupDependency = MemDepResult::getUnknown(); in getPointerDependencyFrom()
278 return MemDepResult::getUnknown(); in getInvariantGroupPointerDependency()
289 return MemDepResult::getUnknown(); in getInvariantGroupPointerDependency()
317 return MemDepResult::getUnknown(); in getInvariantGroupPointerDependency()
436 return MemDepResult::getUnknown(); in getSimplePointerDependencyFrom()
687 LocalCache = MemDepResult::getUnknown(); in getDependency()
872 Result.push_back(NonLocalDepResult(FromBB, MemDepResult::getUnknown(), in getNonLocalPointerDependency()
888 Result.push_back(NonLocalDepResult(FromBB, MemDepResult::getUnknown(), in getNonLocalPointerDependency()
1341 NonLocalDepResult Entry(Pred, MemDepResult::getUnknown(), PredPtrVal); in getNonLocalPointerDepFromBB()
[all …]
H A DScalarEvolution.cpp4399 const SCEV *ScalarEvolution::getUnknown(Value *V) { in getUnknown() function in ScalarEvolution
5805 const SCEV *SymbolicName = getUnknown(PN); in createAddRecFromPHI()
6052 return getUnknown(PN); in createNodeForPHI()
6252 return getUnknown(V); in createNodeForSelectOrPHIViaUMinSeq()
6258 return getUnknown(V); in createNodeForSelectOrPHIViaUMinSeq()
7499 return getUnknown(V); in getOperandsToCreate()
7507 return getUnknown(PoisonValue::get(V->getType())); in getOperandsToCreate()
7511 return getUnknown(V); in getOperandsToCreate()
7513 return getUnknown(V); in getOperandsToCreate()
7573 return getUnknown(V); in getOperandsToCreate()
[all …]
H A DBranchProbabilityInfo.cpp949 SuccCount, BranchProbability::getUnknown()); in calcEstimatedHeuristics()
H A DIVDescriptors.cpp1431 const SCEV *Step = SE->getUnknown(Addend); in isFPInductionPHI()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugLoc.h151 static inline DebugLoc getUnknown() {
162 static inline DebugLoc getUnknown() { return DebugLoc(); }
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHUnwindV2.cpp89 return DebugLoc::getUnknown(); in findDebugLoc()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp639 SmallVector<const SCEV *, 2> Ops2{SE->getUnknown(C), in tryReassociateMinOrMax()
640 SE->getUnknown(R1MinMax)}; in tryReassociateMinOrMax()
H A DLoopStrengthReduce.cpp231 static MemAccessTy getUnknown(LLVMContext &Ctx, in getUnknown() function
336 const SCEV *SU = SE.getUnknown(ConstantInt::getSigned(Ty, Quantity)); in getUnknownSCEV()
1041 MemAccessTy AccessTy = MemAccessTy::getUnknown(Inst->getContext()); in getAccessType()
2762 NewAccessTy = MemAccessTy::getUnknown(AccessTy.MemTy->getContext(), in reconcileNewOffset()
3444 SE.getAddExpr(SE.getUnknown(MapIVOper), SE.getUnknown(IncV)); in GenerateIVChain()
3458 const SCEV *IVOperExpr = SE.getAddExpr(SE.getUnknown(IVSrc), in GenerateIVChain()
3459 SE.getUnknown(IncV)); in GenerateIVChain()
3581 N = SE.getUnknown(NV); in CollectFixupsAndInitialFormulae()
3781 SE.getUnknown(const_cast<Instruction *>(UserInst))); in CollectLoopInvariantFixupsAndFormulae()
5693 Ops.push_back(SE.getUnknown(Rewriter.expandCodeFor(Reg, nullptr))); in Expand()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBranchProbability.h53 static BranchProbability getUnknown() { return BranchProbability(UnknownN); } in getUnknown() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h651 BranchProbability Prob = BranchProbability::getUnknown()) override {
772 BranchProbability Prob = BranchProbability::getUnknown());
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp185 ProbToNewTarget = ProbFallThrough = BranchProbability::getUnknown(); in splitMBB()
186 ProbOrigTarget = ProbOrigFallThrough = BranchProbability::getUnknown(); in splitMBB()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h137 static MemDepResult getUnknown() { in getUnknown() function
H A DScalarEvolution.h657 LLVM_ABI const SCEV *getUnknown(Value *V);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h238 BranchProbability Prob = BranchProbability::getUnknown()) override {
518 BranchProbability Prob = BranchProbability::getUnknown());
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1261 V = expand(SE.getTruncateExpr(SE.getUnknown(V), Ty), NewInsertPt); in visitAddRecExpr()
1282 const SCEV *AddExprLHS = SE.getUnknown(expand(S->getStart())); in visitAddRecExpr()
1283 const SCEV *AddExprRHS = SE.getUnknown(expand(Rest)); in visitAddRecExpr()
1337 SE.getMulExpr(SE.getUnknown(CanonicalIV), in visitAddRecExpr()
1346 const SCEV *IH = SE.getUnknown(CanonicalIV); // Get I as a "symbolic" SCEV. in visitAddRecExpr()
H A DSSAUpdater.cpp325 PHI->setDebugLoc(DebugLoc::getUnknown()); in CreateEmptyPHI()
H A DCodeExtractor.cpp1182 TI->getNumSuccessors(), BranchProbability::getUnknown()); in calculateNewCallTerminatorWeights()
H A DInlineFunction.cpp3363 CreatedBranchToNormalDest->setDebugLoc(DebugLoc::getUnknown()); in InlineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp828 addSuccessor(New, Probs.empty() ? BranchProbability::getUnknown() in splitSuccessor()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h247 static RangeTy getUnknown() { return RangeTy{Unknown, Unknown}; } in getUnknown() function
6034 Ranges.push_back(RangeTy::getUnknown());

12