| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRISelDAGToDAG.cpp | 161 LD->getBasePtr(), LD->getChain()); in selectIndexedLoad() 339 SDValue Chain = ST->getChain(); in select() 369 SDValue Chain = LD->getChain(); in select()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelDAGToDAG.cpp | 346 LD->getBasePtr(), LD->getChain())); in tryIndexedLoad() 362 SDValue Ops0[] = { N2, LD->getBasePtr(), LD->getChain() }; in tryIndexedBinOp()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 422 SDValue Chain = LD->getChain(); in LowerLOAD() 495 SDValue Chain = ST->getChain(); in LowerSTORE() 947 N->getChain(), N->getBasePtr(), N->getPointerInfo(), in LowerATOMIC_LOAD() 954 return DAG.getExtLoad(ISD::EXTLOAD, SDLoc(Op), MVT::i32, N->getChain(), in LowerATOMIC_LOAD() 960 return DAG.getExtLoad(ISD::EXTLOAD, SDLoc(Op), MVT::i32, N->getChain(), in LowerATOMIC_LOAD() 977 return DAG.getStore(N->getChain(), SDLoc(Op), N->getVal(), N->getBasePtr(), in LowerATOMIC_STORE() 984 return DAG.getTruncStore(N->getChain(), SDLoc(Op), N->getVal(), in LowerATOMIC_STORE() 990 return DAG.getTruncStore(N->getChain(), SDLoc(Op), N->getVal(), in LowerATOMIC_STORE() 1789 SDValue Chain = ST->getChain(); in PerformDAGCombine()
|
| /freebsd-13.1/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 __anon0d183b480111::DepChain
|
| H A D | HexagonISelLoweringHVX.cpp | 1706 SDValue Chain = MaskN->getChain(); in LowerHvxMaskedOp() 1813 SDValue Chain = MemN->getChain(); in SplitHvxMemOp() 1889 SDValue Chain = LoadN->getChain(); in WidenHvxLoad() 1921 SDValue Chain = StoreN->getChain(); in WidenHvxStore()
|
| H A D | HexagonISelLowering.cpp | 1963 SDValue Chain = LS->getChain(); in replaceMemWithUndef() 2932 LN->getChain(), LN->getBasePtr(), LN->getOffset(), LN->getPointerInfo(), in LowerLoad() 2947 SDValue Ch = cast<LoadSDNode>(LU.getNode())->getChain(); in LowerLoad() 2963 SDValue NS = DAG.getStore(SN->getChain(), dl, TC, SN->getBasePtr(), in LowerStore() 3031 SDValue Chain = LN->getChain(); in LowerUnalignedLoad()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 7310 SDValue Chain = N->getChain(); in mergeTruncStores() 7320 Chain = Store->getChain(); in mergeTruncStores() 9753 SDValue Chain = MSC->getChain(); in visitMSCATTER() 9784 SDValue Chain = MST->getChain(); in visitMSTORE() 9809 SDValue Chain = MGT->getChain(); in visitMGATHER() 15836 SDValue Chain = LD->getChain(); in visitLOAD() 16647 SDValue Chain = ST->getChain(); in ReduceLoadOpStoreWidth() 17931 SDValue Chain = ST->getChain(); in replaceStoreOfFPConstant() 18002 SDValue Chain = ST->getChain(); in visitSTORE() 18063 Chain = ST->getChain(); in visitSTORE() [all …]
|
| H A D | LegalizeVectorTypes.cpp | 799 N->getChain(), dl, GetScalarizedVector(N->getOperand(1)), in ScalarizeVecOp_STORE() 1693 SDValue Ch = LD->getChain(); in SplitVecRes_LOAD() 1738 SDValue Ch = MLD->getChain(); in SplitVecRes_MLOAD() 1822 SDValue Ch = MGT->getChain(); in SplitVecRes_MGATHER() 2515 SDValue Ch = MGT->getChain(); in SplitVecOp_MGATHER() 2578 SDValue Ch = N->getChain(); in SplitVecOp_MSTORE() 2658 SDValue Ch = N->getChain(); in SplitVecOp_MSCATTER() 2722 SDValue Ch = N->getChain(); in SplitVecOp_STORE() 5259 SDValue Chain = LD->getChain(); in GenWidenVectorLoads() 5411 SDValue Chain = LD->getChain(); in GenWidenVectorExtLoads() [all …]
|
| H A D | LegalizeFloatTypes.cpp | 696 L->getChain(), L->getBasePtr(), L->getOffset(), in SoftenFloatRes_LOAD() 707 dl, L->getChain(), L->getBasePtr(), L->getOffset(), in SoftenFloatRes_LOAD() 1058 return DAG.getStore(ST->getChain(), dl, Val, ST->getBasePtr(), in SoftenFloatOp_STORE() 1619 SDValue Chain = LD->getChain(); in ExpandFloatRes_LOAD() 1979 SDValue Chain = ST->getChain(); in ExpandFloatOp_STORE() 2193 return DAG.getStore(ST->getChain(), DL, NewVal, ST->getBasePtr(), in PromoteFloatOp_STORE() 2469 L->getChain(), L->getBasePtr(), L->getOffset(), L->getPointerInfo(), IVT, in PromoteFloatRes_LOAD() 2544 { AM->getChain(), AM->getBasePtr(), CastVal }, in BitcastToInt_ATOMIC_SWAP() 2774 SDLoc(N), L->getChain(), L->getBasePtr(), L->getOffset(), in SoftPromoteHalfRes_LOAD() 3017 return DAG.getStore(ST->getChain(), dl, Promoted, ST->getBasePtr(), in SoftPromoteHalfOp_STORE()
|
| H A D | LegalizeTypesGeneric.cpp | 258 SDValue Chain = LD->getChain(); in ExpandRes_NormalLoad() 468 SDValue Chain = St->getChain(); in ExpandOp_NormalStore()
|
| H A D | LegalizeIntegerTypes.cpp | 267 N->getChain(), N->getBasePtr(), in PromoteIntRes_Atomic0() 279 N->getChain(), N->getBasePtr(), in PromoteIntRes_Atomic1() 302 N->getChain(), N->getBasePtr(), N->getOperand(2), N->getOperand(3), in PromoteIntRes_AtomicCmpSwap() 330 N->getOpcode(), SDLoc(N), N->getMemoryVT(), VTs, N->getChain(), in PromoteIntRes_AtomicCmpSwap() 692 SDValue Res = DAG.getExtLoad(ExtType, dl, NVT, N->getChain(), N->getBasePtr(), in PromoteIntRes_LOAD() 706 SDValue Res = DAG.getMaskedLoad(NVT, dl, N->getChain(), N->getBasePtr(), in PromoteIntRes_MLOAD() 727 SDValue Ops[] = {N->getChain(), ExtPassThru, N->getMask(), N->getBasePtr(), in PromoteIntRes_MGATHER() 1823 SDValue Ch = N->getChain(), Ptr = N->getBasePtr(); in PromoteIntOp_STORE() 1854 return DAG.getMaskedStore(N->getChain(), dl, DataOp, N->getBasePtr(), in PromoteIntOp_MSTORE() 3218 SDValue Ch = N->getChain(); in ExpandIntRes_LOAD() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelDAGToDAG.cpp | 1205 CurDAG->getTargetConstant(Elem, DL, MVT::i32), Load->getChain() in tryGather() 1239 Store->getChain() in tryScatter() 1282 SDValue Chain = StoreNode->getChain(); in isFusableLoadOpStorePattern() 1287 InputChain = LoadNode->getChain(); in isFusableLoadOpStorePattern()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 1371 SDValue Ops[] = {SN->getChain(), Value, Base}; in LowerStore() 1383 SDValue Ops[] = {SN->getChain(), Idx, Value}; in LowerStore() 1403 SDValue Ops[] = {LN->getChain(), Base}; in LowerLoad() 1416 {LN->getChain(), Idx}); in LowerLoad() 1417 SDValue Result = DAG.getMergeValues({LocalGet, LN->getChain()}, DL); in LowerLoad() 1995 {SplattedLoad->getChain(), SplattedLoad->getBasePtr(), in LowerBUILD_VECTOR()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 1166 {N->getChain(), Aligned, Flag, NewVal}, in lowerATOMIC_SWAP() 1185 {N->getChain(), Aligned, Flag, NewVal}, in lowerATOMIC_SWAP() 1275 DAG.getLoad(MVT::f64, DL, LdNode->getChain(), LdNode->getBasePtr(), in lowerLoadF128() 1283 DAG.getLoad(MVT::f64, DL, LdNode->getChain(), HiPtr, in lowerLoadF128() 1343 DAG.getStore(StNode->getChain(), DL, SDValue(Lo64, 0), in lowerStoreF128() 1351 DAG.getStore(StNode->getChain(), DL, SDValue(Hi64, 0), HiPtr, in lowerStoreF128()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.cpp | 1068 SDValue OldChain = Store->getChain(); in lowerPrivateTruncStore() 1143 SDValue Chain = StoreNode->getChain(); in LowerSTORE() 1304 SDValue Chain = Load->getChain(); in lowerPrivateExtLoad() 1364 SDValue Chain = LoadNode->getChain(); in LowerLOAD() 1707 SDValue Chain = LoadNode->getChain(); in constBufferLoad()
|
| H A D | AMDGPUISelDAGToDAG.cpp | 493 LdHi->getChain(), LdHi->getBasePtr(), TiedIn in matchLoadD16FromBuildVector() 535 LdLo->getChain(), LdLo->getBasePtr(), TiedIn in matchLoadD16FromBuildVector() 2464 Mem->getChain()}; in SelectATOMIC_CMP_SWAP() 2478 SDValue Ops[] = {CmpVal, SRsrc, SOffset, Offset, CPol, Mem->getChain()}; in SelectATOMIC_CMP_SWAP()
|
| H A D | AMDGPUISelLowering.cpp | 1606 Load->getChain(), BasePtr, SrcValue, LoMemVT, in SplitVectorLoad() 1610 DAG.getExtLoad(Load->getExtensionType(), SL, HiVT, Load->getChain(), in SplitVectorLoad() 1658 Load->getExtensionType(), SL, WideVT, Load->getChain(), BasePtr, SrcValue, in WidenOrSplitVectorLoad() 1679 SDValue Chain = Store->getChain(); in SplitVectorStore() 3009 = DAG.getLoad(NewVT, SL, LN->getChain(), in performLoadCombine() 3069 return DAG.getStore(SN->getChain(), SL, CastVal, in performStoreCombine()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTWriter.h | 715 ASTReader *getChain() const { return Chain; } in getChain() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 7705 SDValue Chain = LD->getChain(); in LowerLOAD() 7730 SDValue Chain = ST->getChain(); in LowerSTORE() 8242 RLI.Chain = LD->getChain(); in canReuseLoadAddress() 9156 LD->getChain(), // Chain in LowerBUILD_VECTOR() 9795 LD->getChain(), // Chain in LowerVECTOR_SHUFFLE() 12904 SDValue Chain = LD->getChain(); in findConsecutiveLoad() 14216 Chain = LD->getChain(); in expandVSXLoadForLE() 14228 Chain = Intrin->getChain(); in expandVSXLoadForLE() 14285 Chain = ST->getChain(); in expandVSXStoreForLE() 14298 Chain = Intrin->getChain(); in expandVSXStoreForLE() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 8010 SDValue Ops[] = {Mem->getChain(), Ptr}; in getBROADCAST_LOAD() 8414 SDValue Chain = LD->getChain(); in LowerAsSplatVectorLoad() 13784 SDValue Ops[] = {Ld->getChain(), NewAddr}; in lowerShuffleAsBroadcast() 13793 V = DAG.getLoad(SVT, DL, Ld->getChain(), NewAddr, in lowerShuffleAsBroadcast() 16098 SDValue Ops[] = {Ld->getChain(), Ptr}; in lowerV2X128Shuffle() 30169 SDValue Chain = N->getChain(); in LowerMSCATTER() 37822 SDValue Ops[] = { LN->getChain(), Ptr }; in combineTargetShuffle() 45819 SDValue Chain = Ld->getChain(); in combineLoad() 45949 DAG.getLoad(EltVT, DL, ML->getChain(), Addr, in reduceMaskedLoadToScalarLoad() 46168 return DAG.getStore(St->getChain(), dl, Val, in combineStore() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 2745 DAG.getLoad(MVT::f64, dl, LdNode->getChain(), LdNode->getBasePtr(), in LowerF128Load() 2751 SDValue Lo64 = DAG.getLoad(MVT::f64, dl, LdNode->getChain(), LoPtr, in LowerF128Load() 2812 DAG.getStore(StNode->getChain(), dl, SDValue(Hi64, 0), in LowerF128Store() 2819 OutChains[1] = DAG.getStore(StNode->getChain(), dl, SDValue(Lo64, 0), LoPtr, in LowerF128Store() 2839 St->getChain(), dl, Val, St->getBasePtr(), St->getPointerInfo(), in LowerSTORE() 3407 Ld->getExtensionType(), dl, MVT::v2i32, Ld->getChain(), in ReplaceNodeResults()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 1867 SDValue Ops[] = {Ld->getChain(), IntID, NewAddr, in lowerVECTOR_SHUFFLE() 1881 V = DAG.getLoad(SVT, DL, Ld->getChain(), NewAddr, in lowerVECTOR_SHUFFLE() 2052 SDValue L = DAG.getLoad(NewVT, DL, Load->getChain(), Load->getBasePtr(), in expandUnalignedRVVLoad() 2084 return DAG.getStore(Store->getChain(), DL, StoredVal, Store->getBasePtr(), in expandUnalignedRVVStore() 4303 return DAG.getMergeValues({Result, Load->getChain()}, DL); in lowerFixedLengthVectorLoadToRVV() 4337 {Store->getChain(), NewValue, Store->getBasePtr(), VL}, in lowerFixedLengthVectorStoreToRVV() 4365 SDValue Ops[] = {Load->getChain(), IntID, PassThru, in lowerMLOAD() 4402 {Store->getChain(), IntID, Val, Store->getBasePtr(), Mask, VL}, in lowerMSTORE() 4658 SmallVector<SDValue, 8> Ops{MGN->getChain(), in lowerMGATHER() 4739 SmallVector<SDValue, 8> Ops{MSN->getChain(), in lowerMSCATTER() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelDAGToDAG.cpp | 1638 SDValue Chain = LD->getChain(); in tryARMIndexedLoad() 1648 SDValue Chain = LD->getChain(); in tryARMIndexedLoad() 1679 SDValue Chain = LD->getChain(); in tryT1IndexedLoad() 1727 SDValue Chain = LD->getChain(); in tryT2IndexedLoad() 1758 Chain = LD->getChain(); in tryMVEIndexedLoad() 1774 Chain = LD->getChain(); in tryMVEIndexedLoad() 3640 Ptr.getOperand(0) == ST->getChain()) { in Select() 3646 ST->getChain()}; in Select()
|
| H A D | ARMISelLowering.cpp | 5526 RetVal2 = DAG.getLoad(MVT::i32, dl, Ld->getChain(), NewPtr, in expandf64Toi32() 9169 return DAG.getLoad(LD->getMemoryVT(), SDLoc(LD), LD->getChain(), in SkipLoadExtensionForVMULL() 9787 ISD::EXTLOAD, dl, MVT::i32, LD->getChain(), LD->getBasePtr(), in LowerPredicateLoad() 9853 ST->getChain(), dl, GRP, ST->getBasePtr(), in LowerPredicateStore() 14436 DAG.getExtLoad(ISD::ZEXTLOAD, SDLoc(N), VT, LN0->getChain(), in PerformVMOVrhCombine() 15659 SDValue Ch = St->getChain(); in PerformSplittingToNarrowingStores() 15710 SDValue Ch = St->getChain(); in PerformSplittingMVETruncToNarrowingStores() 15758 SDValue Ch = St->getChain(); in PerformExtractFpToIntStores() 15840 return DAG.getStore(St->getChain(), dl, V, St->getBasePtr(), in PerformSTORECombine() 16653 SDValue Ch = LD->getChain(); in PerformSplittingToWideningLoad() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 4329 SDValue Chain = MGT->getChain(); in LowerMGATHER() 4435 SDValue Chain = MSC->getChain(); in LowerMSCATTER() 4522 VT, DL, LoadNode->getChain(), LoadNode->getBasePtr(), in LowerMLOAD() 4560 return DAG.getStore(ST->getChain(), DL, ExtractTrunc, in LowerTruncateVectorStore() 4636 SDValue Chain = StoreNode->getChain(); in LowerSTORE() 4662 SDValue Chain = LoadNode->getChain(); in LowerLOAD() 4693 SDValue Load = DAG.getLoad(MVT::f32, DL, LoadNode->getChain(), in LowerLOAD() 14696 SDValue L = DAG.getMaskedLoad(LoadVT, DL, MINode->getChain(), in performLDNT1Combine() 15246 return DAG.getStore(Store->getChain(), SDLoc(Store), Orig, in foldTruncStoreOfExt() 17949 SDValue MergedValues[2] = {Result, Load->getChain()}; in LowerFixedLengthVectorLoadToSVE() [all …]
|