| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationPlanner.h | 154 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 D | SwitchLoweringUtils.h | 148 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 D | MachineBasicBlock.h | 774 BranchProbability Prob = BranchProbability::getUnknown());
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInsertWriteVXRM.cpp | 53 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 D | RISCVInsertVSETVLI.cpp | 515 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 D | MemoryDependenceAnalysis.cpp | 196 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 D | ScalarEvolution.cpp | 4399 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 D | BranchProbabilityInfo.cpp | 949 SuccCount, BranchProbability::getUnknown()); in calcEstimatedHeuristics()
|
| H A D | IVDescriptors.cpp | 1431 const SCEV *Step = SE->getUnknown(Addend); in isFPInductionPHI()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugLoc.h | 151 static inline DebugLoc getUnknown() { 162 static inline DebugLoc getUnknown() { return DebugLoc(); }
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86WinEHUnwindV2.cpp | 89 return DebugLoc::getUnknown(); in findDebugLoc()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | NaryReassociate.cpp | 639 SmallVector<const SCEV *, 2> Ops2{SE->getUnknown(C), in tryReassociateMinOrMax() 640 SE->getUnknown(R1MinMax)}; in tryReassociateMinOrMax()
|
| H A D | LoopStrengthReduce.cpp | 231 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 D | BranchProbability.h | 53 static BranchProbability getUnknown() { return BranchProbability(UnknownN); } in getUnknown() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | IRTranslator.h | 651 BranchProbability Prob = BranchProbability::getUnknown()) override { 772 BranchProbability Prob = BranchProbability::getUnknown());
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCReduceCRLogicals.cpp | 185 ProbToNewTarget = ProbFallThrough = BranchProbability::getUnknown(); in splitMBB() 186 ProbOrigTarget = ProbOrigFallThrough = BranchProbability::getUnknown(); in splitMBB()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemoryDependenceAnalysis.h | 137 static MemDepResult getUnknown() { in getUnknown() function
|
| H A D | ScalarEvolution.h | 657 LLVM_ABI const SCEV *getUnknown(Value *V);
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.h | 238 BranchProbability Prob = BranchProbability::getUnknown()) override { 518 BranchProbability Prob = BranchProbability::getUnknown());
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 1261 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 D | SSAUpdater.cpp | 325 PHI->setDebugLoc(DebugLoc::getUnknown()); in CreateEmptyPHI()
|
| H A D | CodeExtractor.cpp | 1182 TI->getNumSuccessors(), BranchProbability::getUnknown()); in calculateNewCallTerminatorWeights()
|
| H A D | InlineFunction.cpp | 3363 CreatedBranchToNormalDest->setDebugLoc(DebugLoc::getUnknown()); in InlineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineBasicBlock.cpp | 828 addSuccessor(New, Probs.empty() ? BranchProbability::getUnknown() in splitSuccessor()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 247 static RangeTy getUnknown() { return RangeTy{Unknown, Unknown}; } in getUnknown() function 6034 Ranges.push_back(RangeTy::getUnknown());
|