/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
D | FindPreciseNodes.cpp | 44 const TVector<size_t> &getChain() const { return mChain; } in getChain() function in sh::__anon8e6abc4b0111::AccessChain 191 if (!object.accessChain.getChain().empty()) in operator ()() 194 result ^ angle::ComputeGenericHash(object.accessChain.getChain().data(), in operator ()() 195 object.accessChain.getChain().size() * in operator ()() 196 sizeof(object.accessChain.getChain()[0])); in operator ()() 233 const TVector<size_t> &accessChain = object.accessChain.getChain(); in GetObjectPreciseSubChainLength() 290 const TVector<size_t> &accessChain = object.accessChain.getChain(); in AddPreciseSubObjects() 506 ASSERT(mCurrentAccessChain.getChain().empty()); in visitUnary() 567 ASSERT(mCurrentAccessChain.getChain().empty()); in visitBinary() 588 if (!mCurrentAccessChain.getChain().empty() && isStructConstructor) in visitAggregate() [all …]
|
/third_party/skia/tests/ |
D | BulkRectTest.cpp | 82 const GrOp* tmp = opsTask->getChain(i); in fillrectop_creation_test() 196 const GrOp* tmp = opsTask->getChain(i); in textureop_creation_test()
|
D | ClearTest.cpp | 258 const ClearOp& clearOp = opsTask->getChain(0)->cast<ClearOp>(); in clear_op_test() 284 const ClearOp& clearOp = opsTask->getChain(0)->cast<ClearOp>(); in clear_op_test()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRISelDAGToDAG.cpp | 161 LD->getBasePtr(), LD->getChain()); in selectIndexedLoad() 342 SDValue Chain = ST->getChain(); in select() 372 SDValue Chain = LD->getChain(); in select()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 346 LD->getBasePtr(), LD->getChain())); in tryIndexedLoad() 362 SDValue Ops0[] = { N2, LD->getBasePtr(), LD->getChain() }; in tryIndexedBinOp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 422 SDValue Chain = LD->getChain(); in LowerLOAD() 496 SDValue Chain = ST->getChain(); in LowerSTORE() 948 N->getChain(), N->getBasePtr(), N->getPointerInfo(), in LowerATOMIC_LOAD() 955 return DAG.getExtLoad(ISD::EXTLOAD, SDLoc(Op), MVT::i32, N->getChain(), in LowerATOMIC_LOAD() 961 return DAG.getExtLoad(ISD::EXTLOAD, SDLoc(Op), MVT::i32, N->getChain(), in LowerATOMIC_LOAD() 978 return DAG.getStore(N->getChain(), SDLoc(Op), N->getVal(), N->getBasePtr(), in LowerATOMIC_STORE() 985 return DAG.getTruncStore(N->getChain(), SDLoc(Op), N->getVal(), in LowerATOMIC_STORE() 991 return DAG.getTruncStore(N->getChain(), SDLoc(Op), N->getVal(), in LowerATOMIC_STORE() 1790 SDValue Chain = ST->getChain(); in PerformDAGCombine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonVectorLoopCarriedReuse.cpp | 181 ChainOfDependences &OtherChain = Other.getChain(); in isIdentical() 189 ChainOfDependences &getChain() { in getChain() function in __anon90dfd55e0111::DepChain
|
D | HexagonISelDAGToDAG.cpp | 68 SDValue Chain = LD->getChain(); in SelectIndexedLoad() 465 SDValue Chain = ST->getChain(); in SelectIndexedStore()
|
/third_party/skia/src/gpu/ops/ |
D | OpsTask.h | 115 const GrOp* getChain(int index) const { return fOpChains[index].head(); } in getChain() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 331 N->getValueType(0).getVectorElementType(), SDLoc(N), N->getChain(), in ScalarizeVecRes_LOAD() 750 N->getChain(), dl, GetScalarizedVector(N->getOperand(1)), in ScalarizeVecOp_STORE() 755 return DAG.getStore(N->getChain(), dl, GetScalarizedVector(N->getOperand(1)), in ScalarizeVecOp_STORE() 1501 SDValue Ch = LD->getChain(); in SplitVecRes_LOAD() 1538 SDValue Ch = MLD->getChain(); in SplitVecRes_MLOAD() 1607 SDValue Ch = MGT->getChain(); in SplitVecRes_MGATHER() 2241 SDValue Ch = MGT->getChain(); in SplitVecOp_MGATHER() 2309 SDValue Ch = N->getChain(); in SplitVecOp_MSTORE() 2370 SDValue Ch = N->getChain(); in SplitVecOp_MSCATTER() 2437 SDValue Ch = N->getChain(); in SplitVecOp_STORE() [all …]
|
D | DAGCombiner.cpp | 1118 LD->getChain(), LD->getBasePtr(), in PromoteOperand() 1351 LD->getChain(), LD->getBasePtr(), in PromoteLoad() 1865 AddToWorklist(i, MemNode->getChain().getNode(), CurOpNumber); in visitTokenFactor() 5322 Load->getChain(), Load->getBasePtr(), in visitAND() 5412 DAG.getExtLoad(ISD::ZEXTLOAD, SDLoc(N0), VT, LN0->getChain(), in visitAND() 6601 Chain = Store->getChain(); in MatchStoreCombine() 6817 SDValue LChain = L->getChain(); in MatchLoadCombine() 8749 SDValue Chain = MSC->getChain(); in visitMSCATTER() 8762 SDValue Chain = MST->getChain(); in visitMSTORE() 8783 return CombineTo(N, MGT->getPassThru(), MGT->getChain()); in visitMGATHER() [all …]
|
D | LegalizeTypesGeneric.cpp | 252 SDValue Chain = LD->getChain(); in ExpandRes_NormalLoad() 463 SDValue Chain = St->getChain(); in ExpandOp_NormalStore()
|
D | LegalizeFloatTypes.cpp | 660 L->getChain(), L->getBasePtr(), L->getOffset(), in SoftenFloatRes_LOAD() 671 dl, L->getChain(), L->getBasePtr(), L->getOffset(), in SoftenFloatRes_LOAD() 993 return DAG.getStore(ST->getChain(), dl, Val, ST->getBasePtr(), in SoftenFloatOp_STORE() 1531 SDValue Chain = LD->getChain(); in ExpandFloatRes_LOAD() 1864 SDValue Chain = ST->getChain(); in ExpandFloatOp_STORE() 2068 return DAG.getStore(ST->getChain(), DL, NewVal, ST->getBasePtr(), in PromoteFloatOp_STORE() 2332 SDLoc(N), L->getChain(), L->getBasePtr(), in PromoteFloatRes_LOAD() 2396 { AM->getChain(), AM->getBasePtr(), CastVal }, in BitcastToInt_ATOMIC_SWAP()
|
D | LegalizeIntegerTypes.cpp | 232 N->getChain(), N->getBasePtr(), in PromoteIntRes_Atomic0() 244 N->getChain(), N->getBasePtr(), in PromoteIntRes_Atomic1() 267 N->getChain(), N->getBasePtr(), N->getOperand(2), N->getOperand(3), in PromoteIntRes_AtomicCmpSwap() 279 N->getOpcode(), SDLoc(N), N->getMemoryVT(), VTs, N->getChain(), in PromoteIntRes_AtomicCmpSwap() 598 SDValue Res = DAG.getExtLoad(ExtType, dl, NVT, N->getChain(), N->getBasePtr(), in PromoteIntRes_LOAD() 612 SDValue Res = DAG.getMaskedLoad(NVT, dl, N->getChain(), N->getBasePtr(), in PromoteIntRes_MLOAD() 629 SDValue Ops[] = {N->getChain(), ExtPassThru, N->getMask(), N->getBasePtr(), in PromoteIntRes_MGATHER() 1404 N->getChain(), N->getBasePtr(), Op2, N->getMemOperand()); in PromoteIntOp_ATOMIC_STORE() 1579 SDValue Ch = N->getChain(), Ptr = N->getBasePtr(); in PromoteIntOp_STORE() 1610 return DAG.getMaskedStore(N->getChain(), dl, DataOp, N->getBasePtr(), in PromoteIntOp_MSTORE() [all …]
|
D | LegalizeDAG.cpp | 435 SDValue Chain = ST->getChain(); in OptimizeFloatStore() 486 SDValue Chain = ST->getChain(); in LegalizeStoreOps() 665 SDValue Chain = LD->getChain(); // The chain. in LegalizeLoadOps() 1312 if (!ST->getChain().reachesChainWithoutSideEffects(DAG.getEntryNode())) in ExpandExtractFromVectorThroughStack() 4700 { AM->getChain(), AM->getBasePtr(), CastVal }, in PromoteNode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 1201 CurDAG->getTargetConstant(Elem, DL, MVT::i32), Load->getChain() in tryGather() 1235 Store->getChain() in tryScatter() 1278 SDValue Chain = StoreNode->getChain(); in isFusableLoadOpStorePattern() 1283 InputChain = LoadNode->getChain(); in isFusableLoadOpStorePattern()
|
D | SystemZISelLowering.cpp | 2069 C.Op0 = DAG.getExtLoad(ExtType, SDLoc(Load), MVT::i32, Load->getChain(), in adjustSubwordCmp() 3274 SDValue NewLoad = DAG.getLoad(ResVT, DL, LoadN->getChain(), in lowerBITCAST() 3804 Node->getChain(), Node->getBasePtr(), in lowerATOMIC_LOAD() 3812 SDValue Chain = DAG.getTruncStore(Node->getChain(), SDLoc(Op), Node->getVal(), in lowerATOMIC_STORE() 3837 SDValue ChainIn = Node->getChain(); in lowerATOMIC_LOAD_OP() 3923 Node->getChain(), Node->getBasePtr(), NegSrc2, in lowerATOMIC_LOAD_SUB() 5779 return DAG.getTruncStore(SN->getChain(), SDLoc(SN), Value, in combineSTORE() 5839 LD->getChain(), // Chain in combineVECTOR_SHUFFLE() 6071 LD->getChain(), // Chain in combineBSWAP()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 1158 SDValue OldChain = Store->getChain(); in lowerPrivateTruncStore() 1233 SDValue Chain = StoreNode->getChain(); in LowerSTORE() 1393 SDValue Chain = Load->getChain(); in lowerPrivateExtLoad() 1453 SDValue Chain = LoadNode->getChain(); in LowerLOAD() 1796 SDValue Chain = LoadNode->getChain(); in constBufferLoad()
|
D | AMDGPUISelDAGToDAG.cpp | 438 LdHi->getChain(), LdHi->getBasePtr(), TiedIn in matchLoadD16FromBuildVector() 480 LdLo->getChain(), LdLo->getBasePtr(), TiedIn in matchLoadD16FromBuildVector() 2174 CmpVal, VAddr, SRsrc, SOffset, Offset, SLC, Mem->getChain() in SelectATOMIC_CMP_SWAP() 2189 CmpVal, SRsrc, SOffset, Offset, SLC, Mem->getChain() in SelectATOMIC_CMP_SWAP()
|
D | AMDGPUISelLowering.cpp | 1428 Load->getChain(), BasePtr, SrcValue, LoMemVT, in SplitVectorLoad() 1432 DAG.getExtLoad(Load->getExtensionType(), SL, HiVT, Load->getChain(), in SplitVectorLoad() 1473 Load->getExtensionType(), SL, WideVT, Load->getChain(), BasePtr, SrcValue, in WidenVectorLoad() 1494 SDValue Chain = Store->getChain(); in SplitVectorStore() 2918 = DAG.getLoad(NewVT, SL, LN->getChain(), in performLoadCombine() 2978 return DAG.getStore(SN->getChain(), SL, CastVal, in performStoreCombine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 1575 SDValue Chain = LD->getChain(); in tryARMIndexedLoad() 1585 SDValue Chain = LD->getChain(); in tryARMIndexedLoad() 1616 SDValue Chain = LD->getChain(); in tryT1IndexedLoad() 1664 SDValue Chain = LD->getChain(); in tryT2IndexedLoad() 1695 Chain = LD->getChain(); in tryMVEIndexedLoad() 1711 Chain = LD->getChain(); in tryMVEIndexedLoad() 3134 Ptr.getOperand(0) == ST->getChain()) { in Select() 3140 ST->getChain()}; in Select()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 7460 SDValue Chain = LD->getChain(); in LowerLOAD() 7485 SDValue Chain = ST->getChain(); in LowerSTORE() 7876 RLI.Chain = LD->getChain(); in canReuseLoadAddress() 8734 LD->getChain(), // Chain in LowerBUILD_VECTOR() 9236 LD->getChain(), // Chain in LowerVECTOR_SHUFFLE() 10035 SDValue LoadChain = LN->getChain(); in LowerVectorLoad() 10123 SDValue StoreChain = SN->getChain(); in LowerVectorStore() 10406 SDValue LoadOps[] = {LD->getChain(), LD->getBasePtr()}; in LowerFP_EXTEND() 10419 SDValue LoadOps[] = {LD->getChain(), LD->getBasePtr()}; in LowerFP_EXTEND() 12191 SDValue Chain = LD->getChain(); in findConsecutiveLoad() [all …]
|
D | PPCISelDAGToDAG.cpp | 662 SDValue Chain = ST->getChain(); in tryTLSXFormStore() 704 SDValue Chain = LD->getChain(); in tryTLSXFormLoad() 4679 SDValue Chain = LD->getChain(); in Select() 4719 SDValue Chain = LD->getChain(); in Select() 5015 SDValue Chain = LD->getChain(); in Select()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 2737 DAG.getLoad(MVT::f64, dl, LdNode->getChain(), LdNode->getBasePtr(), in LowerF128Load() 2743 SDValue Lo64 = DAG.getLoad(MVT::f64, dl, LdNode->getChain(), LoPtr, in LowerF128Load() 2805 DAG.getStore(StNode->getChain(), dl, SDValue(Hi64, 0), in LowerF128Store() 2811 OutChains[1] = DAG.getStore(StNode->getChain(), dl, SDValue(Lo64, 0), LoPtr, in LowerF128Store() 2830 St->getChain(), dl, Val, St->getBasePtr(), St->getPointerInfo(), in LowerSTORE() 3396 Ld->getExtensionType(), dl, MVT::v2i32, Ld->getChain(), in ReplaceNodeResults()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 7968 SDValue Chain = LD->getChain(); in LowerAsSplatVectorLoad() 8171 DAG.getLoad(VT, DL, LDBase->getChain(), LDBase->getBasePtr(), in EltsFromConsecutiveLoads() 8252 SDValue Ops[] = { LDBase->getChain(), LDBase->getBasePtr() }; in EltsFromConsecutiveLoads() 12808 V = DAG.getLoad(SVT, DL, Ld->getChain(), NewAddr, in lowerShuffleAsBroadcast() 22635 DAG.getStore(Store->getChain(), DL, Value0, Ptr0, Store->getPointerInfo(), in splitVectorStore() 22637 SDValue Ch1 = DAG.getStore(Store->getChain(), DL, Value1, Ptr1, in splitVectorStore() 22671 SDValue Ch = DAG.getStore(Store->getChain(), DL, Scl, Ptr, in scalarizeVectorStore() 22701 return DAG.getStore(St->getChain(), dl, StoredVal, St->getBasePtr(), in LowerStore() 22740 return DAG.getStore(St->getChain(), dl, StoredVal, St->getBasePtr(), in LowerStore() 22746 SDValue Ops[] = {St->getChain(), StoredVal, St->getBasePtr()}; in LowerStore() [all …]
|