Searched defs:Chain (Results 26 - 49 of 49) sorted by relevance

12

/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp245 MSP430TargetLowering::LowerFormalArguments(SDValue Chain, argument
260 return LowerCCCArguments(Chain, CallConv, isVarArg, Ins, dl, DAG, InVals);
263 return Chain;
269 MSP430TargetLowering::LowerCall(SDValue Chain, SDValue Callee, argument
285 return LowerCCCCallTo(Chain, Callee, CallConv, isVarArg, isTailCall,
297 MSP430TargetLowering::LowerCCCArguments(SDValue Chain, argument
336 SDValue ArgValue = DAG.getCopyFromReg(Chain, dl, VReg, RegVT);
369 InVals.push_back(DAG.getLoad(VA.getLocVT(), dl, Chain, FIN,
375 return Chain;
379 MSP430TargetLowering::LowerReturn(SDValue Chain, argument
436 LowerCCCCallTo(SDValue Chain, SDValue Callee, CallingConv::ID CallConv, bool isVarArg, bool isTailCall, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
562 LowerCallResult(SDValue Chain, SDValue InFlag, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
743 SDValue Chain = Op.getOperand(0); local
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp915 SDValue Chain = LD->getChain(); local
917 SDValue Ops[] = { Offset, Base, Chain };
1043 // Op #0 is the Chain.
1064 SDValue Chain = N->getOperand(0); local
1068 Chain = SDValue(CurDAG->getMachineNode(Opc, dl, MVT::Glue, Target,
1069 Chain), 0);
1070 return CurDAG->SelectNodeTo(N, Reg, MVT::Other, Chain);
H A DPPCISelLowering.cpp1416 SDValue Chain = Op.getOperand(0); local
1444 LowerCallTo(Chain, Type::getVoidTy(*DAG.getContext()),
1638 PPCTargetLowering::LowerFormalArguments(SDValue Chain, argument
1646 return LowerFormalArguments_SVR4(Chain, CallConv, isVarArg, Ins,
1649 return LowerFormalArguments_Darwin(Chain, CallConv, isVarArg, Ins,
1656 SDValue Chain,
1742 SDValue ArgValue = DAG.getCopyFromReg(Chain, dl, Reg, ValVT);
1755 InVals.push_back(DAG.getLoad(VA.getValVT(), dl, Chain, FIN,
1835 SDValue Val = DAG.getCopyFromReg(Chain, dl, VReg, PtrVT);
1854 SDValue Val = DAG.getCopyFromReg(Chain, d
1655 LowerFormalArguments_SVR4( SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1873 LowerFormalArguments_Darwin( SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
2390 StoreTailCallArgumentsToStackSlot(SelectionDAG &DAG, SDValue Chain, const SmallVector<TailCallArgumentInfo, 8> &TailCallArgs, SmallVector<SDValue, 8> &MemOpChains, DebugLoc dl) argument
2408 EmitTailCallStoreFPAndRetAddr(SelectionDAG &DAG, MachineFunction &MF, SDValue Chain, SDValue OldRetAddr, SDValue OldFP, int SPDiff, bool isPPC64, bool isDarwinABI, DebugLoc dl) argument
2467 EmitTailCallLoadFPAndRetAddr(SelectionDAG & DAG, int SPDiff, SDValue Chain, SDValue &LROpOut, SDValue &FPOpOut, bool isDarwinABI, DebugLoc dl) const argument
2501 CreateCopyOfByValArgument(SDValue Src, SDValue Dst, SDValue Chain, ISD::ArgFlagsTy Flags, SelectionDAG &DAG, DebugLoc dl) argument
2513 LowerMemOpCallTo(SelectionDAG &DAG, MachineFunction &MF, SDValue Chain, SDValue Arg, SDValue PtrOff, int SPDiff, unsigned ArgOffset, bool isPPC64, bool isTailCall, bool isVector, SmallVector<SDValue, 8> &MemOpChains, SmallVector<TailCallArgumentInfo, 8> &TailCallArguments, DebugLoc dl) argument
2538 PrepareTailCall(SelectionDAG &DAG, SDValue &InFlag, SDValue &Chain, DebugLoc dl, bool isPPC64, int SPDiff, unsigned NumBytes, SDValue LROp, SDValue FPOp, bool isDarwinABI, SmallVector<TailCallArgumentInfo, 8> &TailCallArguments) argument
2566 PrepareCall(SelectionDAG &DAG, SDValue &Callee, SDValue &InFlag, SDValue &Chain, DebugLoc dl, int SPDiff, bool isTailCall, SmallVector<std::pair<unsigned, SDValue>, 8> &RegsToPass, SmallVector<SDValue, 8> &Ops, std::vector<EVT> &NodeTys, const PPCSubtarget &PPCSubTarget) argument
2738 LowerCallResult(SDValue Chain, SDValue InFlag, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
2764 FinishCall(CallingConv::ID CallConv, DebugLoc dl, bool isTailCall, bool isVarArg, SelectionDAG &DAG, SmallVector<std::pair<unsigned, SDValue>, 8> &RegsToPass, SDValue InFlag, SDValue Chain, SDValue &Callee, int SPDiff, unsigned NumBytes, const SmallVectorImpl<ISD::InputArg> &Ins, SmallVectorImpl<SDValue> &InVals) const argument
2867 LowerCall(SDValue Chain, SDValue Callee, CallingConv::ID CallConv, bool isVarArg, bool doesNotRet, bool &isTailCall, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
2890 LowerCall_SVR4(SDValue Chain, SDValue Callee, CallingConv::ID CallConv, bool isVarArg, bool isTailCall, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
3099 LowerCall_Darwin(SDValue Chain, SDValue Callee, CallingConv::ID CallConv, bool isVarArg, bool isTailCall, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
3480 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, DebugLoc dl, SelectionDAG &DAG) const argument
3529 SDValue Chain = Op.getOperand(0); local
3601 SDValue Chain = Op.getOperand(0); local
3717 SDValue Chain = DAG.getStore(DAG.getEntryNode(), dl, Tmp, FIPtr, local
3810 SDValue Chain = DAG.getNode(PPCISD::MFFS, dl, NodeTys, &InFlag, 0); local
[all...]
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp80 SparcTargetLowering::LowerReturn(SDValue Chain, argument
113 Chain = DAG.getCopyToReg(Chain, dl, VA.getLocReg(),
117 Flag = Chain.getValue(1);
127 SDValue Val = DAG.getCopyFromReg(Chain, dl, Reg, getPointerTy());
128 Chain = DAG.getCopyToReg(Chain, dl, SP::I0, Val, Flag);
129 Flag = Chain.getValue(1);
138 return DAG.getNode(SPISD::RET_FLAG, dl, MVT::Other, Chain,
140 return DAG.getNode(SPISD::RET_FLAG, dl, MVT::Other, Chain,
148 LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
348 LowerCall(SDValue Chain, SDValue Callee, CallingConv::ID CallConv, bool isVarArg, bool doesNotRet, bool &isTailCall, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
939 SDValue Chain = Op.getOperand(0); local
1054 SDValue Chain = Op.getOperand(0); // Legalize the chain. local
1074 SDValue Chain = DAG.getNode(SPISD::FLUSHW, local
1094 SDValue Chain = getFLUSHW(Op, DAG); local
1125 SDValue Chain = getFLUSHW(Op, DAG); local
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1384 SDValue Chain = LD->getChain(); local
1387 CurDAG->getRegister(0, MVT::i32), Chain };
1391 SDValue Chain = LD->getChain(); local
1394 CurDAG->getRegister(0, MVT::i32), Chain };
1440 SDValue Chain = LD->getChain(); local
1443 CurDAG->getRegister(0, MVT::i32), Chain };
1610 SDValue Chain = N->getOperand(0);
1674 Ops.push_back(Chain);
1686 const SDValue OpsA[] = { MemAddr, Align, Reg0, ImplDef, Pred, Reg0, Chain };
1689 Chain
1746 SDValue Chain = N->getOperand(0); local
1892 SDValue Chain = N->getOperand(0); local
2008 SDValue Chain = N->getOperand(0); local
2790 SDValue Chain = N->getOperand(0); local
3079 SDValue Chain = N->getOperand(0); local
3133 SDValue Chain = N->getOperand(0); local
[all...]
H A DARMISelLowering.cpp1175 ARMTargetLowering::LowerCallResult(SDValue Chain, SDValue InFlag, argument
1196 SDValue Lo = DAG.getCopyFromReg(Chain, dl, VA.getLocReg(), MVT::i32,
1198 Chain = Lo.getValue(1);
1201 SDValue Hi = DAG.getCopyFromReg(Chain, dl, VA.getLocReg(), MVT::i32,
1203 Chain = Hi.getValue(1);
1213 Lo = DAG.getCopyFromReg(Chain, dl, VA.getLocReg(), MVT::i32, InFlag);
1214 Chain = Lo.getValue(1);
1217 Hi = DAG.getCopyFromReg(Chain, dl, VA.getLocReg(), MVT::i32, InFlag);
1218 Chain = Hi.getValue(1);
1225 Val = DAG.getCopyFromReg(Chain, d
1247 LowerMemOpCallTo(SDValue Chain, SDValue StackPtr, SDValue Arg, DebugLoc dl, SelectionDAG &DAG, const CCValAssign &VA, ISD::ArgFlagsTy Flags) const argument
1260 PassF64ArgInRegs(DebugLoc dl, SelectionDAG &DAG, SDValue Chain, SDValue &Arg, RegsToPassVector &RegsToPass, CCValAssign &VA, CCValAssign &NextVA, SDValue &StackPtr, SmallVector<SDValue, 8> &MemOpChains, ISD::ArgFlagsTy Flags) const argument
1289 LowerCall(SDValue Chain, SDValue Callee, CallingConv::ID CallConv, bool isVarArg, bool doesNotRet, bool &isTailCall, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1849 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, DebugLoc dl, SelectionDAG &DAG) const argument
2086 SDValue Chain = Argument.getValue(1); local
2115 SDValue Chain = DAG.getEntryNode(); local
2190 SDValue Chain = Result.getValue(1); local
2264 SDValue Chain = Result.getValue(1); local
2514 VarArgStyleRegisters(CCState &CCInfo, SelectionDAG &DAG, DebugLoc dl, SDValue &Chain, unsigned ArgOffset) const argument
2569 LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
2984 SDValue Chain = Op.getOperand(0); local
3034 SDValue Chain = Op.getOperand(0); local
3077 SDValue Chain = Op.getOperand(0); local
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp363 SDValue Chain = OrigChain.getOperand(0); local
364 if (Chain.getNode() == Load.getNode())
367 assert(Chain.getOpcode() == ISD::TokenFactor &&
369 for (unsigned i = 0, e = Chain.getNumOperands(); i != e; ++i)
370 if (Chain.getOperand(i).getNode() == Load.getNode())
373 Ops.push_back(Chain.getOperand(i));
397 static bool isCalleeLoad(SDValue Callee, SDValue &Chain, bool HasCallSeq) { argument
398 if (Callee.getNode() == Chain.getNode() || !Callee.hasOneUse())
408 while (HasCallSeq && Chain.getOpcode() != ISD::CALLSEQ_START) {
409 if (!Chain
456 SDValue Chain = N->getOperand(0); local
1466 SDValue Chain = Node->getOperand(0); local
2246 SDValue Tmp0, Tmp1, Tmp2, Tmp3, Tmp4, Move, Chain; local
[all...]
H A DX86InstrInfo.cpp3342 SDValue Chain = N->getOperand(NumOps-1); local
3343 AddrOps.push_back(Chain);
3393 AddrOps.push_back(Chain);
H A DX86ISelLowering.cpp1471 X86TargetLowering::LowerReturn(SDValue Chain, argument
1493 RetOps.push_back(Chain); // Operand #0 = Chain (updated below)
1548 Chain = DAG.getCopyToReg(Chain, dl, VA.getLocReg(), ValToCopy, Flag);
1549 Flag = Chain.getValue(1);
1563 SDValue Val = DAG.getCopyFromReg(Chain, dl, Reg, getPointerTy());
1565 Chain = DAG.getCopyToReg(Chain, dl, X86::RAX, Val, Flag);
1566 Flag = Chain
1632 LowerCallResult(SDValue Chain, SDValue InFlag, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1725 CreateCopyOfByValArgument(SDValue Src, SDValue Dst, SDValue Chain, ISD::ArgFlagsTy Flags, SelectionDAG &DAG, DebugLoc dl) argument
1761 LowerMemArgument(SDValue Chain, CallingConv::ID CallConv, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, const CCValAssign &VA, MachineFrameInfo *MFI, unsigned i) const argument
1802 LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
2077 LowerMemOpCallTo(SDValue Chain, SDValue StackPtr, SDValue Arg, DebugLoc dl, SelectionDAG &DAG, const CCValAssign &VA, ISD::ArgFlagsTy Flags) const argument
2096 EmitTailCallLoadRetAddr(SelectionDAG &DAG, SDValue &OutRetAddr, SDValue Chain, bool IsTailCall, bool Is64Bit, int FPDiff, DebugLoc dl) const argument
2113 EmitTailCallStoreRetAddr(SelectionDAG & DAG, MachineFunction &MF, SDValue Chain, SDValue RetAddrFrIdx, bool Is64Bit, int FPDiff, DebugLoc dl) argument
2131 LowerCall(SDValue Chain, SDValue Callee, CallingConv::ID CallConv, bool isVarArg, bool doesNotRet, bool &isTailCall, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
4772 SDValue Chain = LD->getChain(); local
7221 GetTLSADDR(SelectionDAG &DAG, SDValue Chain, GlobalAddressSDNode *GA, SDValue *InFlag, const EVT PtrVT, unsigned ReturnReg, unsigned char OperandFlags) argument
7252 SDValue Chain = DAG.getCopyToReg(DAG.getEntryNode(), dl, X86::EBX, local
7373 SDValue Chain = DAG.getEntryNode(); local
7404 SDValue Chain = DAG.getEntryNode(); local
7525 SDValue Chain = DAG.getStore(DAG.getEntryNode(), dl, Op.getOperand(0), local
7532 BuildFILD(SDValue Op, EVT SrcVT, SDValue Chain, SDValue StackSlot, SelectionDAG &DAG) const argument
7836 SDValue Chain = DAG.getEntryNode(); local
8731 SDValue Chain = Op.getOperand(0); local
9005 SDValue Chain = Op.getOperand(0); local
9122 SDValue Chain = Op.getOperand(0); local
9184 SDValue Chain = Op.getOperand(0); local
9821 SDValue Chain = Op.getOperand(0); local
10036 SDValue Chain = DAG.getMemIntrinsicNode(X86ISD::FNSTCW16m, DL, local
10604 SDValue Chain = Op.getOperand(0); local
10924 SDValue Chain = Node->getOperand(0); local
[all...]
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp331 SDValue Chain = Op.getOperand(0); local
343 return DAG.getNode(XCoreISD::BR_JT, dl, MVT::Other, Chain, TargetJT, Index);
348 return DAG.getNode(XCoreISD::BR_JT32, dl, MVT::Other, Chain, TargetJT,
414 SDValue Chain = LD->getChain();
426 return DAG.getLoad(getPointerTy(), DL, Chain, BasePtr,
444 SDValue Low = DAG.getLoad(getPointerTy(), DL, Chain,
447 SDValue High = DAG.getLoad(getPointerTy(), DL, Chain,
453 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Low.getValue(1),
455 SDValue Ops[] = { Result, Chain };
460 SDValue Low = DAG.getExtLoad(ISD::ZEXTLOAD, DL, MVT::i32, Chain,
516 SDValue Chain = ST->getChain(); local
810 SDValue Chain = Op.getOperand(0); local
876 LowerCall(SDValue Chain, SDValue Callee, CallingConv::ID CallConv, bool isVarArg, bool doesNotRet, bool &isTailCall, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
904 LowerCCCCallTo(SDValue Chain, SDValue Callee, CallingConv::ID CallConv, bool isVarArg, bool isTailCall, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1030 LowerCallResult(SDValue Chain, SDValue InFlag, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1060 LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1084 LowerCCCArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1213 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, DebugLoc dl, SelectionDAG &DAG) const argument
1492 SDValue Chain = ST->getChain(); local
[all...]
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp2188 llvm::SmallVector<Decl *, 4> Chain; member in class:__anon3363::RedeclChainVisitor
2213 Chain.push_back(D);
2261 return Chain;
2286 ArrayRef<Decl *> Chain = Visitor.getChain(); local
2287 if (Chain.empty())
2292 for (unsigned I = 0, N = Chain.size(); I != N; ++I) {
2293 if (Chain[I] == CanonDecl)
2296 ASTDeclReader::attachPreviousDecl(Chain[I], MostRecent);
2297 MostRecent = Chain[I];
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1014 // Chain: memory chain for operaand
1021 SDValue Chain, SDValue Ptr,
1026 InitOperands(Ops, Chain, Ptr, Cmp, Swp);
1029 SDValue Chain, SDValue Ptr,
1034 InitOperands(Ops, Chain, Ptr, Val);
1037 SDValue Chain, SDValue Ptr,
1042 InitOperands(Ops, Chain, Ptr);
1477 SDUse Chain; member in class:llvm::SDNode::EHLabelSDNode
1482 InitOperands(&Chain, ch);
1020 AtomicSDNode(unsigned Opc, DebugLoc dl, SDVTList VTL, EVT MemVT, SDValue Chain, SDValue Ptr, SDValue Cmp, SDValue Swp, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
1028 AtomicSDNode(unsigned Opc, DebugLoc dl, SDVTList VTL, EVT MemVT, SDValue Chain, SDValue Ptr, SDValue Val, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
1036 AtomicSDNode(unsigned Opc, DebugLoc dl, SDVTList VTL, EVT MemVT, SDValue Chain, SDValue Ptr, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp697 SDValue Chain = N->getOperand(0); // Get the chain. local
708 Parts[i] = DAG.getVAArg(RegVT, dl, Chain, Ptr, N->getOperand(2),
710 Chain = Parts[i].getValue(1);
731 ReplaceValueWith(SDValue(N, 1), Chain); local
2298 SDValue Chain = DAG.getStore(DAG.getEntryNode(), dl, local
2323 TLI.LowerCallTo(Chain, RetTy, true, false, false, false,
H A DLegalizeVectorTypes.cpp1896 SmallVector<SDValue, 16> LdChain; // Chain for the series of load
2315 SDValue Chain = LD->getChain(); local
2329 SDValue LdOp = DAG.getLoad(NewVT, dl, Chain, BasePtr, LD->getPointerInfo(),
2373 L = DAG.getLoad(NewVT, dl, Chain, BasePtr,
2391 L = DAG.getLoad(NewVT, dl, Chain, BasePtr,
2468 SDValue Chain = LD->getChain(); local
2482 Ops[0] = DAG.getExtLoad(ExtType, dl, EltVT, Chain, BasePtr,
2490 Ops[i] = DAG.getExtLoad(ExtType, dl, EltVT, Chain, NewBasePtr,
2510 SDValue Chain = ST->getChain(); local
2538 StChain.push_back(DAG.getStore(Chain, d
2578 SDValue Chain = ST->getChain(); local
[all...]
H A DDAGCombiner.cpp297 SDValue FindBetterChain(SDNode *N, SDValue Chain);
6111 SDValue Chain = N->getOperand(0); local
6126 Chain, N1.getOperand(2),
6177 MVT::Other, Chain, SetCC, N2);
6221 MVT::Other, Chain, Tmp, N2);
6247 MVT::Other, Chain, SetCC, N2);
6254 // Operand List for BR_CC: Chain, CondCC, CondLHS, CondRHS, DestBB.
6590 SDValue Chain = LD->getChain(); local
6609 Chain.getNode()->dump(&DAG);
6612 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), Chain, local
6636 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 2), Chain, &DeadNodes); local
6717 CheckForMaskedLoad(SDValue V, SDValue Ptr, SDValue Chain) argument
6974 SDValue Chain = ST->getChain(); local
7027 SDValue Chain = ST->getChain(); local
7451 SDValue Chain; local
8673 SDValue Chain = Chains.back(); local
[all...]
H A DSelectionDAG.cpp3213 SDValue SelectionDAG::getStackArgumentTokenFactor(SDValue Chain) { argument
3219 ArgChains.push_back(Chain);
3230 return getNode(ISD::TokenFactor, Chain.getDebugLoc(), MVT::Other,
3409 SDValue Chain, SDValue Dst,
3417 return Chain;
3473 Store = DAG.getStore(Chain, dl, Value,
3485 Value = DAG.getExtLoad(ISD::EXTLOAD, dl, NVT, Chain,
3489 Store = DAG.getTruncStore(Chain, dl, Value,
3504 SDValue Chain, SDValue Dst,
3512 return Chain;
3408 getMemcpyLoadsAndStores(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, unsigned Align, bool isVol, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) argument
3503 getMemmoveLoadsAndStores(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, unsigned Align, bool isVol, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) argument
3583 getMemsetStores(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, unsigned Align, bool isVol, MachinePointerInfo DstPtrInfo) argument
3658 getMemcpy(SDValue Chain, DebugLoc dl, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVol, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) argument
3723 getMemmove(SDValue Chain, DebugLoc dl, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVol, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) argument
3776 getMemset(SDValue Chain, DebugLoc dl, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVol, MachinePointerInfo DstPtrInfo) argument
3837 getAtomic(unsigned Opcode, DebugLoc dl, EVT MemVT, SDValue Chain, SDValue Ptr, SDValue Cmp, SDValue Swp, MachinePointerInfo PtrInfo, unsigned Alignment, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
3861 getAtomic(unsigned Opcode, DebugLoc dl, EVT MemVT, SDValue Chain, SDValue Ptr, SDValue Cmp, SDValue Swp, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
3890 getAtomic(unsigned Opcode, DebugLoc dl, EVT MemVT, SDValue Chain, SDValue Ptr, SDValue Val, const Value* PtrVal, unsigned Alignment, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
3921 getAtomic(unsigned Opcode, DebugLoc dl, EVT MemVT, SDValue Chain, SDValue Ptr, SDValue Val, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
3962 getAtomic(unsigned Opcode, DebugLoc dl, EVT MemVT, EVT VT, SDValue Chain, SDValue Ptr, const Value* PtrVal, unsigned Alignment, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
3992 getAtomic(unsigned Opcode, DebugLoc dl, EVT MemVT, EVT VT, SDValue Chain, SDValue Ptr, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
4134 getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, DebugLoc dl, SDValue Chain, SDValue Ptr, SDValue Offset, MachinePointerInfo PtrInfo, EVT MemVT, bool isVolatile, bool isNonTemporal, bool isInvariant, unsigned Alignment, const MDNode *TBAAInfo, const MDNode *Ranges) argument
4167 getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, DebugLoc dl, SDValue Chain, SDValue Ptr, SDValue Offset, EVT MemVT, MachineMemOperand *MMO) argument
4213 getLoad(EVT VT, DebugLoc dl, SDValue Chain, SDValue Ptr, MachinePointerInfo PtrInfo, bool isVolatile, bool isNonTemporal, bool isInvariant, unsigned Alignment, const MDNode *TBAAInfo, const MDNode *Ranges) argument
4226 getExtLoad(ISD::LoadExtType ExtType, DebugLoc dl, EVT VT, SDValue Chain, SDValue Ptr, MachinePointerInfo PtrInfo, EVT MemVT, bool isVolatile, bool isNonTemporal, unsigned Alignment, const MDNode *TBAAInfo) argument
4250 getStore(SDValue Chain, DebugLoc dl, SDValue Val, SDValue Ptr, MachinePointerInfo PtrInfo, bool isVolatile, bool isNonTemporal, unsigned Alignment, const MDNode *TBAAInfo) argument
4277 getStore(SDValue Chain, DebugLoc dl, SDValue Val, SDValue Ptr, MachineMemOperand *MMO) argument
4302 getTruncStore(SDValue Chain, DebugLoc dl, SDValue Val, SDValue Ptr, MachinePointerInfo PtrInfo, EVT SVT,bool isVolatile, bool isNonTemporal, unsigned Alignment, const MDNode *TBAAInfo) argument
4329 getTruncStore(SDValue Chain, DebugLoc dl, SDValue Val, SDValue Ptr, EVT SVT, MachineMemOperand *MMO) argument
4394 getVAArg(EVT VT, DebugLoc dl, SDValue Chain, SDValue Ptr, SDValue SV, unsigned Align) argument
[all...]
H A DSelectionDAGBuilder.cpp619 /// Chain/Flag as the input and updates them for the output Chain/Flag.
623 SDValue &Chain, SDValue *Flag) const;
627 /// Chain/Flag as the input and updates them for the output Chain/Flag.
630 SDValue &Chain, SDValue *Flag) const;
644 /// Chain/Flag as the input and updates them for the output Chain/Flag.
649 SDValue &Chain, SDValue *Flag) const {
669 P = DAG.getCopyFromReg(Chain, d
646 getCopyFromRegs(SelectionDAG &DAG, FunctionLoweringInfo &FuncInfo, DebugLoc dl, SDValue &Chain, SDValue *Flag) const argument
737 getCopyToRegs(SDValue Val, SelectionDAG &DAG, DebugLoc dl, SDValue &Chain, SDValue *Flag) const argument
993 SDValue Chain = DAG.getEntryNode(); local
1148 SDValue Chain = DAG.getEntryNode(); local
1156 SDValue Chain = getControlRoot(); local
1876 SDValue Chain = Op1.getValue(1); local
3250 SDValue Chain = DAG.getNode(ISD::TokenFactor, getCurDebugLoc(), local
3268 SDValue Chain = DAG.getNode(ISD::TokenFactor, getCurDebugLoc(), local
3314 SDValue Chain = DAG.getNode(ISD::TokenFactor, getCurDebugLoc(), local
3335 InsertFenceForAtomic(SDValue Chain, AtomicOrdering Order, SynchronizationScope Scope, bool Before, DebugLoc dl, SelectionDAG &DAG, const TargetLowering &TLI) argument
3571 SDValue Chain = Result.getValue(Result.getNode()->getNumValues()-1); local
5291 SDValue Chain = DAG.getNode(ISD::TokenFactor, getCurDebugLoc(), local
5933 SDValue Chain, Flag; local
6372 LowerCallTo(SDValue Chain, Type *RetTy, bool RetSExt, bool RetZExt, bool isVarArg, bool isInreg, unsigned NumFixedArgs, CallingConv::ID CallConv, bool isTailCall, bool doesNotRet, bool isReturnValueUsed, SDValue Callee, ArgListTy &Args, SelectionDAG &DAG, DebugLoc dl) const argument
6553 SDValue Chain = DAG.getEntryNode(); local
[all...]
/external/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.cpp1115 SPUTargetLowering::LowerFormalArguments(SDValue Chain, argument
1187 ArgVal = DAG.getCopyFromReg(Chain, dl, VReg, ObjectVT);
1195 ArgVal = DAG.getLoad(ObjectVT, dl, Chain, FIN, MachinePointerInfo(),
1202 Chain = ArgVal.getOperand(0);
1235 SDValue Store = DAG.getStore(Chain, dl, ArgVal, FIN, MachinePointerInfo(),
1237 Chain = Store.getOperand(0);
1244 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
1248 return Chain;
1266 SPUTargetLowering::LowerCall(SDValue Chain, SDValue Callee, argument
1335 MemOpChains.push_back(DAG.getStore(Chain, d
1463 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, DebugLoc dl, SelectionDAG &DAG) const argument
[all...]
/external/clang/lib/Sema/
H A DSemaLookup.cpp3394 DeclContextList Chain; local
3400 Chain.push_back(DC->getPrimaryContext());
3402 return Chain;
H A DSemaDecl.cpp2918 SmallVector<NamedDecl*, 2> Chain; local
2919 Chain.push_back(Anon);
2922 Chain, false))
2982 SmallVector<NamedDecl*, 2> Chain; local
2983 Chain.push_back(Anon);
2988 Chain, true))
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp342 SDValue Chain = CurDAG->getEntryNode();
355 SDValue CopyFromLo = CurDAG->getCopyFromReg(Chain, dl, Mips::LO, MVT::i32,
415 SDValue Chain = CurDAG->getEntryNode();
428 SDValue CopyFromLo = CurDAG->getCopyFromReg(Chain, dl, Mips::LO, MVT::i32,
1452 SDValue Chain = Op.getOperand(0); local
1457 SDValue StackPointer = DAG.getCopyFromReg(Chain, dl, SP, getPointerTy());
1465 Chain = DAG.getCopyToReg(StackPointer.getValue(1), dl, SP, Sub, SDValue());
1471 SDValue Ops[] = { Chain, Ptr, Chain.getValue(1) };
1481 SDValue Chain local
2154 WriteByValArg(SDValue& ByValChain, SDValue Chain, DebugLoc dl, SmallVector<std::pair<unsigned, SDValue>, 16>& RegsToPass, SmallVector<SDValue, 8>& MemOpChains, int& LastFI, MachineFrameInfo *MFI, SelectionDAG &DAG, SDValue Arg, const CCValAssign &VA, const ISD::ArgFlagsTy& Flags, MVT PtrType, bool isLittle) argument
2245 PassByValArg64(SDValue& ByValChain, SDValue Chain, DebugLoc dl, SmallVector<std::pair<unsigned, SDValue>, 16>& RegsToPass, SmallVector<SDValue, 8>& MemOpChains, int& LastFI, MachineFrameInfo *MFI, SelectionDAG &DAG, SDValue Arg, const CCValAssign &VA, const ISD::ArgFlagsTy& Flags, EVT PtrTy, bool isLittle) argument
2370 SDValue Chain, CallSeqStart, ByValChain; local
2628 LowerCallResult(SDValue Chain, SDValue InFlag, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
2654 ReadByValArg(MachineFunction &MF, SDValue Chain, DebugLoc dl, std::vector<SDValue>& OutChains, SelectionDAG &DAG, unsigned NumWords, SDValue FIN, const CCValAssign &VA, const ISD::ArgFlagsTy& Flags, const Argument *FuncArg) argument
2681 CopyMips64ByValRegs(MachineFunction &MF, SDValue Chain, DebugLoc dl, std::vector<SDValue>& OutChains, SelectionDAG &DAG, const CCValAssign &VA, const ISD::ArgFlagsTy& Flags, MachineFrameInfo *MFI, bool IsRegLoc, SmallVectorImpl<SDValue> &InVals, MipsFunctionInfo *MipsFI, EVT PtrTy, const Argument *FuncArg) argument
2721 LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
2915 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, DebugLoc dl, SelectionDAG &DAG) const argument
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1422 /// IVInc - An individual increment in a Chain of IV increments.
1424 /// used by the previous link in the Chain.
1485 // have more than a few IV increment chains in a loop. Missing a Chain falls
1502 void FinalizeChain(IVChain &Chain);
1504 void GenerateIVChain(const IVChain &Chain, SCEVExpander &Rewriter,
2324 const IVChain &Chain, Loop *L,
2347 const SCEV *HeadExpr = SE.getSCEV(getWideOperand(Chain[0].IVOperand));
2370 isProfitableChain(IVChain &Chain, SmallPtrSet<Instruction*, 4> &Users, argument
2375 if (Chain.size() <= 2)
2379 DEBUG(dbgs() << "Chain
2323 getProfitableChainIncrement(Value *NextIV, Value *PrevIV, const IVChain &Chain, Loop *L, ScalarEvolution &SE, const TargetLowering *TLI) argument
2624 FinalizeChain(IVChain &Chain) argument
2658 GenerateIVChain(const IVChain &Chain, SCEVExpander &Rewriter, SmallVectorImpl<WeakVH> &DeadInsts) argument
[all...]
/external/opencv/cvaux/src/
H A Dcvlee.cpp2411 CvVoronoiChainInt Chain; local
2426 Chain.last_site = pSite;
2434 Chain.first_site = pSite_prev;
2435 pChain = _cvSeqPushFront(ChainSeq,&Chain);
2438 Chain.last_site = pSite;
2439 Chain.next_chain = pChain;
2451 Chain.first_site = pSite_prev;
2452 pChain = _cvSeqPushFront(ChainSeq,&Chain);
2471 CvVoronoiChainInt Chain = {NULL,NULL,NULL};
2476 Chain
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 350 milliseconds

12