Home
last modified time | relevance | path

Searched refs:Incoming (Results 1 – 20 of 20) sorted by relevance

/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDStatepointLowering.cpp204 SDValue Incoming = Builder.getValue(IncomingValue); in reservePreviousStackSlotForValue() local
206 if (isa<ConstantSDNode>(Incoming) || isa<FrameIndexSDNode>(Incoming)) { in reservePreviousStackSlotForValue()
212 SDValue OldLocation = Builder.StatepointLowering.getLocation(Incoming); in reservePreviousStackSlotForValue()
245 SDValue Loc = Builder.DAG.getTargetFrameIndex(*Index, Incoming.getValueType()); in reservePreviousStackSlotForValue()
246 Builder.StatepointLowering.setLocation(Incoming, Loc); in reservePreviousStackSlotForValue()
397 spillIncomingStatepointValue(SDValue Incoming, SDValue Chain, in spillIncomingStatepointValue() argument
399 SDValue Loc = Builder.StatepointLowering.getLocation(Incoming); in spillIncomingStatepointValue()
403 Loc = Builder.StatepointLowering.allocateStackSlot(Incoming.getValueType(), in spillIncomingStatepointValue()
408 Loc = Builder.DAG.getTargetFrameIndex(Index, Incoming.getValueType()); in spillIncomingStatepointValue()
413 Chain = Builder.DAG.getStore(Chain, Builder.getCurSDLoc(), Incoming, Loc, in spillIncomingStatepointValue()
[all …]
HDLegalizeIntegerTypes.cpp3184 SDValue Incoming = GetPromotedInteger(N->getOperand(VecIdx)); in PromoteIntOp_CONCAT_VECTORS() local
3185 EVT SclrTy = Incoming->getValueType(0).getVectorElementType(); in PromoteIntOp_CONCAT_VECTORS()
3186 unsigned NumElem = Incoming->getValueType(0).getVectorNumElements(); in PromoteIntOp_CONCAT_VECTORS()
3191 ISD::EXTRACT_VECTOR_ELT, dl, SclrTy, Incoming, in PromoteIntOp_CONCAT_VECTORS()
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDSIAnnotateControlFlow.cpp227 Value *Incoming = Phi->getIncomingValue(i); in handleLoopCondition() local
229 if (isa<ConstantInt>(Incoming)) { in handleLoopCondition()
235 Value *PhiArg = handleLoopCondition(Incoming, Broken, L); in handleLoopCondition()
243 Value *Incoming = Phi->getIncomingValue(i); in handleLoopCondition() local
244 if (Incoming != BoolTrue) in handleLoopCondition()
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDCorrelatedValuePropagation.cpp101 Value *Incoming = P->getIncomingValue(i); in processPHI() local
102 if (isa<Constant>(Incoming)) continue; in processPHI()
104 Value *V = LVI->getConstantOnEdge(Incoming, P->getIncomingBlock(i), BB, P); in processPHI()
111 SelectInst *SI = dyn_cast<SelectInst>(Incoming); in processPHI()
HDLoopInterchange.cpp1232 Value *Incoming = P->getIncomingValueForBlock(InnerLoopLatch); in adjustLoopBranches() local
1233 P->replaceAllUsesWith(Incoming); in adjustLoopBranches()
HDIndVarSimplify.cpp763 Value *Incoming = P->getIncomingValueForBlock(ExitingBlocks[0]); in CanLoopBeDeleted() local
771 if (Phi.PN == P && (Phi.PN)->getIncomingValue(i) == Incoming) { in CanLoopBeDeleted()
778 if (!found && (I = dyn_cast<Instruction>(Incoming))) in CanLoopBeDeleted()
/NextBSD/contrib/llvm/lib/Analysis/
HDLoopInfo.cpp138 BasicBlock *Incoming = nullptr, *Backedge = nullptr; in getCanonicalInductionVariable() local
144 Incoming = *PI++; in getCanonicalInductionVariable()
147 if (contains(Incoming)) { in getCanonicalInductionVariable()
150 std::swap(Incoming, Backedge); in getCanonicalInductionVariable()
158 dyn_cast<ConstantInt>(PN->getIncomingValueForBlock(Incoming))) in getCanonicalInductionVariable()
HDInstructionSimplify.cpp473 for (Value *Incoming : PI->incoming_values()) { in ThreadBinOpOverPHI()
475 if (Incoming == PI) continue; in ThreadBinOpOverPHI()
477 SimplifyBinOp(Opcode, Incoming, RHS, Q, MaxRecurse) : in ThreadBinOpOverPHI()
478 SimplifyBinOp(Opcode, LHS, Incoming, Q, MaxRecurse); in ThreadBinOpOverPHI()
513 for (Value *Incoming : PI->incoming_values()) { in ThreadCmpOverPHI()
515 if (Incoming == PI) continue; in ThreadCmpOverPHI()
516 Value *V = SimplifyCmpInst(Pred, Incoming, RHS, Q, MaxRecurse); in ThreadCmpOverPHI()
3597 for (Value *Incoming : PN->incoming_values()) { in SimplifyPHINode()
3599 if (Incoming == PN) continue; in SimplifyPHINode()
3600 if (isa<UndefValue>(Incoming)) { in SimplifyPHINode()
[all …]
HDConstantFolding.cpp898 for (Value *Incoming : PN->incoming_values()) { in ConstantFoldInstruction()
903 if (isa<UndefValue>(Incoming)) in ConstantFoldInstruction()
906 Constant *C = dyn_cast<Constant>(Incoming); in ConstantFoldInstruction()
/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDLoopUnroll.cpp374 Value *Incoming = phi->getIncomingValueForBlock(*BB); in UnrollLoop() local
375 ValueToValueMapTy::iterator It = LastValueMap.find(Incoming); in UnrollLoop()
377 Incoming = It->second; in UnrollLoop()
378 phi->addIncoming(Incoming, New); in UnrollLoop()
/NextBSD/tools/regression/atm/proto_uni/
HDRunTest.sh11 $DATA/Unknown.??? $DATA/Incoming.??? $DATA/MpOut.??? $DATA/MpIn.??? \
/NextBSD/usr.bin/at/
HDLEGAL9 You'll find it on sunsite.unc.edu's Incoming, hopefully; the
/NextBSD/libexec/atrun/
HDLEGAL11 You'll find it on sunsite.unc.edu's Incoming, hopefully; the
/NextBSD/contrib/ofed/management/doc/
HDibtracer.txt95 Actual Incoming Port Number (valid on response) - 1 byte
97 Vector of Incoming Port Numbers (0-63) - 64 bytes
/NextBSD/sbin/natd/samples/
HDnatd.cf.sample12 # Incoming connections. Should NEVER be set to "yes" if redirect_port
/NextBSD/contrib/llvm/lib/Transforms/ObjCARC/
HDObjCARCOpts.cpp852 Value *Incoming = in OptimizeIndividualCalls() local
854 if (IsNullOrUndef(Incoming)) in OptimizeIndividualCalls()
906 Value *Incoming = in OptimizeIndividualCalls() local
908 if (!IsNullOrUndef(Incoming)) { in OptimizeIndividualCalls()
920 Worklist.push_back(std::make_pair(Clone, Incoming)); in OptimizeIndividualCalls()
/NextBSD/contrib/llvm/lib/Transforms/Vectorize/
HDSLPVectorizer.cpp3830 SmallVector<Value *, 4> Incoming; in vectorizeChainsInBlock() local
3838 Incoming.clear(); in vectorizeChainsInBlock()
3846 Incoming.push_back(P); in vectorizeChainsInBlock()
3850 std::stable_sort(Incoming.begin(), Incoming.end(), PhiTypeSorterFunc); in vectorizeChainsInBlock()
3853 for (SmallVector<Value *, 4>::iterator IncIt = Incoming.begin(), in vectorizeChainsInBlock()
3854 E = Incoming.end(); in vectorizeChainsInBlock()
/NextBSD/usr.sbin/ppp/
HDREADME.nat47 them appear to come from the ppp host machine. Incoming packets
364 - Incoming packets which are not recognised by the packet
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonHardwareLoops.cpp540 MachineBasicBlock *Incoming = *PI++; in getLoopTripCount() local
546 if (L->contains(Incoming)) { in getLoopTripCount()
549 std::swap(Incoming, Backedge); in getLoopTripCount()
/NextBSD/contrib/gcc/
HDChangeLog.tree-ssa13807 (create_fun_alias_var): Incoming pointer arguments could be