| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRISelDAGToDAG.cpp | 182 LD->getBasePtr(), LD->getChain()); in selectIndexedLoad() 350 SDValue Chain = ST->getChain(); in select() 387 SDValue Chain = LD->getChain(); in select()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelDAGToDAG.cpp | 354 LD->getBasePtr(), LD->getChain())); in tryIndexedLoad() 370 SDValue Ops0[] = { N2, LD->getBasePtr(), LD->getChain() }; in tryIndexedBinOp()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorLoopCarriedReuse.cpp | 80 ChainOfDependences &OtherChain = Other.getChain(); in isIdentical() 88 ChainOfDependences &getChain() { in getChain() function in __anon00be9b940111::DepChain
|
| H A D | HexagonISelLowering.cpp | 2010 SDValue Chain = LS->getChain(); in replaceMemWithUndef() 3112 LN->getAddressingMode(), ISD::ZEXTLOAD, MVT::i32, dl, LN->getChain(), in LowerLoad() 3133 SDValue Ch = cast<LoadSDNode>(LU.getNode())->getChain(); in LowerLoad() 3149 SDValue NS = DAG.getTruncStore(SN->getChain(), dl, TR, SN->getBasePtr(), in LowerStore() 3217 SDValue Chain = LN->getChain(); in LowerUnalignedLoad()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeFloatTypes.cpp | 854 L->getChain(), L->getBasePtr(), L->getOffset(), in SoftenFloatRes_LOAD() 865 dl, L->getChain(), L->getBasePtr(), L->getOffset(), in SoftenFloatRes_LOAD() 884 {L->getChain(), L->getBasePtr()}, L->getMemOperand()); in SoftenFloatRes_ATOMIC_LOAD() 1251 return DAG.getStore(ST->getChain(), dl, Val, ST->getBasePtr(), in SoftenFloatOp_STORE() 1265 return DAG.getAtomic(ISD::ATOMIC_STORE, dl, VT, ST->getChain(), NewVal, in SoftenFloatOp_ATOMIC_STORE() 1922 SDValue Chain = LD->getChain(); in ExpandFloatRes_LOAD() 2282 SDValue Chain = ST->getChain(); in ExpandFloatOp_STORE() 2543 return DAG.getStore(ST->getChain(), DL, NewVal, ST->getBasePtr(), in PromoteFloatOp_STORE() 2560 return DAG.getAtomic(ISD::ATOMIC_STORE, DL, IVT, ST->getChain(), NewVal, in PromoteFloatOp_ATOMIC_STORE() 2889 L->getChain(), L->getBasePtr(), L->getOffset(), L->getPointerInfo(), IVT, in PromoteFloatRes_LOAD() [all …]
|
| H A D | LegalizeVectorTypes.cpp | 455 N->getValueType(0).getVectorElementType(), SDLoc(N), N->getChain(), in ScalarizeVecRes_LOAD() 949 N->getChain(), dl, GetScalarizedVector(N->getOperand(1)), in ScalarizeVecOp_STORE() 954 return DAG.getStore(N->getChain(), dl, GetScalarizedVector(N->getOperand(1)), in ScalarizeVecOp_STORE() 2036 SDValue Ch = LD->getChain(); in SplitVecRes_LOAD() 2082 SDValue Ch = LD->getChain(); in SplitVecRes_VP_LOAD() 2190 SLD->getChain(), SLD->getBasePtr(), SLD->getOffset(), SLD->getStride(), in SplitVecRes_VP_STRIDED_LOAD() 2221 HiVT, DL, SLD->getChain(), Ptr, SLD->getOffset(), in SplitVecRes_VP_STRIDED_LOAD() 2243 SDValue Ch = MLD->getChain(); in SplitVecRes_MLOAD() 2326 SDValue Ch = N->getChain(); in SplitVecRes_Gather() 3622 SDValue Ch = N->getChain(); in SplitVecOp_VP_STORE() [all...] |
| H A D | DAGCombiner.cpp | 1438 LD->getChain(), LD->getBasePtr(), in PromoteOperand() 1674 LD->getChain(), LD->getBasePtr(), in PromoteLoad() 2241 AddToWorklist(i, MemNode->getChain().getNode(), CurOpNumber); in visitTokenFactor() 6991 ExtVT, DL, MLoad->getChain(), MLoad->getBasePtr(), in visitAND() 7161 Load->getChain(), Load->getBasePtr(), in visitAND() 7214 SDValue Ops[] = {GN0->getChain(), GN0->getPassThru(), GN0->getMask(), in visitAND() 7296 DAG.getExtLoad(ISD::ZEXTLOAD, SDLoc(N0), VT, LN0->getChain(), in visitAND() 8900 SDValue Chain = N->getChain(); in mergeTruncStores() 8917 Chain = Store->getChain(); in mergeTruncStores() 9157 SDValue LChain = L->getChain(); in MatchLoadCombine() [all …]
|
| H A D | LegalizeTypesGeneric.cpp | 256 SDValue Chain = LD->getChain(); in ExpandRes_NormalLoad() 465 SDValue Chain = St->getChain(); in ExpandOp_NormalStore()
|
| H A D | LegalizeIntegerTypes.cpp | 371 N->getChain(), N->getBasePtr(), in PromoteIntRes_Atomic0() 403 N->getChain(), N->getBasePtr(), in PromoteIntRes_Atomic1() 426 N->getChain(), N->getBasePtr(), N->getOperand(2), N->getOperand(3), in PromoteIntRes_AtomicCmpSwap() 454 N->getOpcode(), SDLoc(N), N->getMemoryVT(), VTs, N->getChain(), in PromoteIntRes_AtomicCmpSwap() 949 SDValue Res = DAG.getExtLoad(ExtType, dl, NVT, N->getChain(), N->getBasePtr(), in PromoteIntRes_LOAD() 967 SDValue Res = DAG.getMaskedLoad(NVT, dl, N->getChain(), N->getBasePtr(), in PromoteIntRes_MLOAD() 989 SDValue Ops[] = {N->getChain(), ExtPassThru, N->getMask(), N->getBasePtr(), in PromoteIntRes_MGATHER() 2136 N->getChain(), Op1, N->getBasePtr(), N->getMemOperand()); in PromoteIntOp_ATOMIC_STORE() 2354 SDValue Ch = N->getChain(), Ptr = N->getBasePtr(); in PromoteIntOp_STORE() 2381 return DAG.getMaskedStore(N->getChain(), SDLoc(N), DataOp, N->getBasePtr(), in PromoteIntOp_MSTORE() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 1224 {N->getChain(), Aligned, Flag, NewVal}, in lowerATOMIC_SWAP() 1243 {N->getChain(), Aligned, Flag, NewVal}, in lowerATOMIC_SWAP() 1331 DAG.getLoad(MVT::f64, DL, LdNode->getChain(), LdNode->getBasePtr(), in lowerLoadF128() 1339 DAG.getLoad(MVT::f64, DL, LdNode->getChain(), HiPtr, in lowerLoadF128() 1387 DAG.getLoad(MVT::i64, DL, LdNode->getChain(), Addr, in lowerLoadI1() 1408 DAG.getLoad(MVT::i64, DL, LdNode->getChain(), Addr, in lowerLoadI1() 1471 DAG.getStore(StNode->getChain(), DL, SDValue(Lo64, 0), in lowerStoreF128() 1479 DAG.getStore(StNode->getChain(), DL, SDValue(Hi64, 0), HiPtr, in lowerStoreF128() 1512 DAG.getStore(StNode->getChain(), DL, SDValue(V, 0), Addr, in lowerStoreI1() 1527 DAG.getStore(StNode->getChain(), DL, SDValue(V, 0), Addr, in lowerStoreI1()
|
| H A D | VECustomDAG.cpp | 220 return MemN->getChain(); in getNodeChain()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelDAGToDAG.cpp | 1261 CurDAG->getTargetConstant(Elem, DL, MVT::i32), Load->getChain() in tryGather() 1295 Store->getChain() in tryScatter() 1338 SDValue Chain = StoreNode->getChain(); in isFusableLoadOpStorePattern() 1343 InputChain = LoadNode->getChain(); in isFusableLoadOpStorePattern() 1780 AtomOp->getChain(), SDLoc(AtomOp), AtomOp->getVal(), in Select()
|
| H A D | SystemZISelLowering.cpp | 2546 C.Op0 = DAG.getExtLoad(ExtType, SDLoc(Load), MVT::i32, Load->getChain(), in adjustSubwordCmp() 3841 SDValue NewLoad = DAG.getLoad(ResVT, DL, LoadN->getChain(), in lowerBITCAST() 4595 SDValue ChainIn = Node->getChain(); in lowerATOMIC_LOAD_OP() 4657 Node->getChain(), Node->getBasePtr(), NegSrc2, in lowerATOMIC_LOAD_SUB() 6891 HiPart->getValueType(0), DL, LD->getChain(), LD->getBasePtr(), in combineLOAD() 6900 LoPart->getValueType(0), DL, LD->getChain(), in combineLOAD() 7055 return DAG.getTruncStore(SN->getChain(), SDLoc(SN), Value, in combineSTORE() 7115 DAG.getStore(SN->getChain(), DL, HiPart, SN->getBasePtr(), in combineSTORE() 7119 DAG.getStore(SN->getChain(), DL, LoPart, in combineSTORE() 7201 return DAG.getStore(SN->getChain(), SDLoc(SN), SplatVal, in combineSTORE() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.cpp | 1033 SDValue OldChain = Store->getChain(); in lowerPrivateTruncStore() 1108 SDValue Chain = StoreNode->getChain(); in LowerSTORE() 1270 SDValue Chain = Load->getChain(); in lowerPrivateExtLoad() 1330 SDValue Chain = LoadNode->getChain(); in LowerLOAD() 1670 SDValue Chain = LoadNode->getChain(); in constBufferLoad()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 5140 SDValue Ops[] = {Ld->getChain(), in lowerVECTOR_SHUFFLE() 5166 V = DAG.getLoad(SVT, DL, Ld->getChain(), NewAddr, in lowerVECTOR_SHUFFLE() 5171 V = DAG.getExtLoad(ISD::EXTLOAD, DL, XLenVT, Ld->getChain(), NewAddr, in lowerVECTOR_SHUFFLE() 5580 SDValue L = DAG.getLoad(NewVT, DL, Load->getChain(), Load->getBasePtr(), in expandUnalignedRVVLoad() 5612 return DAG.getStore(Store->getChain(), DL, StoredVal, Store->getBasePtr(), in expandUnalignedRVVStore() 9443 DAG.getExtLoad(ISD::EXTLOAD, DL, XLenVT, Load->getChain(), Ptr, in LowerINTRINSIC_W_CHAIN() 9449 SDValue ScalarLoad = DAG.getLoad(ScalarVT, DL, Load->getChain(), Ptr, in LowerINTRINSIC_W_CHAIN() 9458 SmallVector<SDValue, 8> Ops{Load->getChain(), IntID}; in LowerINTRINSIC_W_CHAIN() 9510 SmallVector<SDValue, 12> Ops = {Load->getChain(), IntID}; in LowerINTRINSIC_W_CHAIN() 9592 SmallVector<SDValue, 8> Ops{Store->getChain(), IntI in LowerINTRINSIC_VOID() [all...] |
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 1544 SDValue Ops[] = {SN->getChain(), Value, Base}; in LowerStore() 1556 SDValue Ops[] = {SN->getChain(), Idx, Value}; in LowerStore() 1581 SDValue Ops[] = {LN->getChain(), Base}; in LowerLoad() 1594 {LN->getChain(), Idx}); in LowerLoad() 1595 SDValue Result = DAG.getMergeValues({LocalGet, LN->getChain()}, DL); in LowerLoad()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 8035 SDValue Chain = LD->getChain(); in LowerLOAD() 8060 SDValue Chain = ST->getChain(); in LowerSTORE() 8578 RLI.Chain = LD->getChain(); in canReuseLoadAddress() 9570 LD->getChain(), // Chain in LowerBUILD_VECTOR() 10212 LD->getChain(), // Chain in LowerVECTOR_SHUFFLE() 11540 SDValue LoadChain = LN->getChain(); in LowerVectorLoad() 11585 SDValue StoreChain = SN->getChain(); in LowerVectorStore() 11767 SDValue LoadOps[] = {LD->getChain(), LD->getBasePtr()}; in LowerFP_EXTEND() 11780 SDValue LoadOps[] = {LD->getChain(), LD->getBasePtr()}; in LowerFP_EXTEND() 13933 SDValue Chain = LD->getChain(); in findConsecutiveLoad() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 2962 DAG.getLoad(MVT::f64, dl, LdNode->getChain(), LdNode->getBasePtr(), in LowerF128Load() 2968 SDValue Lo64 = DAG.getLoad(MVT::f64, dl, LdNode->getChain(), LoPtr, in LowerF128Load() 3029 DAG.getStore(StNode->getChain(), dl, SDValue(Hi64, 0), in LowerF128Store() 3036 OutChains[1] = DAG.getStore(StNode->getChain(), dl, SDValue(Lo64, 0), LoPtr, in LowerF128Store() 3056 St->getChain(), dl, Val, St->getBasePtr(), St->getPointerInfo(), in LowerSTORE() 3654 Ld->getExtensionType(), dl, MVT::v2i32, Ld->getChain(), in ReplaceNodeResults()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 414 SDValue Chain = LD->getChain(); in LowerLOAD() 487 SDValue Chain = ST->getChain(); in LowerSTORE() 1692 SDValue Chain = ST->getChain(); in PerformDAGCombine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelDAGToDAG.cpp | 1649 SDValue Chain = LD->getChain(); in tryARMIndexedLoad() 1659 SDValue Chain = LD->getChain(); in tryARMIndexedLoad() 1690 SDValue Chain = LD->getChain(); in tryT1IndexedLoad() 1738 SDValue Chain = LD->getChain(); in tryT2IndexedLoad() 1769 Chain = LD->getChain(); in tryMVEIndexedLoad() 1785 Chain = LD->getChain(); in tryMVEIndexedLoad() 3663 Ptr.getOperand(0) == ST->getChain()) { in Select() 3669 ST->getChain()}; in Select()
|
| H A D | ARMISelLowering.cpp | 5622 return DAG.getLoad(MVT::i32, SDLoc(Op), Ld->getChain(), Ld->getBasePtr(), in bitcastf32Toi32() 5642 DAG.getLoad(MVT::i32, dl, Ld->getChain(), Ptr, Ld->getPointerInfo(), in expandf64Toi32() 5648 RetVal2 = DAG.getLoad(MVT::i32, dl, Ld->getChain(), NewPtr, in expandf64Toi32() 9535 return DAG.getLoad(LD->getMemoryVT(), SDLoc(LD), LD->getChain(), in SkipLoadExtensionForVMULL() 9543 LD->getChain(), LD->getBasePtr(), LD->getPointerInfo(), in SkipLoadExtensionForVMULL() 10151 ISD::EXTLOAD, dl, MVT::i32, LD->getChain(), LD->getBasePtr(), in LowerPredicateLoad() 10178 {LD->getChain(), LD->getBasePtr()}, MemVT, LD->getMemOperand()); in LowerLOAD() 10219 ST->getChain(), dl, GRP, ST->getBasePtr(), in LowerPredicateStore() 10246 {ST->getChain(), Lo, Hi, ST->getBasePtr()}, in LowerSTORE() 10278 VT, dl, N->getChain(), N->getBasePtr(), N->getOffset(), Mask, ZeroVec, in LowerMLOAD() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTWriter.h | 848 ASTReader *getChain() const { return Chain; } in getChain() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 6386 SDValue Ops[] = {Mem->getChain(), Ptr}; in getBROADCAST_LOAD() 6805 SDValue Chain = LD->getChain(); in LowerAsSplatVectorLoad() 7008 DAG.getLoad(VT, DL, LDBase->getChain(), LDBase->getBasePtr(), in EltsFromConsecutiveLoads() 7095 SDValue Ops[] = { LDBase->getChain(), LDBase->getBasePtr() }; in EltsFromConsecutiveLoads() 7482 SDValue Ops[] = {LN->getChain(), LN->getBasePtr()}; in lowerBuildVectorAsBroadcast() 7496 SDValue Ops[] = {LN->getChain(), LN->getBasePtr()}; in lowerBuildVectorAsBroadcast() 12602 SDValue Ops[] = {Ld->getChain(), NewAddr}; in lowerShuffleAsBroadcast() 12611 V = DAG.getLoad(SVT, DL, Ld->getChain(), NewAddr, in lowerShuffleAsBroadcast() 24622 DAG.getStore(Store->getChain(), DL, Value0, Ptr0, Store->getPointerInfo(), in splitVectorStore() 24625 SDValue Ch1 = DAG.getStore(Store->getChain(), DL, Value1, Ptr1, in splitVectorStore() [all …]
|
| H A D | X86ISelDAGToDAG.cpp | 1032 SDValue Ops[] = {MemNode->getChain(), MemNode->getBasePtr()}; in PreprocessISelDAG() 1065 SDValue Chain = Ld->getChain(); in PreprocessISelDAG() 1070 UserLd->getBasePtr() == Ptr && UserLd->getChain() == Chain && in PreprocessISelDAG() 3499 SDValue Chain = StoreNode->getChain(); in isFusableLoadOpStorePattern() 6410 SDValue Chain = Mgt->getChain(); in Select() 6483 SDValue Chain = Sc->getChain(); in Select()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 5593 SDValue Chain = Node->getChain(); in LowerINTRINSIC_W_CHAIN() 6190 SDValue Chain = MGT->getChain(); in LowerMGATHER() 6289 SDValue Chain = MSC->getChain(); in LowerMSCATTER() 6381 VT, DL, LoadNode->getChain(), LoadNode->getBasePtr(), in LowerMLOAD() 6419 return DAG.getStore(ST->getChain(), DL, ExtractTrunc, in LowerTruncateVectorStore() 6477 {StoreNode->getChain(), Lo, Hi, StoreNode->getBasePtr()}, in LowerSTORE() 6486 SDValue Chain = StoreNode->getChain(); in LowerSTORE() 6529 {StoreNode->getChain(), StoreValue.first, StoreValue.second, in LowerStore128() 6544 SDValue Chain = LoadNode->getChain(); in LowerLOAD() 6579 SDValue Load = DAG.getLoad(MVT::f32, DL, LoadNode->getChain(), in LowerLOAD() [all …]
|