Home
last modified time | relevance | path

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

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
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()
145 static SDValue emitCLC(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in emitCLC()
180 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()
250 SDValue Chain, SDValue Src, in getBoundedStrlen()
[all …]
/third_party/typescript/tests/baselines/reference/
DpromiseChaining.js2 class Chain<T> { class
4 then<S>(cb: (x: T) => S): Chain<S> { field in Chain
16 function Chain(value) { class in Chain
DchainedCallsWithTypeParameterConstrainedToOtherTypeParameter.js2 class Chain<T extends A> { class
4 then<S extends T>(cb: (x: T) => S): Chain<S> { field in Chain
39 function Chain(value) { class in Chain
DchainedCallsWithTypeParameterConstrainedToOtherTypeParameter2.js2 class Chain<T> { class
4 then<S extends T>(cb: (x: T) => S): Chain<S> { field in Chain
46 function Chain(value) { class in Chain
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp273 void merge(MachineBasicBlock *BB, BlockChain *Chain) { in merge()
588 const BlockChain &Chain, const MachineBasicBlock *LoopHeaderBB, in markChainSuccessors()
604 const BlockChain &Chain, const MachineBasicBlock *MBB, in markBlockSuccessors()
637 const MachineBasicBlock *BB, const BlockChain &Chain, in collectViableSuccessors()
746 const BlockChain &Chain, const BlockFilterSet *BlockFilter) { in isProfitableToTailDup()
900 const BlockChain &Chain, const BlockFilterSet *BlockFilter) { in isTrellis()
995 BranchProbability AdjustedSumProb, const BlockChain &Chain, in getBestTrellisSuccessor()
1079 const BlockChain &Chain, const BlockFilterSet *BlockFilter) { in canTailDuplicateUnplacedPreds()
1271 TriangleChain Chain = std::move(Found->second); in precomputeTriangleChains() local
1286 TriangleChain &Chain = ChainPair.second; in precomputeTriangleChains() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp47 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Val, in EmitTargetCodeForMemset()
187 const SDLoc &dl, SDValue Chain, SDValue Dst, in emitRepmovs()
209 const SDLoc &dl, SDValue Chain, SDValue Dst, in emitRepmovsB()
238 SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, EVT SizeVT, in emitConstantSizeRepmov()
293 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp24 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitSpecializedLibcall()
128 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
242 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemmove()
250 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SelectionDAGInfo.cpp19 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemset()
63 SDValue Chain, SDValue Ptr, uint64_t ObjSize, in EmitUnrolledSetTag()
113 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Addr, in EmitTargetCodeForSetTag()
/third_party/typescript/tests/cases/compiler/
DpromiseChaining.ts1 class Chain<T> { class
DchainedCallsWithTypeParameterConstrainedToOtherTypeParameter2.ts1 class Chain<T> { class
DchainedCallsWithTypeParameterConstrainedToOtherTypeParameter.ts1 class Chain<T extends A> { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVEISelLowering.cpp50 VETargetLowering::LowerReturn(SDValue Chain, CallingConv::ID CallConv, in LowerReturn()
65 SDValue Chain, CallingConv::ID CallConv, bool IsVarArg, in LowerFormalArguments()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-morx-table.hh953 struct Chain struct
955 typedef typename Types::HBUINT HBUINT;
957 hb_mask_t compile_flags (const hb_aat_map_builder_t *map) const in compile_flags()
988 void apply (hb_aat_apply_context_t *c, in apply()
1058 unsigned int get_size () const { return length; } in get_size()
1060 bool sanitize (hb_sanitize_context_t *c, unsigned int version HB_UNUSED) const in sanitize()
1084 HBUINT32 defaultFlags; /* The default specification for subtables. */
1085 HBUINT32 length; /* Total byte count, including this header. */
1086 HBUINT featureCount; /* Number of feature subtable entries. */
1087 HBUINT subtableCount; /* The number of subtables in the chain. */
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/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 …]
/third_party/harfbuzz/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()
971 void apply (hb_aat_apply_context_t *c, in apply()
1041 unsigned int get_size () const { return length; } in get_size()
1043 bool sanitize (hb_sanitize_context_t *c, unsigned int version HB_UNUSED) const in sanitize()
1067 HBUINT32 defaultFlags; /* The default specification for subtables. */
1068 HBUINT32 length; /* Total byte count, including this header. */
1069 HBUINT featureCount; /* Number of feature subtable entries. */
1070 HBUINT subtableCount; /* The number of subtables in the chain. */
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp150 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in SoftenFloatRes_Unary() local
170 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in SoftenFloatRes_Binary() local
417 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in SoftenFloatRes_FMA() local
469 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in SoftenFloatRes_FP_EXTEND() local
528 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in SoftenFloatRes_FP_ROUND() local
572 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in SoftenFloatRes_FPOWI() local
702 SDValue Chain = N->getOperand(0); // Get the chain. in SoftenFloatRes_VAARG() local
741 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in SoftenFloatRes_XINT_TO_FP() local
836 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in SoftenFloatOp_FP_ROUND() local
902 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in SoftenFloatOp_FP_TO_XINT() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelDAGToDAG.cpp342 SDValue Chain = ST->getChain(); in select() local
372 SDValue Chain = LD->getChain(); in select() local
418 SDValue Chain = N->getOperand(0); in select() local
457 SDValue Chain = N->getOperand(0); in select() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelLowering.cpp207 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
DBPFSelectionDAGInfo.cpp21 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
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
496 SDValue Chain = ST->getChain(); in LowerSTORE() local
823 SDValue Chain = Op.getOperand(0); in LowerEH_RETURN() local
862 SDValue Chain = Op.getOperand(0); in LowerINIT_TRAMPOLINE() local
1038 SDValue Chain = CLI.Chain; in LowerCall() local
1061 static SDValue LowerCallResult(SDValue Chain, SDValue InFlag, in LowerCallResult()
1108 SDValue Chain, SDValue Callee, CallingConv::ID CallConv, bool isVarArg, in LowerCCCCallTo()
1242 SDValue Chain, CallingConv::ID CallConv, bool isVarArg, in LowerFormalArguments()
[all …]
DXCoreISelDAGToDAG.cpp217 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New) in replaceInChain()
241 SDValue Chain = N->getOperand(0); in tryBRIND() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCISelLowering.cpp198 SDValue Chain = Op.getOperand(0); in LowerBR_CC() local
230 SDValue Chain = CLI.Chain; in LowerCall() local
370 static SDValue lowerCallResult(SDValue Chain, SDValue Glue, in lowerCallResult()
432 SDValue Chain, CallingConv::ID CallConv, bool IsVarArg, in LowerFormalArguments()
447 SDValue Chain, CallingConv::ID CallConv, bool IsVarArg, in LowerCallArguments()
605 ARCTargetLowering::LowerReturn(SDValue Chain, CallingConv::ID CallConv, in LowerReturn()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp910 SDValue Chain = N->getOperand(0); in tryLoad() local
994 SDValue Chain = N->getOperand(0); in tryLoadVector() local
1233 SDValue Chain = N->getOperand(0); in tryLDGLDU() local
1767 SDValue Chain = ST->getChain(); in tryStore() local
1872 SDValue Chain = N->getOperand(0); in tryStoreVector() local
2096 SDValue Chain = Node->getOperand(0); in tryLoadParam() local
2174 SDValue Chain = N->getOperand(0); in tryStoreRetval() local
2244 SDValue Chain = N->getOperand(0); in tryStoreParam() local

1234