/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 1426 getTruncStore(SDValue Chain, const SDLoc &dl, SDValue Val, SDValue Ptr, 1431 getTruncStore(SDValue Chain, const SDLoc &dl, SDValue Val, SDValue Ptr, 1436 return getTruncStore(Chain, dl, Val, Ptr, PtrInfo, SVT, 1440 SDValue getTruncStore(SDValue Chain, const SDLoc &dl, SDValue Val,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 546 DAG.getTruncStore(Chain, dl, Value, Ptr, ST->getPointerInfo(), NVT, in LegalizeStoreOps() 569 Lo = DAG.getTruncStore(Chain, dl, Value, Ptr, ST->getPointerInfo(), in LegalizeStoreOps() 580 Hi = DAG.getTruncStore(Chain, dl, Hi, Ptr, in LegalizeStoreOps() 591 Hi = DAG.getTruncStore(Chain, dl, Hi, Ptr, ST->getPointerInfo(), RoundVT, in LegalizeStoreOps() 599 Lo = DAG.getTruncStore(Chain, dl, Value, Ptr, in LegalizeStoreOps() 645 DAG.getTruncStore(Chain, dl, Value, Ptr, ST->getPointerInfo(), StVT, in LegalizeStoreOps() 1496 Ch = DAG.getTruncStore( in ExpandInsertToVectorThroughStack() 1545 Stores.push_back(DAG.getTruncStore(DAG.getEntryNode(), dl, in ExpandVectorBuildThroughStack() 1625 SDValue Chain = DAG.getTruncStore(State.Chain, DL, NewIntValue, State.IntPtr, in modifySignAsInt() 1807 Store = DAG.getTruncStore(Chain, dl, SrcOp, FIPtr, PtrInfo, in EmitStackConvert() [all …]
|
H A D | LegalizeIntegerTypes.cpp | 2360 return DAG.getTruncStore(Ch, dl, Val, Ptr, in PromoteIntOp_STORE() 5610 return DAG.getTruncStore(Ch, dl, Lo, Ptr, N->getPointerInfo(), in ExpandIntOp_STORE() 5629 Hi = DAG.getTruncStore(Ch, dl, Hi, Ptr, in ExpandIntOp_STORE() 5659 Hi = DAG.getTruncStore(Ch, dl, Hi, Ptr, N->getPointerInfo(), HiVT, in ExpandIntOp_STORE() 5665 Lo = DAG.getTruncStore(Ch, dl, Lo, Ptr, in ExpandIntOp_STORE()
|
H A D | TargetLowering.cpp | 9774 SDValue Store = DAG.getTruncStore( in scalarizeVectorStore() 9866 Stores.push_back(DAG.getTruncStore( in expandUnalignedLoad() 9980 SDValue Store = DAG.getTruncStore( in expandUnalignedStore() 10020 DAG.getTruncStore(Load.getValue(1), dl, Load, Ptr, in expandUnalignedStore() 10052 Store1 = DAG.getTruncStore(Chain, dl, in expandUnalignedStore() 10058 Store2 = DAG.getTruncStore( in expandUnalignedStore()
|
H A D | LegalizeVectorTypes.cpp | 948 return DAG.getTruncStore( in ScalarizeVecOp_STORE() 1955 Store = DAG.getTruncStore( in SplitVecRes_INSERT_VECTOR_ELT() 3960 Lo = DAG.getTruncStore(Ch, DL, Lo, Ptr, N->getPointerInfo(), LoMemVT, in SplitVecOp_STORE() 3970 Hi = DAG.getTruncStore(Ch, DL, Hi, Ptr, MPI, in SplitVecOp_STORE()
|
H A D | SelectionDAG.cpp | 7795 SDValue NewStore = DAG.getTruncStore(LoadToken, dl, ST->getValue(), in chainLoadsAndStoresForMemcpy() 7948 Store = DAG.getTruncStore( in getMemcpyLoadsAndStores() 9050 SDValue SelectionDAG::getTruncStore(SDValue Chain, const SDLoc &dl, SDValue Val, in getTruncStore() function in SelectionDAG 9068 return getTruncStore(Chain, dl, Val, Ptr, SVT, MMO); in getTruncStore() 9071 SDValue SelectionDAG::getTruncStore(SDValue Chain, const SDLoc &dl, SDValue Val, in getTruncStore() function in SelectionDAG
|
H A D | DAGCombiner.cpp | 19864 return DAG.getTruncStore(St->getChain(), SDLoc(St), IVal, Ptr, in ShrinkLoadReplaceStoreWithStore() 20365 NewStore = DAG.getTruncStore( in mergeStoresOfConstantsOrVecElts() 21121 NewStore = DAG.getTruncStore( in tryStoreMergeOfLoads() 21251 ReplStore = DAG.getTruncStore(BetterChain, SL, ST->getValue(), in replaceStoreChain() 21459 DAG.getTruncStore(Chain, SDLoc(N), Value, Ptr, ST->getPointerInfo(), in visitSTORE() 21525 return DAG.getTruncStore(Chain, SDLoc(N), Shorter, Ptr, ST->getMemoryVT(), in visitSTORE() 21537 return DAG.getTruncStore(Chain, SDLoc(N), Shorter, Ptr, in visitSTORE() 21618 return DAG.getTruncStore(Chain, SDLoc(N), Value.getOperand(0), in visitSTORE() 28643 NewST = DAG.getTruncStore(BetterChain, SDLoc(St), St->getValue(), in parallelizeChainedStores()
|
H A D | LegalizeFloatTypes.cpp | 2294 return DAG.getTruncStore(Chain, SDLoc(N), Hi, Ptr, in ExpandFloatOp_STORE()
|
H A D | SelectionDAGBuilder.cpp | 9581 Chain = DAG.getTruncStore(Chain, Location, OpInfo.CallOperand, StackSlot, in getAddressForMemoryInput()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 497 DAG.getTruncStore(Chain, dl, Low, BasePtr, ST->getPointerInfo(), in LowerSTORE() 501 SDValue StoreHigh = DAG.getTruncStore( in LowerSTORE()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 1779 StoreSDNode *St = cast<StoreSDNode>(CurDAG->getTruncStore( in Select()
|
H A D | SystemZISelLowering.cpp | 7055 return DAG.getTruncStore(SN->getChain(), SDLoc(SN), Value, in combineSTORE()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 1128 SDValue NewStore = DAG.getTruncStore( in LowerSTORE()
|
H A D | AMDGPUISelLowering.cpp | 1893 DAG.getTruncStore(Chain, SL, Lo, BasePtr, SrcValue, LoMemVT, BaseAlign, in SplitVectorStore() 1896 DAG.getTruncStore(Chain, SL, Hi, HiPtr, SrcValue.getWithOffset(Size), in SplitVectorStore()
|
H A D | SIISelLowering.cpp | 10889 return DAG.getTruncStore(Store->getChain(), DL, in LowerSTORE()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 3880 InChain = DAG.getTruncStore(InChain, dl, IndexPlus1, in LowerVAARG() 3895 InChain = DAG.getTruncStore(InChain, dl, OverflowArea, OverflowAreaPtr, in LowerVAARG() 4070 DAG.getTruncStore(Op.getOperand(0), dl, ArgGPR, Op.getOperand(1), in LowerVASTART() 4078 DAG.getTruncStore(firstStore, dl, ArgFPR, nextPtr, in LowerVASTART() 4647 DAG.getTruncStore(Val.getValue(1), dl, Val, Arg, in LowerFormalArguments_64SVR4() 4677 DAG.getTruncStore(Val.getValue(1), dl, Val, Addr, in LowerFormalArguments_64SVR4() 8067 return DAG.getTruncStore(Chain, dl, Value, BasePtr, MVT::i8, MMO); in LowerSTORE()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.cpp | 245 TS = CurDAG->getTruncStore(SDValue(LoadN, 2), dl, SDValue(LoadN, 0), Loc, in StoreInstrForLoadIntrinsic()
|
H A D | HexagonISelLowering.cpp | 3149 SDValue NS = DAG.getTruncStore(SN->getChain(), dl, TR, SN->getBasePtr(), in LowerStore()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 10218 return DAG.getTruncStore( in LowerPredicateStore() 16719 SDValue Store = DAG.getTruncStore( in PerformSplittingToNarrowingStores() 16760 SDValue Store = DAG.getTruncStore( in PerformSplittingMVETruncToNarrowingStores() 16797 SDValue Store = DAG.getTruncStore(Ch, DL, SDValue(GetLane, 0), BasePtr, in PerformExtractFpToIntStores() 18697 SDValue Ch = DAG.getTruncStore(DAG.getEntryNode(), DL, N->getOperand(I), in PerformMVETruncCombine()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 1392 SDValue Store = CurDAG->getTruncStore( in PreprocessISelDAG()
|
H A D | X86ISelLowering.cpp | 27250 return DAG.getTruncStore(Chain, dl, DataToTruncate, Addr, MemVT, in LowerINTRINSIC_W_CHAIN() 51729 return DAG.getTruncStore(St->getChain(), dl, Ext, St->getBasePtr(), in combineStore() 51768 return DAG.getTruncStore(St->getChain(), dl, Src, St->getBasePtr(), in combineStore() 51802 return DAG.getTruncStore( in combineStore()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 3104 DAG.getTruncStore(Tmp1, dl, Tmp3, Tmp2, ST->getPointerInfo(), MVT::i8, in LowerSTOREi1()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 8402 Chain = DAG.getTruncStore(Chain, DL, NumZaSaveSlices, NumZaSaveSlicesAddr, in LowerCall() 22939 return DAG.getTruncStore(Chain, SDLoc(N), Value.getOperand(0), Ptr, in performSTORECombine() 22961 return DAG.getTruncStore(ST->getChain(), ST, Rshrnb, ST->getBasePtr(), in performSTORECombine()
|