Home
last modified time | relevance | path

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

12345678

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGTargetInfo.h53 SDValue Chain, SDValue Op1, in EmitTargetCodeForMemcpy()
69 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1, in EmitTargetCodeForMemmove()
82 SDValue Chain, SDValue Op1, in EmitTargetCodeForMemset()
94 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForMemcmp()
106 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForMemchr()
119 EmitTargetCodeForStrcpy(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrcpy()
131 EmitTargetCodeForStrcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForStrcmp()
139 EmitTargetCodeForStrlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrlen()
145 EmitTargetCodeForStrnlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrnlen()
/external/llvm/include/llvm/CodeGen/
DSelectionDAGTargetInfo.h50 SDValue Chain, SDValue Op1, in EmitTargetCodeForMemcpy()
66 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1, in EmitTargetCodeForMemmove()
79 SDValue Chain, SDValue Op1, in EmitTargetCodeForMemset()
91 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForMemcmp()
103 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForMemchr()
116 EmitTargetCodeForStrcpy(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrcpy()
128 EmitTargetCodeForStrcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForStrcmp()
136 EmitTargetCodeForStrlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrlen()
142 EmitTargetCodeForStrnlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrnlen()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp27 unsigned Loop, SDValue Chain, SDValue Dst, in emitMemMem()
50 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
65 static SDValue memsetStore(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in memsetStore()
77 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()
195 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src, in EmitTargetCodeForMemchr()
221 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dest, in EmitTargetCodeForStrcpy()
231 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src1, in EmitTargetCodeForStrcmp()
249 SDValue Chain, SDValue Src, in getBoundedStrlen()
[all …]
/external/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp27 unsigned Loop, SDValue Chain, SDValue Dst, in emitMemMem()
50 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
65 static SDValue memsetStore(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in memsetStore()
78 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, in EmitTargetCodeForMemset()
149 static SDValue emitCLC(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in emitCLC()
184 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src1, in EmitTargetCodeForMemcmp()
198 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src, in EmitTargetCodeForMemchr()
225 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dest, in EmitTargetCodeForStrcpy()
235 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src1, in EmitTargetCodeForStrcmp()
253 SDValue Chain, SDValue Src, in getBoundedStrlen()
[all …]
/external/caliper/caliper/src/main/java/com/google/caliper/memory/
DChain.java33 public abstract class Chain { class
37 Chain(Chain parent, Object value) { in Chain() method in Chain
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetSelectionDAGInfo.h58 SDValue Chain, in EmitTargetCodeForMemcpy()
75 SDValue Chain, in EmitTargetCodeForMemmove()
91 SDValue Chain, in EmitTargetCodeForMemset()
/external/v8/src/compiler/
Ddiamond.h36 void Chain(Diamond& that) { branch->ReplaceInput(1, that.merge); } in Chain() function
39 void Chain(Node* that) { branch->ReplaceInput(1, that); } in Chain() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp270 void merge(MachineBasicBlock *BB, BlockChain *Chain) { in merge()
568 const BlockChain &Chain, const MachineBasicBlock *LoopHeaderBB, in markChainSuccessors()
584 const BlockChain &Chain, const MachineBasicBlock *MBB, in markBlockSuccessors()
617 const MachineBasicBlock *BB, const BlockChain &Chain, in collectViableSuccessors()
726 const BlockChain &Chain, const BlockFilterSet *BlockFilter) { in isProfitableToTailDup()
880 const BlockChain &Chain, const BlockFilterSet *BlockFilter) { in isTrellis()
975 BranchProbability AdjustedSumProb, const BlockChain &Chain, in getBestTrellisSuccessor()
1059 const BlockChain &Chain, const BlockFilterSet *BlockFilter) { in canTailDuplicateUnplacedPreds()
1205 TriangleChain Chain = std::move(Found->second); in precomputeTriangleChains() local
1220 TriangleChain &Chain = ChainPair.second; in precomputeTriangleChains() local
[all …]
/external/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp25 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitSpecializedLibcall()
129 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
249 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemmove()
257 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemset()
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelLowering.cpp229 AlphaTargetLowering::LowerCall(SDValue Chain, SDValue Callee, in LowerCall()
348 AlphaTargetLowering::LowerCallResult(SDValue Chain, SDValue InFlag, in LowerCallResult()
390 AlphaTargetLowering::LowerFormalArguments(SDValue Chain, in LowerFormalArguments()
476 AlphaTargetLowering::LowerReturn(SDValue Chain, in LowerReturn()
537 void AlphaTargetLowering::LowerVAARG(SDNode *N, SDValue &Chain, in LowerVAARG()
712 SDValue Chain, DataPtr; in LowerOperation() local
726 SDValue Chain = Op.getOperand(0); in LowerOperation() local
752 SDValue Chain = Op.getOperand(0); in LowerOperation() local
785 SDValue Chain, DataPtr; in ReplaceNodeResults() local
DAlphaISelDAGToDAG.cpp231 SDValue Chain = CurDAG->getEntryNode(); in Select() local
250 SDValue Chain = N->getOperand(0); in Select() local
395 SDValue Chain = N->getOperand(0); in SelectCALL() local
/external/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp190 void merge(MachineBasicBlock *BB, BlockChain *Chain) { in merge()
389 BlockChain &Chain, MachineBasicBlock *LoopHeaderBB, in markChainSuccessors()
426 MachineBasicBlock *BB, BlockChain &Chain, const BlockFilterSet *BlockFilter, in collectViableSuccessors()
494 MachineBasicBlock *BB, MachineBasicBlock *Succ, BlockChain &Chain, in shouldPredBlockBeOutlined()
551 BlockChain &Chain, const BlockFilterSet *BlockFilter) { in hasBetterLayoutPredecessor()
670 BlockChain &Chain, in selectBestSuccessor()
723 BlockChain &Chain, SmallVectorImpl<MachineBasicBlock *> &WorkList) { in selectBestCandidateBlock()
812 BlockChain &Chain = *BlockToChain[MBB]; in fillWorkLists() local
839 MachineBasicBlock *BB, BlockChain &Chain, in buildChain()
981 BlockChain &Chain = *BlockToChain[MBB]; in findBestLoopExit() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp25 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitSpecializedLibcall()
129 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
243 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemmove()
251 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemset()
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelLowering.cpp235 SystemZTargetLowering::LowerFormalArguments(SDValue Chain, in LowerFormalArguments()
255 SystemZTargetLowering::LowerCall(SDValue Chain, SDValue Callee, in LowerCall()
281 SystemZTargetLowering::LowerCCCArguments(SDValue Chain, in LowerCCCArguments()
373 SystemZTargetLowering::LowerCCCCallTo(SDValue Chain, SDValue Callee, in LowerCCCCallTo()
510 SystemZTargetLowering::LowerCallResult(SDValue Chain, SDValue InFlag, in LowerCallResult()
554 SystemZTargetLowering::LowerReturn(SDValue Chain, in LowerReturn()
690 SDValue Chain = Op.getOperand(0); in LowerBR_CC() local
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXSelectionDAGInfo.cpp30 SDValue Chain, in EmitTargetCodeForMemcpy()
143 SDValue Chain, SDValue Dst, in EmitTargetCodeForMemset()
DPTXISelDAGToDAG.cpp92 SDValue Chain = Node->getOperand(0); in SelectBRCOND() local
107 SDValue Chain = Node->getOperand(0); in SelectREADPARAM() local
143 SDValue Chain = Node->getOperand(0); in SelectWRITEPARAM() local
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DInterceptor.java30 interface Chain { interface
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DInterceptor.java28 interface Chain { interface
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp152 SDValue Chain, CallingConv::ID CallConv, bool IsVarArg, in LowerFormalArguments()
222 SDValue Chain = CLI.Chain; in LowerCall() local
345 BPFTargetLowering::LowerReturn(SDValue Chain, CallingConv::ID CallConv, in LowerReturn()
393 SDValue Chain, SDValue InFlag, CallingConv::ID CallConv, bool IsVarArg, in LowerCallResult()
437 SDValue Chain = Op.getOperand(0); in LowerBR_CC() local
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp734 SDValue Chain = N->getOperand(0); in tryLoad() local
916 SDValue Chain = N->getOperand(0); in tryLoadVector() local
1302 SDValue Chain = N->getOperand(0); in tryLDGLDU() local
2167 SDValue Chain = N->getOperand(0); in tryStore() local
2352 SDValue Chain = N->getOperand(0); in tryStoreVector() local
2727 SDValue Chain = Node->getOperand(0); in tryLoadParam() local
2856 SDValue Chain = N->getOperand(0); in tryStoreRetval() local
2980 SDValue Chain = N->getOperand(0); in tryStoreParam() local
3136 SDValue Chain = N->getOperand(0); in tryTextureIntrinsic() local
3659 SDValue Chain = N->getOperand(0); in trySurfaceIntrinsic() local
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMSelectionDAGInfo.cpp30 SDValue Chain, in EmitTargetCodeForMemcpy()
143 SDValue Chain, SDValue Dst, in EmitTargetCodeForMemset()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/
DNios2ISelLowering.cpp30 Nios2TargetLowering::LowerReturn(SDValue Chain, CallingConv::ID CallConv, in LowerReturn()
87 SDValue Chain, CallingConv::ID CallConv, bool IsVarArg, in LowerFormalArguments()
/external/llvm/lib/Target/Lanai/
DLanaiSelectionDAGInfo.cpp23 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp283 SDValue Chain = CLI.Chain; in LowerCall() local
442 SDValue Chain, CallingConv::ID CallConv, bool /*IsVarArg*/, in LowerReturn()
471 SDValue Chain, CallingConv::ID CallConv, bool IsVarArg, in LowerFormalArguments()
568 SDValue Chain = Op.getOperand(0); in LowerCopyToReg() local
651 SDValue Chain = Op.getOperand(0); in LowerBR_JT() local
/external/harfbuzz_ng/src/
Dhb-aat-layout-morx-table.hh949 struct Chain struct
951 typedef typename Types::HBUINT HBUINT;
953 hb_mask_t compile_flags (const hb_aat_map_builder_t *map) const in compile_flags()
982 void apply (hb_aat_apply_context_t *c, in apply()
1052 unsigned int get_size () const { return length; } in get_size()
1054 bool sanitize (hb_sanitize_context_t *c, unsigned int version HB_UNUSED) const in sanitize()
1078 HBUINT32 defaultFlags; /* The default specification for subtables. */
1079 HBUINT32 length; /* Total byte count, including this header. */
1080 HBUINT featureCount; /* Number of feature subtable entries. */
1081 HBUINT subtableCount; /* The number of subtables in the chain. */
[all …]

12345678