Home
last modified time | relevance | path

Searched refs:setNodeMemRefs (Results 1 – 25 of 25) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp264 CurDAG->setNodeMemRefs(Load, {MemOp->getMemOperand()}); in selectVLSEG()
307 CurDAG->setNodeMemRefs(Load, {MemOp->getMemOperand()}); in selectVLSEGFF()
355 CurDAG->setNodeMemRefs(Load, {MemOp->getMemOperand()}); in selectVLXSEG()
395 CurDAG->setNodeMemRefs(Store, {MemOp->getMemOperand()}); in selectVSSEG()
432 CurDAG->setNodeMemRefs(Store, {MemOp->getMemOperand()}); in selectVSXSEG()
1017 CurDAG->setNodeMemRefs(Load, {MemOp->getMemOperand()}); in Select()
1051 CurDAG->setNodeMemRefs(Load, {MemOp->getMemOperand()}); in Select()
1082 CurDAG->setNodeMemRefs(Load, {MemOp->getMemOperand()}); in Select()
1206 CurDAG->setNodeMemRefs(Store, {MemOp->getMemOperand()}); in Select()
1237 CurDAG->setNodeMemRefs(Store, {MemOp->getMemOperand()}); in Select()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp139 DAG.setNodeMemRefs(cast<MachineSDNode>(St), {BaseMemOperand}); in EmitTargetCodeForSetTag()
H A DAArch64ISelDAGToDAG.cpp1382 CurDAG->setNodeMemRefs(cast<MachineSDNode>(Res), {MemOp}); in tryIndexedLoad()
1426 CurDAG->setNodeMemRefs(cast<MachineSDNode>(Ld), {MemOp}); in SelectLoad()
1536 CurDAG->setNodeMemRefs(cast<MachineSDNode>(St), {MemOp}); in SelectStore()
1757 CurDAG->setNodeMemRefs(cast<MachineSDNode>(St), {MemOp}); in SelectStoreLane()
1791 CurDAG->setNodeMemRefs(cast<MachineSDNode>(St), {MemOp}); in SelectPostStoreLane()
3101 CurDAG->setNodeMemRefs(cast<MachineSDNode>(CmpSwap), {MemOp}); in SelectCMP_SWAP()
3572 CurDAG->setNodeMemRefs(cast<MachineSDNode>(Ld), {MemOp}); in Select()
3593 CurDAG->setNodeMemRefs(cast<MachineSDNode>(St), {MemOp}); in Select()
H A DAArch64ISelLowering.cpp17199 DAG.setNodeMemRefs(CmpSwap, {MemOp}); in ReplaceCMP_SWAP_128Results()
17240 DAG.setNodeMemRefs(cast<MachineSDNode>(CmpSwap), {MemOp}); in ReplaceCMP_SWAP_128Results()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp349 CurDAG->setNodeMemRefs(cast<MachineSDNode>(ResNode), {ST->getMemOperand()}); in select()
404 CurDAG->setNodeMemRefs(cast<MachineSDNode>(ResNode), {LD->getMemOperand()}); in select()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp156 CurDAG->setNodeMemRefs(cast<MachineSDNode>(node), {MemOp}); in Select()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1455 CurDAG->setNodeMemRefs( in PostprocessISelDAG()
3358 CurDAG->setNodeMemRefs(Result, MemOps); in foldLoadStoreIntoMemOperand()
3778 CurDAG->setNodeMemRefs(CNode, {cast<LoadSDNode>(N1)->getMemOperand()}); in emitPCMPISTR()
3812 CurDAG->setNodeMemRefs(CNode, {cast<LoadSDNode>(N2)->getMemOperand()}); in emitPCMPESTR()
4144 CurDAG->setNodeMemRefs(MNode, {cast<MemSDNode>(C)->getMemOperand()}); in matchVPTERNLOG()
4507 CurDAG->setNodeMemRefs(CNode, {cast<MemSDNode>(Src1)->getMemOperand()}); in tryVPTESTM()
5024 CurDAG->setNodeMemRefs(CNode, {cast<LoadSDNode>(N1)->getMemOperand()}); in Select()
5553 CurDAG->setNodeMemRefs(NewNode, in Select()
5813 CurDAG->setNodeMemRefs(NewNode, {Mgt->getMemOperand()}); in Select()
5878 CurDAG->setNodeMemRefs(NewNode, {Sc->getMemOperand()}); in Select()
[all …]
H A DX86InstrInfo.cpp6513 DAG.setNodeMemRefs(cast<MachineSDNode>(Load), MMOs); in unfoldMemoryOperand()
6578 DAG.setNodeMemRefs(cast<MachineSDNode>(Store), MMOs); in unfoldMemoryOperand()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp365 CurDAG->setNodeMemRefs(cast<MachineSDNode>(ResNode), {MemRef}); in tryIndexedBinOp()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp985 CurDAG->setNodeMemRefs(cast<MachineSDNode>(NVPTXLD), {MemRef}); in tryLoad()
1224 CurDAG->setNodeMemRefs(cast<MachineSDNode>(LD), {MemRef}); in tryLoadVector()
1661 CurDAG->setNodeMemRefs(cast<MachineSDNode>(LD), {MemRef}); in tryLDGLDU()
1865 CurDAG->setNodeMemRefs(cast<MachineSDNode>(NVPTXST), {MemRef}); in tryStore()
2088 CurDAG->setNodeMemRefs(cast<MachineSDNode>(ST), {MemRef}); in tryStoreVector()
2235 CurDAG->setNodeMemRefs(cast<MachineSDNode>(Ret), {MemRef}); in tryStoreRetval()
2339 CurDAG->setNodeMemRefs(cast<MachineSDNode>(Ret), {MemRef}); in tryStoreParam()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp160 CurDAG->setNodeMemRefs(L, {MemOp}); in SelectIndexedLoad()
171 CurDAG->setNodeMemRefs(L, {MemOp}); in SelectIndexedLoad()
346 CurDAG->setNodeMemRefs(Res, {MemOp}); in SelectBrevLdIntrinsic()
536 CurDAG->setNodeMemRefs(S, {MemOp}); in SelectIndexedStore()
543 CurDAG->setNodeMemRefs(S, {MemOp}); in SelectIndexedStore()
H A DHexagonISelLoweringHVX.cpp1734 DAG.setNodeMemRefs(cast<MachineSDNode>(Store.getNode()), {MemOp}); in LowerHvxMaskedOp()
1764 DAG.setNodeMemRefs(cast<MachineSDNode>(StoreLo.getNode()), {MemOp}); in LowerHvxMaskedOp()
1765 DAG.setNodeMemRefs(cast<MachineSDNode>(StoreHi.getNode()), {MemOp}); in LowerHvxMaskedOp()
H A DHexagonISelDAGToDAGHVX.cpp2425 CurDAG->setNodeMemRefs(cast<MachineSDNode>(Result), {MemOp}); in SelectV65GatherPred()
2462 CurDAG->setNodeMemRefs(cast<MachineSDNode>(Result), {MemOp}); in SelectV65Gather()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1581 CurDAG->setNodeMemRefs(cast<MachineSDNode>(Result), {MemOp}); in transferMemOperands()
2221 CurDAG->setNodeMemRefs(cast<MachineSDNode>(VLd), {MemOp}); in SelectVLD()
2350 CurDAG->setNodeMemRefs(cast<MachineSDNode>(VSt), {MemOp}); in SelectVST()
2374 CurDAG->setNodeMemRefs(cast<MachineSDNode>(VStA), {MemOp}); in SelectVST()
2393 CurDAG->setNodeMemRefs(cast<MachineSDNode>(VStB), {MemOp}); in SelectVST()
2506 CurDAG->setNodeMemRefs(cast<MachineSDNode>(VLdLn), {MemOp}); in SelectVLDSTLane()
3050 CurDAG->setNodeMemRefs(cast<MachineSDNode>(VLdDup), {MemOp}); in SelectVLDDup()
3521 CurDAG->setNodeMemRefs(cast<MachineSDNode>(CmpSwap), {MemOp}); in SelectCMP_SWAP()
3713 CurDAG->setNodeMemRefs(cast<MachineSDNode>(ResNode), {MemOp}); in Select()
4789 CurDAG->setNodeMemRefs(cast<MachineSDNode>(Ld), {MemOp}); in Select()
[all …]
H A DARMISelLowering.cpp10061 DAG.setNodeMemRefs(cast<MachineSDNode>(CmpSwap), {MemOp}); in ReplaceCMP_SWAP_64Results()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp158 DAG->setNodeMemRefs(MN, MMOs); in CloneNodeWithValues()
H A DStatepointLowering.cpp881 DAG.setNodeMemRefs(StatepointMCNode, MemRefs); in LowerAsSTATEPOINT()
H A DSelectionDAGISel.cpp3631 CurDAG->setNodeMemRefs(Res, FilteredMemRefs); in SelectCodeCommon()
H A DSelectionDAG.cpp8353 void SelectionDAG::setNodeMemRefs(MachineSDNode *N, in setNodeMemRefs() function in SelectionDAG
H A DSelectionDAGBuilder.cpp2615 DAG.setNodeMemRefs(Node, {MemRef}); in getLoadStackGuard()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp2490 CurDAG->setNodeMemRefs(CmpSwap, {MMO}); in SelectATOMIC_CMP_SWAP()
2538 CurDAG->setNodeMemRefs(cast<MachineSDNode>(Selected), {MMO}); in SelectDSAppendConsume()
2622 CurDAG->setNodeMemRefs(cast<MachineSDNode>(Selected), {MMO}); in SelectDS_GWS()
H A DSIISelLowering.cpp6346 DAG.setNodeMemRefs(NewNode, {MemRef}); in lowerImage()
7415 DAG.setNodeMemRefs(NewNode, {MemRef}); in LowerINTRINSIC_W_CHAIN()
11056 DAG.setNodeMemRefs(NewNode, Node->memoperands()); in adjustWritemask()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1399 CurDAG->setNodeMemRefs( in tryFoldLoadStoreIntoMemOperand()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1391 void setNodeMemRefs(MachineSDNode *N,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4489 CurDAG->setNodeMemRefs(cast<MachineSDNode>(Result), {MemOp}); in transferMemOperands()
5537 CurDAG->setNodeMemRefs(cast<MachineSDNode>(NewN), {MemOp}); in Select()