Home
last modified time | relevance | path

Searched defs:Incoming (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp240 static bool willLowerDirectly(SDValue Incoming) { in willLowerDirectly()
264 SDValue Incoming = Builder.getValue(IncomingValue); in reservePreviousStackSlotForValue() local
367 spillIncomingStatepointValue(SDValue Incoming, SDValue Chain, in spillIncomingStatepointValue()
415 lowerIncomingStatepointValue(SDValue Incoming, bool RequireSpillSlot, in lowerIncomingStatepointValue()
662 SDValue Incoming; in lowerStatepointMetaArgs() local
694 SDValue Incoming = Builder.getValue(V); in lowerStatepointMetaArgs() local
DLegalizeIntegerTypes.cpp5016 SDValue Incoming = GetPromotedInteger(N->getOperand(VecIdx)); in PromoteIntOp_CONCAT_VECTORS() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DReachingDefAnalysis.cpp80 const LiveRegsDefInfo &Incoming = MBBOutRegsInfos[pred->getNumber()]; in enterBasicBlock() local
157 const LiveRegsDefInfo &Incoming = MBBOutRegsInfos[pred->getNumber()]; in reprocessBasicBlock() local
440 SmallPtrSet<MachineInstr*, 2> Incoming; in getUniqueReachingMIDef() local
DExecutionDomainFix.cpp172 LiveRegsDVInfo &Incoming = MBBOutRegsInfos[pred->getNumber()]; in enterBasicBlock() local
DModuloSchedule.cpp832 static void removePhis(MachineBasicBlock *BB, MachineBasicBlock *Incoming) { in removePhis()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLoopDeletion.cpp262 Value *Incoming = PN.getIncomingValueForBlock(Pred); in canProveExitOnFirstIteration() local
308 auto *Incoming = GetSoleInputOnFirstIteration(PN); in canProveExitOnFirstIteration() local
DCorrelatedValuePropagation.cpp166 Value *Incoming = P->getIncomingValue(i); in simplifyCommonValuePhi() local
217 Value *Incoming = P->getIncomingValue(i); in processPHI() local
DDFAJumpThreading.cpp1042 Value *Incoming = Phi->getIncomingValueForBlock(BB); in updateSuccessorPhis() local
DSimpleLoopUnswitch.cpp308 Value *Incoming = PN.getIncomingValue(i); in rewritePHINodesForExitAndUnswitchedBlocks() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZHazardRecognizer.cpp451 copyState(SystemZHazardRecognizer *Incoming) { in copyState()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DDependenceGraphBuilder.cpp144 Incoming, // Incoming edges to the SCC in createPiBlocks() enumerator
DLoopInfo.cpp124 bool Loop::getIncomingAndBackEdge(BasicBlock *&Incoming, in getIncomingAndBackEdge()
153 BasicBlock *Incoming = nullptr, *Backedge = nullptr; in getCanonicalInductionVariable() local
DLazyValueInfo.cpp1800 Value *Incoming = PHI->getIncomingValue(i); in getPredicateAt() local
DInstructionSimplify.cpp583 Value *Incoming = PI->getIncomingValue(u); in ThreadCmpOverPHI() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp1561 const SetVector<BasicBlock *> &Incoming, in reconnectPhis()
1646 SmallVectorImpl<WeakVH> &DeletionCandidates, const BBSetVector &Incoming, in convertToGuardPredicates()
1740 const BBSetVector &Incoming, const BBSetVector &Outgoing, in CreateControlFlowHub()
DLoopUnroll.cpp559 Value *Incoming = PHI.getIncomingValueForBlock(*BB); in UnrollLoop() local
DSimplifyIndVar.cpp235 Value *Incoming = PN->getIncomingValue(Idx); in makeIVComparisonInvariant() local
DLoopUtils.cpp1200 Value *Incoming = P->getIncomingValueForBlock(ExitingBlocks[0]); in canLoopBeDeleted() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp326 for (auto Incoming : zip(PN.blocks(), PN.incoming_values())) in foldPHIArgInsertValueInstructionIntoPHI() local
364 for (auto Incoming : zip(PN.blocks(), PN.incoming_values())) in foldPHIArgExtractValueInstructionIntoPHI() local
DInstCombineSelect.cpp2522 BasicBlockEdge Incoming(Pred, BB); in foldSelectToPhiImpl() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp1133 Value *Incoming = GetRCIdentityRoot(PN->getIncomingValue(i)); in OptimizeIndividualCallImpl() local
1189 Value *Incoming = GetRCIdentityRoot(PN->getIncomingValue(i)); in OptimizeIndividualCallImpl() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DSIInsertWaitcnts.cpp369 std::unique_ptr<WaitcntBrackets> Incoming; member
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp575 MachineBasicBlock *Incoming = *PI++; in getLoopTripCount() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4230 Value *Incoming = State.get(PreviousDef, UF - 1); in fixFirstOrderRecurrence() local
4268 auto *Incoming = BB == LoopMiddleBlock ? ExtractForScalar : ScalarInit; in fixFirstOrderRecurrence() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DInstructions.cpp175 Value *Incoming = getIncomingValue(i); in hasConstantOrUndefValue() local

12