Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp397 Ch = DAG.getTruncStore( in PerformInsertVectorEltInMemory()
567 DAG.getTruncStore(Chain, dl, Value, Ptr, ST->getPointerInfo(), NVT, in LegalizeStoreOps()
590 Lo = DAG.getTruncStore(Chain, dl, Value, Ptr, ST->getPointerInfo(), in LegalizeStoreOps()
601 Hi = DAG.getTruncStore(Chain, dl, Hi, Ptr, in LegalizeStoreOps()
612 Hi = DAG.getTruncStore(Chain, dl, Hi, Ptr, ST->getPointerInfo(), RoundVT, in LegalizeStoreOps()
620 Lo = DAG.getTruncStore(Chain, dl, Value, Ptr, in LegalizeStoreOps()
666 DAG.getTruncStore(Chain, dl, Value, Ptr, ST->getPointerInfo(), StVT, in LegalizeStoreOps()
1535 Stores.push_back(DAG.getTruncStore(DAG.getEntryNode(), dl, in ExpandVectorBuildThroughStack()
1615 SDValue Chain = DAG.getTruncStore(State.Chain, DL, NewIntValue, State.IntPtr, in modifySignAsInt()
1792 Store = DAG.getTruncStore(Chain, dl, SrcOp, FIPtr, PtrInfo, in EmitStackConvert()
[all …]
H A DLegalizeIntegerTypes.cpp2193 return DAG.getTruncStore(Ch, dl, Val, Ptr, in PromoteIntOp_STORE()
5439 return DAG.getTruncStore(Ch, dl, Lo, Ptr, N->getPointerInfo(), in ExpandIntOp_STORE()
5458 Hi = DAG.getTruncStore(Ch, dl, Hi, Ptr, in ExpandIntOp_STORE()
5488 Hi = DAG.getTruncStore(Ch, dl, Hi, Ptr, N->getPointerInfo(), HiVT, in ExpandIntOp_STORE()
5494 Lo = DAG.getTruncStore(Ch, dl, Lo, Ptr, in ExpandIntOp_STORE()
H A DLegalizeVectorTypes.cpp873 return DAG.getTruncStore( in ScalarizeVecOp_STORE()
1820 Store = DAG.getTruncStore( in SplitVecRes_INSERT_VECTOR_ELT()
3773 Lo = DAG.getTruncStore(Ch, DL, Lo, Ptr, N->getPointerInfo(), LoMemVT, in SplitVecOp_STORE()
3783 Hi = DAG.getTruncStore(Ch, DL, Hi, Ptr, MPI, in SplitVecOp_STORE()
H A DTargetLowering.cpp9444 SDValue Store = DAG.getTruncStore( in scalarizeVectorStore()
9536 Stores.push_back(DAG.getTruncStore( in expandUnalignedLoad()
9652 SDValue Store = DAG.getTruncStore( in expandUnalignedStore()
9692 DAG.getTruncStore(Load.getValue(1), dl, Load, Ptr, in expandUnalignedStore()
9724 Store1 = DAG.getTruncStore(Chain, dl, in expandUnalignedStore()
9730 Store2 = DAG.getTruncStore( in expandUnalignedStore()
H A DSelectionDAG.cpp7430 SDValue NewStore = DAG.getTruncStore(LoadToken, dl, ST->getValue(), in chainLoadsAndStoresForMemcpy()
7583 Store = DAG.getTruncStore( in getMemcpyLoadsAndStores()
8652 SDValue SelectionDAG::getTruncStore(SDValue Chain, const SDLoc &dl, SDValue Val, in getTruncStore() function in SelectionDAG
8670 return getTruncStore(Chain, dl, Val, Ptr, SVT, MMO); in getTruncStore()
8673 SDValue SelectionDAG::getTruncStore(SDValue Chain, const SDLoc &dl, SDValue Val, in getTruncStore() function in SelectionDAG
H A DDAGCombiner.cpp19526 return DAG.getTruncStore(St->getChain(), SDLoc(St), IVal, Ptr, in ShrinkLoadReplaceStoreWithStore()
20027 NewStore = DAG.getTruncStore( in mergeStoresOfConstantsOrVecElts()
20775 NewStore = DAG.getTruncStore( in tryStoreMergeOfLoads()
20901 ReplStore = DAG.getTruncStore(BetterChain, SL, ST->getValue(), in replaceStoreChain()
21091 DAG.getTruncStore(Chain, SDLoc(N), Value, Ptr, ST->getPointerInfo(), in visitSTORE()
21157 return DAG.getTruncStore(Chain, SDLoc(N), Shorter, Ptr, ST->getMemoryVT(), in visitSTORE()
21169 return DAG.getTruncStore(Chain, SDLoc(N), Shorter, Ptr, in visitSTORE()
21250 return DAG.getTruncStore(Chain, SDLoc(N), Value.getOperand(0), in visitSTORE()
28230 NewST = DAG.getTruncStore(BetterChain, SDLoc(St), St->getValue(), in parallelizeChainedStores()
H A DLegalizeFloatTypes.cpp2114 return DAG.getTruncStore(Chain, SDLoc(N), Hi, Ptr, in ExpandFloatOp_STORE()
H A DSelectionDAGBuilder.cpp9063 Chain = DAG.getTruncStore(Chain, Location, OpInfo.CallOperand, StackSlot, in getAddressForMemoryInput()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1401 getTruncStore(SDValue Chain, const SDLoc &dl, SDValue Val, SDValue Ptr,
1406 getTruncStore(SDValue Chain, const SDLoc &dl, SDValue Val, SDValue Ptr,
1411 return getTruncStore(Chain, dl, Val, Ptr, PtrInfo, SVT,
1415 SDValue getTruncStore(SDValue Chain, const SDLoc &dl, SDValue Val,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp497 DAG.getTruncStore(Chain, dl, Low, BasePtr, ST->getPointerInfo(), in LowerSTORE()
501 SDValue StoreHigh = DAG.getTruncStore( in LowerSTORE()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1130 SDValue NewStore = DAG.getTruncStore( in LowerSTORE()
H A DAMDGPUISelLowering.cpp1852 DAG.getTruncStore(Chain, SL, Lo, BasePtr, SrcValue, LoMemVT, BaseAlign, in SplitVectorStore()
1855 DAG.getTruncStore(Chain, SL, Hi, HiPtr, SrcValue.getWithOffset(Size), in SplitVectorStore()
H A DSIISelLowering.cpp10701 return DAG.getTruncStore(Store->getChain(), DL, in LowerSTORE()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp240 TS = CurDAG->getTruncStore(SDValue(LoadN, 2), dl, SDValue(LoadN, 0), Loc, in StoreInstrForLoadIntrinsic()
H A DHexagonISelLowering.cpp3132 SDValue NS = DAG.getTruncStore(SN->getChain(), dl, TR, SN->getBasePtr(), in LowerStore()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3766 InChain = DAG.getTruncStore(InChain, dl, IndexPlus1, in LowerVAARG()
3781 InChain = DAG.getTruncStore(InChain, dl, OverflowArea, OverflowAreaPtr, in LowerVAARG()
3956 DAG.getTruncStore(Op.getOperand(0), dl, ArgGPR, Op.getOperand(1), in LowerVASTART()
3964 DAG.getTruncStore(firstStore, dl, ArgFPR, nextPtr, in LowerVASTART()
4533 DAG.getTruncStore(Val.getValue(1), dl, Val, Arg, in LowerFormalArguments_64SVR4()
4563 DAG.getTruncStore(Val.getValue(1), dl, Val, Addr, in LowerFormalArguments_64SVR4()
7942 return DAG.getTruncStore(Chain, dl, Value, BasePtr, MVT::i8, MMO); in LowerSTORE()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10201 return DAG.getTruncStore( in LowerPredicateStore()
16706 SDValue Store = DAG.getTruncStore( in PerformSplittingToNarrowingStores()
16747 SDValue Store = DAG.getTruncStore( in PerformSplittingMVETruncToNarrowingStores()
16784 SDValue Store = DAG.getTruncStore(Ch, DL, SDValue(GetLane, 0), BasePtr, in PerformExtractFpToIntStores()
18674 SDValue Ch = DAG.getTruncStore(DAG.getEntryNode(), DL, N->getOperand(I), in PerformMVETruncCombine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4544 SDValue Chain = DAG.getTruncStore(Node->getChain(), SDLoc(Op), Node->getVal(), in lowerATOMIC_STORE()
6924 return DAG.getTruncStore(SN->getChain(), SDLoc(SN), Value, in combineSTORE()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp3020 DAG.getTruncStore(Tmp1, dl, Tmp3, Tmp2, ST->getPointerInfo(), MVT::i8, in LowerSTOREi1()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1382 SDValue Store = CurDAG->getTruncStore( in PreprocessISelDAG()
H A DX86ISelLowering.cpp27031 return DAG.getTruncStore(Chain, dl, DataToTruncate, Addr, MemVT, in LowerINTRINSIC_W_CHAIN()
50507 return DAG.getTruncStore(St->getChain(), dl, Ext, St->getBasePtr(), in combineStore()
50546 return DAG.getTruncStore(St->getChain(), dl, Src, St->getBasePtr(), in combineStore()
50590 return DAG.getTruncStore( in combineStore()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7673 Chain = DAG.getTruncStore(Chain, DL, NumZaSaveSlices, NumZaSaveSlicesAddr, in LowerCall()
21505 return DAG.getTruncStore(Chain, SDLoc(N), Value.getOperand(0), Ptr, in performSTORECombine()
21527 return DAG.getTruncStore(ST->getChain(), ST, Rshrnb, ST->getBasePtr(), in performSTORECombine()