Home
last modified time | relevance | path

Searched refs:getTruncStore (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1315 getTruncStore(SDValue Chain, const SDLoc &dl, SDValue Val, SDValue Ptr,
1320 getTruncStore(SDValue Chain, const SDLoc &dl, SDValue Val, SDValue Ptr,
1325 return getTruncStore(Chain, dl, Val, Ptr, PtrInfo, SVT,
1331 getTruncStore(SDValue Chain, const SDLoc &dl, SDValue Val, SDValue Ptr,
1335 return getTruncStore(Chain, dl, Val, Ptr, PtrInfo, SVT,
1338 SDValue getTruncStore(SDValue Chain, const SDLoc &dl, SDValue Val,
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp387 Ch = DAG.getTruncStore( in PerformInsertVectorEltInMemory()
556 DAG.getTruncStore(Chain, dl, Value, Ptr, ST->getPointerInfo(), NVT, in LegalizeStoreOps()
579 Lo = DAG.getTruncStore(Chain, dl, Value, Ptr, ST->getPointerInfo(), in LegalizeStoreOps()
589 Hi = DAG.getTruncStore(Chain, dl, Hi, Ptr, in LegalizeStoreOps()
600 Hi = DAG.getTruncStore(Chain, dl, Hi, Ptr, ST->getPointerInfo(), RoundVT, in LegalizeStoreOps()
608 Lo = DAG.getTruncStore(Chain, dl, Value, Ptr, in LegalizeStoreOps()
654 DAG.getTruncStore(Chain, dl, Value, Ptr, ST->getPointerInfo(), StVT, in LegalizeStoreOps()
1507 Stores.push_back(DAG.getTruncStore(DAG.getEntryNode(), dl, in ExpandVectorBuildThroughStack()
1587 SDValue Chain = DAG.getTruncStore(State.Chain, DL, NewIntValue, State.IntPtr, in modifySignAsInt()
1765 Store = DAG.getTruncStore(Chain, dl, SrcOp, FIPtr, PtrInfo, in EmitStackConvert()
[all …]
H A DLegalizeIntegerTypes.cpp2023 return DAG.getTruncStore(Ch, dl, Val, Ptr, in PromoteIntOp_STORE()
5051 return DAG.getTruncStore(Ch, dl, Lo, Ptr, N->getPointerInfo(), in ExpandIntOp_STORE()
5070 Hi = DAG.getTruncStore(Ch, dl, Hi, Ptr, in ExpandIntOp_STORE()
5100 Hi = DAG.getTruncStore(Ch, dl, Hi, Ptr, N->getPointerInfo(), HiVT, in ExpandIntOp_STORE()
5106 Lo = DAG.getTruncStore(Ch, dl, Lo, Ptr, in ExpandIntOp_STORE()
H A DTargetLowering.cpp8354 SDValue Store = DAG.getTruncStore( in scalarizeVectorStore()
8446 Stores.push_back(DAG.getTruncStore( in expandUnalignedLoad()
8562 SDValue Store = DAG.getTruncStore( in expandUnalignedStore()
8602 DAG.getTruncStore(Load.getValue(1), dl, Load, Ptr, in expandUnalignedStore()
8626 Store1 = DAG.getTruncStore(Chain, dl, in expandUnalignedStore()
8632 Store2 = DAG.getTruncStore( in expandUnalignedStore()
H A DLegalizeVectorTypes.cpp831 return DAG.getTruncStore( in ScalarizeVecOp_STORE()
1735 Store = DAG.getTruncStore( in SplitVecRes_INSERT_VECTOR_ELT()
3374 Lo = DAG.getTruncStore(Ch, DL, Lo, Ptr, N->getPointerInfo(), LoMemVT, in SplitVecOp_STORE()
3384 Hi = DAG.getTruncStore(Ch, DL, Hi, Ptr, MPI, in SplitVecOp_STORE()
H A DSelectionDAG.cpp6739 SDValue NewStore = DAG.getTruncStore(LoadToken, dl, ST->getValue(), in chainLoadsAndStoresForMemcpy()
6891 Store = DAG.getTruncStore( in getMemcpyLoadsAndStores()
7926 SDValue SelectionDAG::getTruncStore(SDValue Chain, const SDLoc &dl, SDValue Val, in getTruncStore() function in SelectionDAG
7944 return getTruncStore(Chain, dl, Val, Ptr, SVT, MMO); in getTruncStore()
7947 SDValue SelectionDAG::getTruncStore(SDValue Chain, const SDLoc &dl, SDValue Val, in getTruncStore() function in SelectionDAG
H A DDAGCombiner.cpp17580 return DAG.getTruncStore(St->getChain(), SDLoc(St), IVal, Ptr, in ShrinkLoadReplaceStoreWithStore()
18041 NewStore = DAG.getTruncStore( in mergeStoresOfConstantsOrVecElts()
18774 NewStore = DAG.getTruncStore( in tryStoreMergeOfLoads()
18898 ReplStore = DAG.getTruncStore(BetterChain, SL, ST->getValue(), in replaceStoreChain()
19031 DAG.getTruncStore(Chain, SDLoc(N), Value, Ptr, ST->getPointerInfo(), in visitSTORE()
19084 return DAG.getTruncStore(Chain, SDLoc(N), Shorter, Ptr, ST->getMemoryVT(), in visitSTORE()
19157 return DAG.getTruncStore(Chain, SDLoc(N), Value.getOperand(0), in visitSTORE()
24953 NewST = DAG.getTruncStore(BetterChain, SDLoc(St), St->getValue(), in parallelizeChainedStores()
H A DLegalizeFloatTypes.cpp2012 return DAG.getTruncStore(Chain, SDLoc(N), Hi, Ptr, in ExpandFloatOp_STORE()
H A DSelectionDAGBuilder.cpp8486 Chain = DAG.getTruncStore(Chain, Location, OpInfo.CallOperand, StackSlot, in getAddressForMemoryInput()
/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp503 DAG.getTruncStore(Chain, dl, Low, BasePtr, ST->getPointerInfo(), in LowerSTORE()
507 SDValue StoreHigh = DAG.getTruncStore( in LowerSTORE()
982 return DAG.getTruncStore(N->getChain(), SDLoc(Op), N->getVal(), in LowerATOMIC_STORE()
988 return DAG.getTruncStore(N->getChain(), SDLoc(Op), N->getVal(), in LowerATOMIC_STORE()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1110 SDValue NewStore = DAG.getTruncStore( in LowerSTORE()
H A DAMDGPUISelLowering.cpp1560 DAG.getTruncStore(Chain, SL, Lo, BasePtr, SrcValue, LoMemVT, BaseAlign, in SplitVectorStore()
1563 DAG.getTruncStore(Chain, SL, Hi, HiPtr, SrcValue.getWithOffset(Size), in SplitVectorStore()
H A DSIISelLowering.cpp9190 return DAG.getTruncStore(Store->getChain(), DL, in LowerSTORE()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp235 TS = CurDAG->getTruncStore(SDValue(LoadN, 2), dl, SDValue(LoadN, 0), Loc, in StoreInstrForLoadIntrinsic()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3655 InChain = DAG.getTruncStore(InChain, dl, IndexPlus1, in LowerVAARG()
3670 InChain = DAG.getTruncStore(InChain, dl, OverflowArea, OverflowAreaPtr, in LowerVAARG()
3845 DAG.getTruncStore(Op.getOperand(0), dl, ArgGPR, Op.getOperand(1), in LowerVASTART()
3853 DAG.getTruncStore(firstStore, dl, ArgFPR, nextPtr, in LowerVASTART()
4423 DAG.getTruncStore(Val.getValue(1), dl, Val, Arg, in LowerFormalArguments_64SVR4()
4453 DAG.getTruncStore(Val.getValue(1), dl, Val, Addr, in LowerFormalArguments_64SVR4()
7796 return DAG.getTruncStore(Chain, dl, Value, BasePtr, MVT::i8, MMO); in LowerSTORE()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4167 SDValue Chain = DAG.getTruncStore(Node->getChain(), SDLoc(Op), Node->getVal(), in lowerATOMIC_STORE()
6401 return DAG.getTruncStore(SN->getChain(), SDLoc(SN), Value, in combineSTORE()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2460 DAG.getTruncStore(Tmp1, dl, Tmp3, Tmp2, ST->getPointerInfo(), MVT::i8, in LowerSTOREi1()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10060 return DAG.getTruncStore( in LowerPredicateStore()
16514 SDValue Store = DAG.getTruncStore( in PerformSplittingToNarrowingStores()
16555 SDValue Store = DAG.getTruncStore( in PerformSplittingMVETruncToNarrowingStores()
16592 SDValue Store = DAG.getTruncStore(Ch, DL, SDValue(GetLane, 0), BasePtr, in PerformExtractFpToIntStores()
18398 SDValue Ch = DAG.getTruncStore(DAG.getEntryNode(), DL, N->getOperand(I), in PerformMVETruncCombine()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1316 SDValue Store = CurDAG->getTruncStore( in PreprocessISelDAG()
H A DX86ISelLowering.cpp28114 return DAG.getTruncStore(Chain, dl, DataToTruncate, Addr, MemVT, in LowerINTRINSIC_W_CHAIN()
49474 return DAG.getTruncStore(St->getChain(), dl, Ext, St->getBasePtr(), in combineStore()
49513 return DAG.getTruncStore(St->getChain(), dl, Src, St->getBasePtr(), in combineStore()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp17586 return DAG.getTruncStore(Chain, SDLoc(N), Value.getOperand(0), Ptr, in performSTORECombine()