Home
last modified time | relevance | path

Searched defs:Chain (Results 1 – 25 of 88) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGTargetInfo.h52 SDValue Chain, SDValue Op1, in EmitTargetCodeForMemcpy()
68 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1, in EmitTargetCodeForMemmove()
81 SDValue Chain, SDValue Op1, in EmitTargetCodeForMemset()
93 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForMemcmp()
105 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForMemchr()
118 EmitTargetCodeForStrcpy(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrcpy()
130 EmitTargetCodeForStrcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForStrcmp()
138 EmitTargetCodeForStrlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrlen()
144 EmitTargetCodeForStrnlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrnlen()
151 SDValue Chain, SDValue Addr, in EmitTargetCodeForSetTag()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp26 unsigned Loop, SDValue Chain, SDValue Dst, in emitMemMem()
49 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
64 static SDValue memsetStore(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in memsetStore()
76 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, in EmitTargetCodeForMemset()
146 static SDValue emitCLC(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in emitCLC()
181 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src1, in EmitTargetCodeForMemcmp()
196 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src, in EmitTargetCodeForMemchr()
222 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dest, in EmitTargetCodeForStrcpy()
232 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src1, in EmitTargetCodeForStrcmp()
251 SDValue Chain, SDValue Src, in getBoundedStrlen()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblySelectionDAGInfo.cpp22 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
37 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Op1, SDValue Op2, in EmitTargetCodeForMemmove()
46 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Val, in EmitTargetCodeForMemset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp283 void merge(MachineBasicBlock *BB, BlockChain *Chain) { in merge()
623 const BlockChain &Chain, const MachineBasicBlock *LoopHeaderBB, in markChainSuccessors()
639 const BlockChain &Chain, const MachineBasicBlock *MBB, in markBlockSuccessors()
672 const MachineBasicBlock *BB, const BlockChain &Chain, in collectViableSuccessors()
781 const BlockChain &Chain, const BlockFilterSet *BlockFilter) { in isProfitableToTailDup()
935 const BlockChain &Chain, const BlockFilterSet *BlockFilter) { in isTrellis()
1030 BranchProbability AdjustedSumProb, const BlockChain &Chain, in getBestTrellisSuccessor()
1114 const BlockChain &Chain, const BlockFilterSet *BlockFilter) { in canTailDuplicateUnplacedPreds()
1308 TriangleChain Chain = std::move(Found->second); in precomputeTriangleChains() local
1323 TriangleChain &Chain = ChainPair.second; in precomputeTriangleChains() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp48 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Val, in EmitTargetCodeForMemset()
186 const SDLoc &dl, SDValue Chain, SDValue Dst, in emitRepmovs()
208 const SDLoc &dl, SDValue Chain, SDValue Dst, in emitRepmovsB()
237 SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, EVT SizeVT, in emitConstantSizeRepmov()
292 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp19 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemset()
59 SDValue Chain, SDValue Ptr, uint64_t ObjSize, in EmitUnrolledSetTag()
111 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Addr, in EmitTargetCodeForSetTag()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp39 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitSpecializedLibcall()
170 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
290 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemmove()
298 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp163 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in SoftenFloatRes_Unary() local
183 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in SoftenFloatRes_Binary() local
436 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in SoftenFloatRes_FMA() local
488 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in SoftenFloatRes_FP_EXTEND() local
547 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in SoftenFloatRes_FP_ROUND() local
591 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in SoftenFloatRes_FPOWI() local
730 SDValue Chain = N->getOperand(0); // Get the chain. in SoftenFloatRes_VAARG() local
769 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in SoftenFloatRes_XINT_TO_FP() local
877 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in SoftenFloatOp_FP_ROUND() local
954 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in SoftenFloatOp_FP_TO_XINT() local
[all …]
H A DStatepointLowering.cpp367 spillIncomingStatepointValue(SDValue Incoming, SDValue Chain, in spillIncomingStatepointValue()
480 SDValue Chain = Builder.getRoot(); in lowerIncomingStatepointValue() local
769 SDValue Chain = CallNode->getOperand(0); in LowerAsSTATEPOINT() local
902 SDValue Chain = DAG.getRoot(); in LowerAsSTATEPOINT() local
1109 SDValue Chain = DAG.getEntryNode(); in LowerStatepoint() local
1208 SDValue Chain = DAG.getRoot(); in visitGCRelocate() local
1226 const SDValue Chain = DAG.getRoot(); // != Builder.getRoot() in visitGCRelocate() local
H A DLegalizeVectorOps.cpp312 SDValue Chain = ExpandStore(Node); in LegalizeOp() local
696 SDValue Promoted, Chain; in PromoteFP_TO_INT() local
1217 SDValue Result, Chain; in ExpandFP_TO_UINT() local
1244 SDValue Chain; in ExpandUINT_TO_FLOAT() local
1362 SDValue Chain; in ExpandSETCC() local
1468 SDValue Chain = Node->getOperand(0); in UnrollStrictFPOp() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUExportClustering.cpp39 static void sortChain(const SIInstrInfo *TII, SmallVector<SUnit *, 8> &Chain, in sortChain()
111 SmallVector<SUnit *, 8> Chain; in apply() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp339 SDValue Chain = ST->getChain(); in select() local
369 SDValue Chain = LD->getChain(); in select() local
415 SDValue Chain = N->getOperand(0); in select() local
454 SDValue Chain = N->getOperand(0); in select() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp346 SDValue Chain = Op.getOperand(0); in LowerBR_JT() local
368 const SDLoc &DL, SDValue Chain, SDValue Base, int64_t Offset, in lowerLoadWordFromAlignedBasePlusOffset()
422 SDValue Chain = LD->getChain(); in LowerLOAD() local
495 SDValue Chain = ST->getChain(); in LowerSTORE() local
822 SDValue Chain = Op.getOperand(0); in LowerEH_RETURN() local
861 SDValue Chain = Op.getOperand(0); in LowerINIT_TRAMPOLINE() local
1037 SDValue Chain = CLI.Chain; in LowerCall() local
1060 static SDValue LowerCallResult(SDValue Chain, SDValue InFlag, in LowerCallResult()
1107 SDValue Chain, SDValue Callee, CallingConv::ID CallConv, bool isVarArg, in LowerCCCCallTo()
1241 SDValue Chain, CallingConv::ID CallConv, bool isVarArg, in LowerFormalArguments()
[all …]
H A DXCoreISelDAGToDAG.cpp217 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New) in replaceInChain()
241 SDValue Chain = N->getOperand(0); in tryBRIND() local
H A DXCoreSelectionDAGInfo.cpp19 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp197 SDValue Chain = Op.getOperand(0); in LowerBR_CC() local
229 SDValue Chain = CLI.Chain; in LowerCall() local
369 static SDValue lowerCallResult(SDValue Chain, SDValue Glue, in lowerCallResult()
431 SDValue Chain, CallingConv::ID CallConv, bool IsVarArg, in LowerFormalArguments()
446 SDValue Chain, CallingConv::ID CallConv, bool IsVarArg, in LowerCallArguments()
606 ARCTargetLowering::LowerReturn(SDValue Chain, CallingConv::ID CallConv, in LowerReturn()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Dslist.d150 static struct Chain struct
157 Chain ch; argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp909 SDValue Chain = N->getOperand(0); in tryLoad() local
993 SDValue Chain = N->getOperand(0); in tryLoadVector() local
1232 SDValue Chain = N->getOperand(0); in tryLDGLDU() local
1766 SDValue Chain = ST->getChain(); in tryStore() local
1871 SDValue Chain = N->getOperand(0); in tryStoreVector() local
2095 SDValue Chain = Node->getOperand(0); in tryLoadParam() local
2173 SDValue Chain = N->getOperand(0); in tryStoreRetval() local
2243 SDValue Chain = N->getOperand(0); in tryStoreParam() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFSelectionDAGInfo.cpp21 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
H A DBPFISelLowering.cpp300 SDValue Chain, CallingConv::ID CallConv, bool IsVarArg, in LowerFormalArguments()
374 SDValue Chain = CLI.Chain; in LowerCall() local
500 BPFTargetLowering::LowerReturn(SDValue Chain, CallingConv::ID CallConv, in LowerReturn()
548 SDValue Chain, SDValue InFlag, CallingConv::ID CallConv, bool IsVarArg, in LowerCallResult()
592 SDValue Chain = Op.getOperand(0); in LowerBR_CC() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp589 Vectorizer::getBoundaryInstrs(ArrayRef<Instruction *> Chain) { in getBoundaryInstrs()
614 void Vectorizer::eraseInstructions(ArrayRef<Instruction *> Chain) { in eraseInstructions()
631 Vectorizer::splitOddVectorElts(ArrayRef<Instruction *> Chain, in splitOddVectorElts()
647 Vectorizer::getVectorizablePrefix(ArrayRef<Instruction *> Chain) { in getVectorizablePrefix()
902 for (const std::pair<ChainID, InstrList> &Chain : Map) { in vectorizeChains() local
990 ArrayRef<Instruction *> Chain, in vectorizeStoreChain()
1143 ArrayRef<Instruction *> Chain, in vectorizeLoadChain()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp195 SparcTargetLowering::LowerReturn(SDValue Chain, CallingConv::ID CallConv, in LowerReturn()
206 SparcTargetLowering::LowerReturn_32(SDValue Chain, CallingConv::ID CallConv, in LowerReturn_32()
291 SparcTargetLowering::LowerReturn_64(SDValue Chain, CallingConv::ID CallConv, in LowerReturn_64()
368 SDValue Chain, CallingConv::ID CallConv, bool IsVarArg, in LowerFormalArguments()
382 SDValue Chain, CallingConv::ID CallConv, bool isVarArg, in LowerFormalArguments_32()
577 SDValue Chain, CallingConv::ID CallConv, bool IsVarArg, in LowerFormalArguments_64()
722 SDValue Chain = CLI.Chain; in LowerCall_32() local
1096 SDValue Chain = CLI.Chain; in LowerCall_64() local
2053 SDValue Chain = DAG.getEntryNode(); in LowerGlobalTLSAddress() local
2126 SDValue SparcTargetLowering::LowerF128_LibCallArg(SDValue Chain, in LowerF128_LibCallArg()
[all …]
H A DSparcISelDAGToDAG.cpp236 SDValue Chain = SDValue(N,0); in tryInlineAsm() local
259 SDValue Chain = AsmNodeOperands[InlineAsm::Op_InputChain]; in tryInlineAsm() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp397 SDValue Chain, CallingConv::ID CallConv, bool IsVarArg, in LowerFormalArguments()
416 SDValue Chain = CLI.Chain; in LowerCall() local
438 SDValue Chain, CallingConv::ID CallConv, bool IsVarArg, in LowerCCCArguments()
534 LanaiTargetLowering::LowerReturn(SDValue Chain, CallingConv::ID CallConv, in LowerReturn()
597 SDValue Chain, SDValue Callee, CallingConv::ID CallConv, bool IsVarArg, in LowerCCCCallTo()
775 SDValue Chain, SDValue InFlag, CallingConv::ID CallConv, bool IsVarArg, in LowerCallResult()
867 SDValue Chain = Op.getOperand(0); in LowerBR_CC() local
1019 SDValue Chain = Op.getOperand(0); in LowerDYNAMIC_STACKALLOC() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp20 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()

1234