Home
last modified time | relevance | path

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

123456

/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/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/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/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/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/v8/src/compiler/
Ddiamond.h36 void Chain(Diamond const& 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/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/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/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/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/harfbuzz_ng/src/
Dhb-aat-layout-morx-table.hh936 struct Chain struct
938 typedef typename Types::HBUINT HBUINT;
940 hb_mask_t compile_flags (const hb_aat_map_builder_t *map) const in compile_flags()
969 void apply (hb_aat_apply_context_t *c, in apply()
1039 unsigned int get_size () const { return length; } in get_size()
1041 bool sanitize (hb_sanitize_context_t *c, unsigned int version HB_UNUSED) const in sanitize()
1065 HBUINT32 defaultFlags; /* The default specification for subtables. */
1066 HBUINT32 length; /* Total byte count, including this header. */
1067 HBUINT featureCount; /* Number of feature subtable entries. */
1068 HBUINT subtableCount; /* The number of subtables in the chain. */
[all …]
/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/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/llvm/lib/Target/Lanai/
DLanaiSelectionDAGInfo.cpp23 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRISelDAGToDAG.cpp343 SDValue Chain = ST->getChain(); in select() local
375 SDValue Chain = LD->getChain(); in select() local
423 SDValue Chain = N->getOperand(0); in select() local
462 SDValue Chain = N->getOperand(0); in select() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFSelectionDAGInfo.cpp22 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
DBPFISelLowering.cpp206 SDValue Chain, CallingConv::ID CallConv, bool IsVarArg, in LowerFormalArguments()
281 SDValue Chain = CLI.Chain; in LowerCall() local
407 BPFTargetLowering::LowerReturn(SDValue Chain, CallingConv::ID CallConv, in LowerReturn()
455 SDValue Chain, SDValue InFlag, CallingConv::ID CallConv, bool IsVarArg, in LowerCallResult()
499 SDValue Chain = Op.getOperand(0); in LowerBR_CC() local
/external/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp375 Vectorizer::getBoundaryInstrs(ArrayRef<Value *> Chain) { in getBoundaryInstrs()
400 void Vectorizer::eraseInstructions(ArrayRef<Value *> Chain) { in eraseInstructions()
419 Vectorizer::splitOddVectorElts(ArrayRef<Value *> Chain, in splitOddVectorElts()
428 unsigned Vectorizer::getVectorizablePrefixEndIdx(ArrayRef<Value *> Chain, in getVectorizablePrefixEndIdx()
577 for (const std::pair<Value *, ValueList> &Chain : Map) { in vectorizeChains() local
664 ArrayRef<Value *> Chain, SmallPtrSet<Value *, 16> *InstructionsProcessed) { in vectorizeStoreChain()
819 ArrayRef<Value *> Chain, SmallPtrSet<Value *, 16> *InstructionsProcessed) { in vectorizeLoadChain()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp358 spillIncomingStatepointValue(SDValue Incoming, SDValue Chain, in spillIncomingStatepointValue()
402 SDValue Chain = Builder.getRoot(); in lowerIncomingStatepointValue() local
640 SDValue Chain = CallNode->getOperand(0); in LowerAsSTATEPOINT() local
866 SDValue Chain = DAG.getEntryNode(); in LowerStatepoint() local
985 SDValue Chain = getRoot(); in visitGCRelocate() local
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp331 spillIncomingStatepointValue(SDValue Incoming, SDValue Chain, in spillIncomingStatepointValue()
377 SDValue Chain = Builder.getRoot(); in lowerIncomingStatepointValue() local
581 SDValue Chain = CallNode->getOperand(0); in LowerAsSTATEPOINT() local
806 SDValue Chain = DAG.getEntryNode(); in LowerStatepoint() local
925 SDValue Chain = getRoot(); in visitGCRelocate() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp218 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New) in replaceInChain()
242 SDValue Chain = N->getOperand(0); in tryBRIND() local

123456