/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGAddressAnalysis.cpp | 169 SDValue Ptr = N->getBasePtr(); in matchLSNode() 221 Base = DAG.getTargetLoweringInfo().unwrapAddress(LSBase->getBasePtr()); in matchLSNode()
|
D | DAGCombiner.cpp | 1118 LD->getChain(), LD->getBasePtr(), in PromoteOperand() 1351 LD->getChain(), LD->getBasePtr(), in PromoteLoad() 4835 EVT PtrType = LDST->getBasePtr().getValueType(); in isLegalNarrowLdSt() 5322 Load->getChain(), Load->getBasePtr(), in visitAND() 5413 LN0->getBasePtr(), MemVT, LN0->getMemOperand()); in visitAND() 6725 DAG.getStore(Chain, SDLoc(N), CombinedValue, FirstStore->getBasePtr(), in MatchStoreCombine() 6910 SDLoc(N), VT, Chain, FirstLoad->getBasePtr(), in MatchLoadCombine() 9309 SDValue BasePtr = LN0->getBasePtr(); in CombineExtLoad() 9391 Load->getChain(), Load->getBasePtr(), in CombineZExtLogicopShiftLoad() 9487 LN0->getBasePtr(), MemVT, LN0->getMemOperand()); in tryToFoldExtOfExtload() [all …]
|
D | LegalizeVectorTypes.cpp | 332 N->getBasePtr(), DAG.getUNDEF(N->getBasePtr().getValueType()), in ScalarizeVecRes_LOAD() 751 N->getBasePtr(), N->getPointerInfo(), in ScalarizeVecOp_STORE() 756 N->getBasePtr(), N->getPointerInfo(), in ScalarizeVecOp_STORE() 1502 SDValue Ptr = LD->getBasePtr(); in SplitVecRes_LOAD() 1539 SDValue Ptr = MLD->getBasePtr(); in SplitVecRes_MLOAD() 1608 SDValue Ptr = MGT->getBasePtr(); in SplitVecRes_MGATHER() 2242 SDValue Ptr = MGT->getBasePtr(); in SplitVecOp_MGATHER() 2310 SDValue Ptr = N->getBasePtr(); in SplitVecOp_MSTORE() 2371 SDValue Ptr = N->getBasePtr(); in SplitVecOp_MSCATTER() 2438 SDValue Ptr = N->getBasePtr(); in SplitVecOp_STORE() [all …]
|
D | LegalizeTypesGeneric.cpp | 253 SDValue Ptr = LD->getBasePtr(); in ExpandRes_NormalLoad() 464 SDValue Ptr = St->getBasePtr(); 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() 1532 SDValue Ptr = LD->getBasePtr(); in ExpandFloatRes_LOAD() 1865 SDValue Ptr = ST->getBasePtr(); 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() 280 N->getBasePtr(), Op2, Op3, N->getMemOperand()); 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 | StatepointLowering.cpp | 875 SI.Bases.push_back(Relocate->getBasePtr()); in LowerStatepoint()
|
/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() 327 SDValue BasePtr = ST->getBasePtr(); in select() 373 SDValue Ptr = LD->getBasePtr(); in select()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 1387 const SDValue &getBasePtr() const { 1435 const SDValue &getBasePtr() const { return getOperand(1); } 2242 const SDValue &getBasePtr() const { return getOperand(1); } 2273 const SDValue &getBasePtr() const { return getOperand(2); } 2298 const SDValue &getBasePtr() const { 2343 const SDValue &getBasePtr() const { return getOperand(1); } 2380 const SDValue &getBasePtr() const { return getOperand(2); } 2421 const SDValue &getBasePtr() const { return getOperand(3); }
|
/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 | 423 SDValue BasePtr = LD->getBasePtr(); in LowerLOAD() 497 SDValue BasePtr = ST->getBasePtr(); in LowerSTORE() 948 N->getChain(), N->getBasePtr(), N->getPointerInfo(), in LowerATOMIC_LOAD() 956 N->getBasePtr(), N->getPointerInfo(), MVT::i16, in LowerATOMIC_LOAD() 962 N->getBasePtr(), N->getPointerInfo(), MVT::i8, in LowerATOMIC_LOAD() 978 return DAG.getStore(N->getChain(), SDLoc(Op), N->getVal(), N->getBasePtr(), in LowerATOMIC_STORE() 986 N->getBasePtr(), N->getPointerInfo(), MVT::i16, in LowerATOMIC_STORE() 992 N->getBasePtr(), N->getPointerInfo(), MVT::i8, in LowerATOMIC_STORE() 1803 return DAG.getMemmove(Chain, dl, ST->getBasePtr(), in PerformDAGCombine() 1804 LD->getBasePtr(), in PerformDAGCombine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 1194 if (!selectBDVAddr12Only(Load->getBasePtr(), ElemV, Base, Disp, Index) || in tryGather() 1228 if (!selectBDVAddr12Only(Store->getBasePtr(), ElemV, Base, Disp, Index) || in tryScatter() 1272 if (LoadNode->getBasePtr() != StoreNode->getBasePtr() || in isFusableLoadOpStorePattern() 1389 if (!selectBDAddr20Only(StoreNode->getBasePtr(), Base, Disp)) in tryFoldLoadStoreIntoMemOperand() 1444 if (SystemZISD::isPCREL(Load->getBasePtr().getOpcode())) in storeLoadCanUseMVC() 1447 if (SystemZISD::isPCREL(Store->getBasePtr().getOpcode())) in storeLoadCanUseMVC()
|
D | SystemZISelLowering.cpp | 2070 Load->getBasePtr(), Load->getPointerInfo(), in adjustSubwordCmp() 3275 LoadN->getBasePtr(), LoadN->getMemOperand()); in lowerBITCAST() 3804 Node->getChain(), Node->getBasePtr(), in lowerATOMIC_LOAD() 3813 Node->getBasePtr(), Node->getMemoryVT(), in lowerATOMIC_STORE() 3838 SDValue Addr = Node->getBasePtr(); in lowerATOMIC_LOAD_OP() 3923 Node->getChain(), Node->getBasePtr(), NegSrc2, in lowerATOMIC_LOAD_SUB() 5780 SN->getBasePtr(), SN->getMemoryVT(), in combineSTORE() 5840 LD->getBasePtr() // Ptr in combineVECTOR_SHUFFLE() 6072 LD->getBasePtr() // Ptr in combineBSWAP()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsFragOpInteractionCase.cpp | 111 void* getBasePtr (void) { return m_data.empty() ? DE_NULL : &m_data[0]; } in getBasePtr() function in deqp::gls::__anon794887fd0211::VertexDataStorage 112 const void* getBasePtr (void) const { return m_data.empty() ? DE_NULL : &m_data[0]; } in getBasePtr() function in deqp::gls::__anon794887fd0211::VertexDataStorage 139 (const void*)((deUintptr)entry.pointer.data+(deUintptr)data.getBasePtr()))); in getEntryWithPointer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1548 const SDValue &getBasePtr() const { return getOperand(2); } in getBasePtr() function 1567 const SDValue &getBasePtr() const { return getOperand(2); } in getBasePtr() function 1636 const SDValue &getBasePtr() const { return getOperand(3); } in getBasePtr() function
|
D | X86ISelDAGToDAG.cpp | 2390 return selectAddr(LD, LD->getBasePtr(), Base, Scale, Index, Disp, in selectScalarSSELoad() 2401 return selectAddr(MI, MI->getBasePtr(), Base, Scale, Index, Disp, in selectScalarSSELoad() 2415 return selectAddr(LD, LD->getBasePtr(), Base, Scale, Index, Disp, in selectScalarSSELoad() 2898 if (LoadNode->getBasePtr() != StoreNode->getBasePtr() || in isFusableLoadOpStorePattern() 3051 if (!selectAddr(LoadNode, LoadNode->getBasePtr(), Base, Scale, Index, Disp, in foldLoadStoreIntoMemOperand()
|
D | X86ISelLowering.cpp | 4425 SDValue Ptr = Ld->getBasePtr(); in MatchingStackOffset() 5030 SDValue BasePtr = cast<LoadSDNode>(Load)->getBasePtr(); in shouldReduceLoadWidth() 6109 SDValue Ptr = Load->getBasePtr(); in getTargetConstantFromNode() 6324 SDValue Ptr = MemIntr->getBasePtr(); in getTargetConstantBitsFromNode() 7944 SDValue Ptr = LD->getBasePtr(); in LowerAsSplatVectorLoad() 8171 DAG.getLoad(VT, DL, LDBase->getChain(), LDBase->getBasePtr(), in EltsFromConsecutiveLoads() 8252 SDValue Ops[] = { LDBase->getChain(), LDBase->getBasePtr() }; in EltsFromConsecutiveLoads() 22631 SDValue Ptr0 = Store->getBasePtr(); in splitVectorStore() 22668 SDValue Ptr = DAG.getMemBasePlusOffset(Store->getBasePtr(), Offset, DL); in scalarizeVectorStore() 22701 return DAG.getStore(St->getChain(), dl, StoredVal, St->getBasePtr(), in LowerStore() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Statepoint.h | 383 Value *getBasePtr() const { in getBasePtr() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 1162 SDValue BasePtr = Store->getBasePtr(); in lowerPrivateTruncStore() 1234 SDValue Ptr = StoreNode->getBasePtr(); in LowerSTORE() 1392 SDValue BasePtr = Load->getBasePtr(); in lowerPrivateExtLoad() 1454 SDValue Ptr = LoadNode->getBasePtr(); in LowerLOAD() 1797 SDValue Ptr = LoadNode->getBasePtr(); in constBufferLoad() 2056 SDValue Ptr = LoadNode->getBasePtr(); in PerformDAGCombine()
|
D | AMDGPUISelDAGToDAG.cpp | 438 LdHi->getChain(), LdHi->getBasePtr(), TiedIn in matchLoadD16FromBuildVector() 480 LdLo->getChain(), LdLo->getBasePtr(), TiedIn in matchLoadD16FromBuildVector() 2166 if (SelectMUBUFAddr64(Mem->getBasePtr(), SRsrc, VAddr, SOffset, Offset, SLC)) { in SelectATOMIC_CMP_SWAP() 2183 if (SelectMUBUFOffset(Mem->getBasePtr(), SRsrc, SOffset, Offset, SLC)) { in SelectATOMIC_CMP_SWAP()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAG.cpp | 69 SDValue Base = LD->getBasePtr(); in SelectIndexedLoad() 466 SDValue Base = ST->getBasePtr(); in SelectIndexedStore() 966 SDValue LDBasePtr = cast<MemSDNode>(SYNode)->getBasePtr(); in isMemOPCandidate() 967 SDValue STBasePtr = cast<MemSDNode>(UUse)->getBasePtr(); in isMemOPCandidate() 2249 SDValue BasePtr = cast<MemSDNode>(N)->getBasePtr(); in rebalanceAddressTrees()
|
/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() 2739 EVT addrVT = LdNode->getBasePtr().getValueType(); in LowerF128Load() 2741 LdNode->getBasePtr(), in LowerF128Load() 2806 StNode->getBasePtr(), MachinePointerInfo(), alignment); in LowerF128Store() 2807 EVT addrVT = StNode->getBasePtr().getValueType(); in LowerF128Store() 2809 StNode->getBasePtr(), in LowerF128Store() 2830 St->getChain(), dl, Val, St->getBasePtr(), St->getPointerInfo(), in LowerSTORE() 3397 Ld->getBasePtr(), Ld->getPointerInfo(), MVT::v2i32, Ld->getAlignment(), in ReplaceNodeResults()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 2596 Ptr = LD->getBasePtr(); in getPreIndexedAddressParts() 2600 Ptr = ST->getBasePtr(); in getPreIndexedAddressParts() 7461 SDValue BasePtr = LD->getBasePtr(); in LowerLOAD() 7486 SDValue BasePtr = ST->getBasePtr(); in LowerSTORE() 7868 RLI.Ptr = LD->getBasePtr(); in canReuseLoadAddress() 8735 LD->getBasePtr(), // Ptr in LowerBUILD_VECTOR() 9231 SDValue BasePtr = LD->getBasePtr(); in LowerVECTOR_SHUFFLE() 10036 SDValue BasePtr = LN->getBasePtr(); in LowerVectorLoad() 10124 SDValue BasePtr = SN->getBasePtr(); in LowerVectorStore() 10406 SDValue LoadOps[] = {LD->getChain(), LD->getBasePtr()}; in LowerFP_EXTEND() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 1576 SDValue Base = LD->getBasePtr(); in tryARMIndexedLoad() 1586 SDValue Base = LD->getBasePtr(); in tryARMIndexedLoad() 1617 SDValue Base = LD->getBasePtr(); in tryT1IndexedLoad() 1665 SDValue Base = LD->getBasePtr(); in tryT2IndexedLoad() 1696 Base = LD->getBasePtr(); in tryMVEIndexedLoad() 1712 Base = LD->getBasePtr(); in tryMVEIndexedLoad() 3125 SDValue Ptr = ST->getBasePtr(); in Select()
|
D | ARMISelLowering.cpp | 2570 SDValue Ptr = Ld->getBasePtr(); in MatchingStackOffset() 5120 return DAG.getLoad(MVT::i32, SDLoc(Op), Ld->getChain(), Ld->getBasePtr(), in bitcastf32Toi32() 5138 SDValue Ptr = Ld->getBasePtr(); in expandf64Toi32() 8477 LD->getBasePtr(), LD->getPointerInfo(), in SkipLoadExtensionForVMULL() 8484 LD->getChain(), LD->getBasePtr(), LD->getPointerInfo(), in SkipLoadExtensionForVMULL() 9092 ISD::EXTLOAD, dl, MVT::i32, LD->getChain(), LD->getBasePtr(), in LowerPredicateLoad() 9126 ST->getChain(), dl, GRP, ST->getBasePtr(), in LowerPredicateStore() 9152 VT, dl, N->getChain(), N->getBasePtr(), N->getOffset(), Mask, ZeroVec, in LowerMLOAD() 12756 SDValue BasePtr = LD->getBasePtr(); in PerformVMOVRRDCombine() 13516 SDValue BasePtr = St->getBasePtr(); in PerformTruncatingStoreCombine() [all …]
|