Home
last modified time | relevance | path

Searched defs:MemOps (Results 1 – 25 of 39) sorted by relevance

12

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp858 std::vector<LLT> &MemOps, unsigned Limit, uint64_t Size, unsigned DstAlign, in findGISelOptimalMemOpLowering()
982 std::vector<LLT> MemOps; in optimizeMemset() local
1101 std::vector<LLT> MemOps; in optimizeMemcpy() local
1205 std::vector<LLT> MemOps; in optimizeMemmove() local
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp956 void ARMLoadStoreOpt::FormCandidates(const MemOpQueue &MemOps) { in FormCandidates()
1694 MemOpQueue MemOps; in LoadStoreMultipleOpti() local
2011 SmallPtrSetImpl<MachineInstr*> &MemOps, in IsSafeAndProfitableToMove()
2190 SmallPtrSet<MachineInstr*, 4> MemOps; in RescheduleOps() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp1000 void ARMLoadStoreOpt::FormCandidates(const MemOpQueue &MemOps) { in FormCandidates()
1773 MemOpQueue MemOps; in LoadStoreMultipleOpti() local
2112 SmallPtrSetImpl<MachineInstr*> &MemOps, in IsSafeAndProfitableToMove()
2289 SmallPtrSet<MachineInstr*, 4> MemOps; in RescheduleOps() local
H A DARMTargetTransformInfo.cpp559 std::vector<EVT> MemOps; in getMemcpyCost() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp1004 void ARMLoadStoreOpt::FormCandidates(const MemOpQueue &MemOps) { in FormCandidates()
1878 MemOpQueue MemOps; in LoadStoreMultipleOpti() local
2222 SmallPtrSetImpl<MachineInstr*> &MemOps, in IsSafeAndProfitableToMove()
2393 SmallPtrSet<MachineInstr*, 4> MemOps; in RescheduleOps() local
H A DARMTargetTransformInfo.cpp1189 std::vector<EVT> MemOps; in getNumMemOps() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp476 SmallVector<SDValue, 4> MemOps; in LowerCallArguments() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp512 SmallVector<SDValue, 4> MemOps; in LowerCallArguments() local
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4183 static bool FindOptimalMemOpLowering(std::vector<EVT> &MemOps, in FindOptimalMemOpLowering()
4308 std::vector<EVT> MemOps; in getMemcpyLoadsAndStores() local
4424 std::vector<EVT> MemOps; in getMemmoveLoadsAndStores() local
4520 std::vector<EVT> MemOps; in getMemsetStores() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7607 static bool findGISelOptimalMemOpLowering(std::vector<LLT> &MemOps, in findGISelOptimalMemOpLowering()
7732 std::vector<LLT> MemOps; in lowerMemset() local
7890 std::vector<LLT> MemOps; in lowerMemcpy() local
7995 std::vector<LLT> MemOps; in lowerMemmove() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1292 SmallVector<SDValue, 4> MemOps; in LowerCCCArguments() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1286 SmallVector<SDValue, 4> MemOps; in LowerCCCArguments() local
/aosp_15_r20/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1302 SmallVector<SDValue, 4> MemOps; in LowerCCCArguments() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1001 std::vector<EVT> &MemOps, unsigned Limit, const MemOp &Op, unsigned DstAS, in findOptimalMemOpLowering()
1619 SDValue MemOps[SystemZ::ELFNumArgFPRs]; in LowerFormalArguments() local
3604 SDValue MemOps[NumFields]; in lowerVASTART_ELF() local
/aosp_15_r20/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp988 SDValue MemOps[SystemZ::NumArgFPRs]; in LowerFormalArguments() local
2820 SDValue MemOps[NumFields]; in lowerVASTART() local
/aosp_15_r20/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3031 SmallVector<SDValue, 8> MemOps; in LowerFormalArguments_32SVR4() local
3195 SmallVector<SDValue, 8> MemOps; in LowerFormalArguments_64SVR4() local
3640 SmallVector<SDValue, 8> MemOps; in LowerFormalArguments_Darwin() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1399 ArrayRef<SUnit *> MemOps, ScheduleDAGMI *DAG) { in clusterNeighboringMemOps()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1560 ArrayRef<SUnit *> MemOps, ScheduleDAGInstrs *DAG) { in clusterNeighboringMemOps()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1714 ArrayRef<MemOpInfo> MemOps, ScheduleDAGInstrs *DAG, in groupMemOps()
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1089 SmallVector<SDValue, 8> MemOps; in LowerFormalArguments() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1447 SDValue MemOps[SystemZ::NumArgFPRs]; in LowerFormalArguments() local
3334 SDValue MemOps[NumFields]; in lowerVASTART() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5889 std::vector<EVT> MemOps; in getMemcpyLoadsAndStores() local
6072 std::vector<EVT> MemOps; in getMemmoveLoadsAndStores() local
6178 std::vector<EVT> MemOps; in getMemsetStores() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3646 SmallVector<SDValue, 8> MemOps; in LowerFormalArguments_32SVR4() local
3806 SmallVector<SDValue, 8> MemOps; in LowerFormalArguments_64SVR4() local
4249 SmallVector<SDValue, 8> MemOps; in LowerFormalArguments_Darwin() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3233 MachineMemOperand *MemOps[] = {StoreNode->getMemOperand(), in foldLoadStoreIntoMemOperand() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp959 SmallVector<SDValue, 8> MemOps; in LowerVASTART() local

12