| /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 | 350 LD->getBasePtr(), LD->getChain())); in tryIndexedLoad() 366 SDValue Ops0[] = { N2, LD->getBasePtr(), LD->getChain() }; in tryIndexedBinOp()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 463 N->getValueType(0).getVectorElementType(), SDLoc(N), N->getChain(), in ScalarizeVecRes_LOAD() 997 N->getChain(), dl, GetScalarizedVector(N->getOperand(1)), in ScalarizeVecOp_STORE() 1002 return DAG.getStore(N->getChain(), dl, GetScalarizedVector(N->getOperand(1)), in ScalarizeVecOp_STORE() 2111 SDValue Ch = LD->getChain(); in SplitVecRes_LOAD() 2157 SDValue Ch = LD->getChain(); in SplitVecRes_VP_LOAD() 2265 SLD->getChain(), SLD->getBasePtr(), SLD->getOffset(), SLD->getStride(), in SplitVecRes_VP_STRIDED_LOAD() 2296 HiVT, DL, SLD->getChain(), Ptr, SLD->getOffset(), in SplitVecRes_VP_STRIDED_LOAD() 2318 SDValue Ch = MLD->getChain(); in SplitVecRes_MLOAD() 2401 SDValue Ch = N->getChain(); in SplitVecRes_Gather() 3932 SDValue Ch = N->getChain(); in SplitVecOp_VP_STORE() [all …]
|
| H A D | LegalizeFloatTypes.cpp | 996 L->getChain(), L->getBasePtr(), L->getOffset(), in SoftenFloatRes_LOAD() 1007 dl, L->getChain(), L->getBasePtr(), L->getOffset(), in SoftenFloatRes_LOAD() 1026 {L->getChain(), L->getBasePtr()}, L->getMemOperand()); in SoftenFloatRes_ATOMIC_LOAD() 1396 return DAG.getStore(ST->getChain(), dl, Val, ST->getBasePtr(), in SoftenFloatOp_STORE() 1410 return DAG.getAtomic(ISD::ATOMIC_STORE, dl, VT, ST->getChain(), NewVal, in SoftenFloatOp_ATOMIC_STORE() 2140 SDValue Chain = LD->getChain(); in ExpandFloatRes_LOAD() 2498 SDValue Chain = ST->getChain(); in ExpandFloatOp_STORE() 2772 return DAG.getStore(ST->getChain(), DL, NewVal, ST->getBasePtr(), in PromoteFloatOp_STORE() 2789 return DAG.getAtomic(ISD::ATOMIC_STORE, DL, IVT, ST->getChain(), NewVal, in PromoteFloatOp_ATOMIC_STORE() 3167 L->getChain(), L->getBasePtr(), L->getOffset(), L->getPointerInfo(), IVT, in PromoteFloatRes_LOAD() [all …]
|
| H A D | DAGCombiner.cpp | 1495 LD->getChain(), LD->getBasePtr(), in PromoteOperand() 1731 LD->getChain(), LD->getBasePtr(), in PromoteLoad() 2323 AddToWorklist(i, MemNode->getChain().getNode(), CurOpNumber); in visitTokenFactor() 7413 ExtVT, DL, MLoad->getChain(), MLoad->getBasePtr(), in visitAND() 7584 Load->getChain(), Load->getBasePtr(), in visitAND() 7637 SDValue Ops[] = {GN0->getChain(), GN0->getPassThru(), GN0->getMask(), in visitAND() 7752 DAG.getExtLoad(ISD::ZEXTLOAD, SDLoc(N0), VT, LN0->getChain(), in visitAND() 9354 SDValue Chain = N->getChain(); in mergeTruncStores() 9371 Chain = Store->getChain(); in mergeTruncStores() 9611 SDValue LChain = L->getChain(); in MatchLoadCombine() [all …]
|
| H A D | LegalizeTypesGeneric.cpp | 256 SDValue Chain = LD->getChain(); in ExpandRes_NormalLoad() 484 SDValue Chain = St->getChain(); in ExpandOp_NormalStore()
|
| H A D | LegalizeIntegerTypes.cpp | 408 N->getChain(), N->getBasePtr(), N->getMemOperand()); in PromoteIntRes_Atomic0() 420 N->getChain(), N->getBasePtr(), in PromoteIntRes_Atomic1() 443 N->getChain(), N->getBasePtr(), N->getOperand(2), N->getOperand(3), in PromoteIntRes_AtomicCmpSwap() 471 N->getOpcode(), SDLoc(N), N->getMemoryVT(), VTs, N->getChain(), in PromoteIntRes_AtomicCmpSwap() 971 SDValue Res = DAG.getExtLoad(ExtType, dl, NVT, N->getChain(), N->getBasePtr(), in PromoteIntRes_LOAD() 988 DAG.getExtLoadVP(ExtType, dl, NVT, N->getChain(), N->getBasePtr(), in PromoteIntRes_VP_LOAD() 1006 SDValue Res = DAG.getMaskedLoad(NVT, dl, N->getChain(), N->getBasePtr(), in PromoteIntRes_MLOAD() 1028 SDValue Ops[] = {N->getChain(), ExtPassThru, N->getMask(), N->getBasePtr(), in PromoteIntRes_MGATHER() 2201 N->getChain(), Op1, N->getBasePtr(), N->getMemOperand()); in PromoteIntOp_ATOMIC_STORE() 2456 SDValue Ch = N->getChain(), Ptr = N->getBasePtr(); in PromoteIntOp_STORE() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorLoopCarriedReuse.cpp | 71 ChainOfDependences &OtherChain = Other.getChain(); in isIdentical() 79 ChainOfDependences &getChain() { in getChain() function in __anon00be9b940111::DepChain
|
| H A D | HexagonISelLowering.cpp | 2032 SDValue Chain = LS->getChain(); in replaceMemWithUndef() 3134 LN->getAddressingMode(), ISD::ZEXTLOAD, MVT::i32, dl, LN->getChain(), in LowerLoad() 3155 SDValue Ch = cast<LoadSDNode>(LU.getNode())->getChain(); in LowerLoad() 3171 SDValue NS = DAG.getTruncStore(SN->getChain(), dl, TR, SN->getBasePtr(), in LowerStore() 3239 SDValue Chain = LN->getChain(); in LowerUnalignedLoad()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 1214 {N->getChain(), Aligned, Flag, NewVal}, in lowerATOMIC_SWAP() 1234 {N->getChain(), Aligned, Flag, NewVal}, in lowerATOMIC_SWAP() 1322 DAG.getLoad(MVT::f64, DL, LdNode->getChain(), LdNode->getBasePtr(), in lowerLoadF128() 1330 DAG.getLoad(MVT::f64, DL, LdNode->getChain(), HiPtr, in lowerLoadF128() 1378 DAG.getLoad(MVT::i64, DL, LdNode->getChain(), Addr, in lowerLoadI1() 1399 DAG.getLoad(MVT::i64, DL, LdNode->getChain(), Addr, in lowerLoadI1() 1462 DAG.getStore(StNode->getChain(), DL, SDValue(Lo64, 0), in lowerStoreF128() 1470 DAG.getStore(StNode->getChain(), DL, SDValue(Hi64, 0), HiPtr, in lowerStoreF128() 1503 DAG.getStore(StNode->getChain(), DL, SDValue(V, 0), Addr, in lowerStoreI1() 1518 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 | 1272 CurDAG->getTargetConstant(Elem, DL, MVT::i32), Load->getChain() in tryGather() 1306 Store->getChain() in tryScatter() 1349 SDValue Chain = StoreNode->getChain(); in isFusableLoadOpStorePattern() 1354 InputChain = LoadNode->getChain(); in isFusableLoadOpStorePattern() 1791 AtomOp->getChain(), SDLoc(AtomOp), AtomOp->getVal(), in Select()
|
| H A D | SystemZISelLowering.cpp | 2897 C.Op0 = DAG.getExtLoad(ExtType, SDLoc(Load), MVT::i32, Load->getChain(), in adjustSubwordCmp() 4294 SDValue NewLoad = DAG.getLoad(ResVT, DL, LoadN->getChain(), in lowerBITCAST() 5086 SDValue ChainIn = Node->getChain(); in lowerATOMIC_LOAD_OP() 5149 Node->getChain(), Node->getBasePtr(), NegSrc2, in lowerATOMIC_LOAD_SUB() 6923 AtomicLd->getChain(), AtomicLd->getBasePtr(), in lowerLoadF16() 6928 NewLd = DAG.getExtLoad(ISD::EXTLOAD, DL, MVT::i64, Ld->getChain(), in lowerLoadF16() 6943 return DAG.getAtomic(ISD::ATOMIC_STORE, DL, MVT::i16, AtomicSt->getChain(), in lowerStoreF16() 6948 return DAG.getTruncStore(St->getChain(), DL, Shft, St->getBasePtr(), MVT::i16, in lowerStoreF16() 7927 LN->getChain(), AddrSpaceCast, LN->getMemoryVT(), in combineLOAD() 7945 HiPart->getValueType(0), DL, LD->getChain(), LD->getBasePtr(), in combineLOAD() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelDAGToDAG.cpp | 1106 SDValue Chain = LD->getChain(); in tryLoadVector() 1204 Offset, LD->getChain()}; in tryLDG() 1268 SDValue Ops[] = {Base, Offset, LD->getChain()}; in tryLDU() 1319 SDValue Chain = ST->getChain(); in tryStore() 1373 SDValue Chain = ST->getChain(); in tryStoreVector()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.cpp | 1037 SDValue OldChain = Store->getChain(); in lowerPrivateTruncStore() 1112 SDValue Chain = StoreNode->getChain(); in LowerSTORE() 1274 SDValue Chain = Load->getChain(); in lowerPrivateExtLoad() 1334 SDValue Chain = LoadNode->getChain(); in LowerLOAD() 1675 SDValue Chain = LoadNode->getChain(); in constBufferLoad()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 5746 SDValue Ops[] = {Ld->getChain(), in lowerVECTOR_SHUFFLE() 5773 V = DAG.getLoad(SVT, DL, Ld->getChain(), NewAddr, in lowerVECTOR_SHUFFLE() 5777 V = DAG.getExtLoad(ISD::EXTLOAD, DL, XLenVT, Ld->getChain(), NewAddr, in lowerVECTOR_SHUFFLE() 6534 SDValue L = DAG.getLoad(NewVT, DL, Load->getChain(), Load->getBasePtr(), in expandUnalignedRVVLoad() 6566 return DAG.getStore(Store->getChain(), DL, StoredVal, Store->getBasePtr(), in expandUnalignedRVVStore() 7894 SDValue Chain = Load->getChain(); in LowerOperation() 7932 MVT::getScalableVectorVT(MVT::i8, NumElts), DL, Load->getChain(), in LowerOperation() 7960 SDValue Chain = Store->getChain(); in LowerOperation() 7991 {Store->getChain(), Lo, Hi, Store->getBasePtr()}, MVT::i64, in LowerOperation() 8006 SDValue Chain = Store->getChain(); in LowerOperation() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 8101 SDValue Chain = LD->getChain(); in LowerLOAD() 8126 SDValue Chain = ST->getChain(); in LowerSTORE() 8644 RLI.Chain = LD->getChain(); in canReuseLoadAddress() 9789 LD->getChain(), // Chain in LowerBUILD_VECTOR() 10459 LD->getChain(), // Chain in LowerVECTOR_SHUFFLE() 11980 SDValue LoadChain = LN->getChain(); in LowerDMFVectorLoad() 12068 SDValue LoadChain = LN->getChain(); in LowerVectorLoad() 12117 SDValue StoreChain = SN->getChain(); in LowerDMFVectorStore() 12234 SDValue StoreChain = SN->getChain(); in LowerVectorStore() 12419 SDValue LoadOps[] = {LD->getChain(), LD->getBasePtr()}; in LowerFP_EXTEND() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 2928 DAG.getLoad(MVT::f64, dl, LdNode->getChain(), LdNode->getBasePtr(), in LowerF128Load() 2934 SDValue Lo64 = DAG.getLoad(MVT::f64, dl, LdNode->getChain(), LoPtr, in LowerF128Load() 2995 DAG.getStore(StNode->getChain(), dl, SDValue(Hi64, 0), in LowerF128Store() 3002 OutChains[1] = DAG.getStore(StNode->getChain(), dl, SDValue(Lo64, 0), LoPtr, in LowerF128Store() 3022 St->getChain(), dl, Val, St->getBasePtr(), St->getPointerInfo(), in LowerSTORE() 3508 Ld->getExtensionType(), dl, MVT::v2i32, Ld->getChain(), in ReplaceNodeResults()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 387 SDValue Chain = LD->getChain(); in LowerLOAD() 460 SDValue Chain = ST->getChain(); in LowerSTORE() 1663 SDValue Chain = ST->getChain(); in PerformDAGCombine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 1727 SDValue Ops[] = {SN->getChain(), Value, Base}; in LowerStore() 1739 SDValue Ops[] = {SN->getChain(), Idx, Value}; in LowerStore() 1764 SDValue Ops[] = {LN->getChain(), Base}; in LowerLoad() 1777 {LN->getChain(), Idx}); in LowerLoad() 1778 SDValue Result = DAG.getMergeValues({LocalGet, LN->getChain()}, DL); in LowerLoad()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelDAGToDAG.cpp | 1640 SDValue Chain = LD->getChain(); in tryARMIndexedLoad() 1650 SDValue Chain = LD->getChain(); in tryARMIndexedLoad() 1681 SDValue Chain = LD->getChain(); in tryT1IndexedLoad() 1729 SDValue Chain = LD->getChain(); in tryT2IndexedLoad() 1760 Chain = LD->getChain(); in tryMVEIndexedLoad() 1776 Chain = LD->getChain(); in tryMVEIndexedLoad() 3658 Ptr.getOperand(0) == ST->getChain()) { in Select() 3664 ST->getChain()}; in Select()
|
| H A D | ARMISelLowering.cpp | 5704 return DAG.getLoad(MVT::i32, SDLoc(Op), Ld->getChain(), Ld->getBasePtr(), in bitcastf32Toi32() 5724 DAG.getLoad(MVT::i32, dl, Ld->getChain(), Ptr, Ld->getPointerInfo(), in expandf64Toi32() 5730 RetVal2 = DAG.getLoad(MVT::i32, dl, Ld->getChain(), NewPtr, in expandf64Toi32() 9587 return DAG.getLoad(LD->getMemoryVT(), SDLoc(LD), LD->getChain(), in SkipLoadExtensionForVMULL() 9595 LD->getChain(), LD->getBasePtr(), LD->getPointerInfo(), in SkipLoadExtensionForVMULL() 10200 ISD::EXTLOAD, dl, MVT::i32, LD->getChain(), LD->getBasePtr(), in LowerPredicateLoad() 10227 {LD->getChain(), LD->getBasePtr()}, MemVT, LD->getMemOperand()); in LowerLOAD() 10268 ST->getChain(), dl, GRP, ST->getBasePtr(), in LowerPredicateStore() 10295 {ST->getChain(), Lo, Hi, ST->getBasePtr()}, in LowerSTORE() 10327 VT, dl, N->getChain(), N->getBasePtr(), N->getOffset(), Mask, ZeroVec, in LowerMLOAD() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 6736 SDValue Ops[] = {Mem->getChain(), Ptr}; in getBROADCAST_LOAD() 7156 SDValue Chain = LD->getChain(); in LowerAsSplatVectorLoad() 7359 DAG.getLoad(VT, DL, LDBase->getChain(), LDBase->getBasePtr(), in EltsFromConsecutiveLoads() 7445 SDValue Ops[] = { LDBase->getChain(), LDBase->getBasePtr() }; in EltsFromConsecutiveLoads() 7846 SDValue Ops[] = {LN->getChain(), LN->getBasePtr()}; in lowerBuildVectorAsBroadcast() 7860 SDValue Ops[] = {LN->getChain(), LN->getBasePtr()}; in lowerBuildVectorAsBroadcast() 13122 SDValue Ops[] = {Ld->getChain(), NewAddr}; in lowerShuffleAsBroadcast() 13131 V = DAG.getLoad(SVT, DL, Ld->getChain(), NewAddr, in lowerShuffleAsBroadcast() 25476 DAG.getStore(Store->getChain(), DL, Value0, Ptr0, Store->getPointerInfo(), in splitVectorStore() 25479 DAG.getStore(Store->getChain(), DL, Value1, Ptr1, in splitVectorStore() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTWriter.h | 895 ASTReader *getChain() const { return Chain; } in getChain() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 5829 SDValue Chain = Node->getChain(); in LowerINTRINSIC_W_CHAIN() 6485 SDValue Chain = MGT->getChain(); in LowerMGATHER() 6584 SDValue Chain = MSC->getChain(); in LowerMSCATTER() 6676 VT, DL, LoadNode->getChain(), LoadNode->getBasePtr(), in LowerMLOAD() 6714 return DAG.getStore(ST->getChain(), DL, ExtractTrunc, in LowerTruncateVectorStore() 6804 {StoreNode->getChain(), Lo, Hi, StoreNode->getBasePtr()}, in LowerSTORE() 6813 SDValue Chain = StoreNode->getChain(); in LowerSTORE() 6856 {StoreNode->getChain(), StoreValue.first, StoreValue.second, in LowerStore128() 6871 SDValue Chain = LoadNode->getChain(); in LowerLOAD() 6906 SDValue Load = DAG.getLoad(MVT::f32, DL, LoadNode->getChain(), in LowerLOAD() [all …]
|