Searched defs:Chain (Results 1 - 25 of 43) sorted by relevance

12

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetSelectionDAGInfo.h57 EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Op1, SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
74 EmitTargetCodeForMemmove(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Op1, SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
90 EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Op1, SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp30 EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, argument
H A DHexagonISelDAGToDAG.cpp300 SDValue Chain = LD->getChain(); local
349 SDValue Chain = LD->getChain(); local
413 SDValue Chain = LD->getChain(); local
487 SDValue Chain = LD->getChain(); local
597 SDValue Chain = ST->getChain(); local
667 SDValue Chain = ST->getChain(); local
769 SDValue Chain = LD->getChain(); local
795 SDValue Chain = LD->getChain(); local
949 SDValue Chain = LD->getChain(); local
974 SDValue Chain = LD->getChain(); local
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dreqmaker.h95 class Chain : public Label { class in class:Security::CodeSigning::Requirement::Maker
97 Chain(Maker &myMaker, ExprOp op) function in class:Security::CodeSigning::Requirement::Maker::Chain
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dreqmaker.h95 class Chain : public Label { class in class:Security::CodeSigning::Requirement::Maker
97 Chain(Maker &myMaker, ExprOp op) function in class:Security::CodeSigning::Requirement::Maker::Chain
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp29 EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
143 EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MBlaze/
H A DMBlazeISelDAGToDAG.cpp226 SDValue Chain = Node->getOperand(0); local
254 ReplaceUses(SDValue(Node, 0), Chain); local
[all...]
H A DMBlazeISelLowering.cpp691 SDValue Chain = CLI.Chain; local
843 LowerCallResult(SDValue Chain, SDValue InFlag, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
873 LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1015 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, DebugLoc dl, SelectionDAG &DAG) const argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DAnalysis.cpp350 isInTailCallPosition(SelectionDAG &DAG, SDNode *Node, SDValue &Chain, const TargetLowering &TLI) argument
H A DMachineBlockPlacement.cpp115 void merge(MachineBasicBlock *BB, BlockChain *Chain) { argument
279 markChainSuccessors( BlockChain &Chain, MachineBasicBlock *LoopHeaderBB, SmallVectorImpl<MachineBasicBlock *> &BlockWorkList, const BlockFilterSet *BlockFilter) argument
319 selectBestSuccessor( MachineBasicBlock *BB, BlockChain &Chain, const BlockFilterSet *BlockFilter) argument
425 selectBestCandidateBlock( BlockChain &Chain, SmallVectorImpl<MachineBasicBlock *> &WorkList, const BlockFilterSet *BlockFilter) argument
486 buildChain( MachineBasicBlock *BB, BlockChain &Chain, SmallVectorImpl<MachineBasicBlock *> &BlockWorkList, const BlockFilterSet *BlockFilter) argument
635 BlockChain &Chain = *BlockToChain[*I]; local
811 BlockChain &Chain = *BlockToChain[*BI]; local
878 BlockChain *Chain local
912 BlockChain &Chain = *BlockToChain[BB]; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp208 SDNode *Chain = 0; local
H A DLegalizeDAG.cpp302 SDValue Chain = ST->getChain(); local
424 SDValue Chain = LD->getChain(); local
646 SDValue Chain = ST->getChain(); local
697 SDValue Chain = ST->getChain(); local
[all...]
H A DLegalizeTypesGeneric.cpp248 SDValue Chain = LD->getChain(); local
280 ReplaceValueWith(SDValue(N, 1), Chain); local
286 SDValue Chain = N->getOperand(0); local
434 SDValue Chain = St->getChain(); local
[all...]
H A DLegalizeVectorOps.cpp355 SDValue Chain = LD->getChain(); local
394 SDValue Chain = ST->getChain(); local
H A DLegalizeFloatTypes.cpp523 SDValue Chain = N->getOperand(0); // Get the chain. local
1142 SDValue Chain = LD->getChain(); local
1162 ReplaceValueWith(SDValue(LD, 1), Chain); local
1447 SDValue Chain = ST->getChain(); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp30 EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument
178 EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp238 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New) argument
263 SDValue Chain = N->getOperand(0); local
[all...]
/macosx-10.9.5/msdosfs-198/
H A Dmsdosfs.py629 class Chain(object): class in class:msdosfs
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp202 SDValue Chain = N->getOperand(0); local
386 SDValue Chain = N->getOperand(0); local
[all...]
H A DNVPTXISelLowering.cpp449 SDValue Chain = CLI.Chain; local
913 LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1074 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, DebugLoc dl, SelectionDAG &DAG) const argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp570 SDValue Chain = CurDAG->getCopyToReg(CurDAG->getEntryNode(), dl, DestReg, local
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DSelectionDAG.h448 SDValue getCopyToReg(SDValue Chain, DebugLoc dl, unsigned Reg, SDValue N) { argument
456 SDValue getCopyToReg(SDValue Chain, DebugLoc dl, unsigned Reg, SDValue N, argument
464 SDValue getCopyToReg(SDValue Chain, DebugLoc dl, SDValue Reg, SDValue N, argument
471 SDValue getCopyFromReg(SDValue Chain, DebugLoc dl, unsigned Reg, EVT VT) { argument
480 SDValue getCopyFromReg(SDValue Chain, DebugLoc dl, unsigned Reg, EVT VT, argument
524 getCALLSEQ_START(SDValue Chain, SDValue Op) argument
533 getCALLSEQ_END(SDValue Chain, SDValue Op1, SDValue Op2, SDValue InGlue) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/CellSPU/
H A DSPUISelDAGToDAG.cpp836 SDValue Chain = N->getOperand(1); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp245 MSP430TargetLowering::LowerFormalArguments(SDValue Chain, argument
276 SDValue Chain = CLI.Chain; local
302 MSP430TargetLowering::LowerCCCArguments(SDValue Chain, argument
383 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, DebugLoc dl, SelectionDAG &DAG) const argument
440 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
566 LowerCallResult(SDValue Chain, SDValue InFlag, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
747 SDValue Chain = Op.getOperand(0); local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp932 SDValue Chain = LD->getChain(); local
967 SDValue Chain = LD->getChain(); local
1122 SDValue Chain = N->getOperand(0); local

Completed in 338 milliseconds

12