/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 858 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 D | ARMLoadStoreOptimizer.cpp | 956 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 D | ARMLoadStoreOptimizer.cpp | 1000 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 D | ARMTargetTransformInfo.cpp | 559 std::vector<EVT> MemOps; in getMemcpyCost() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | ARMLoadStoreOptimizer.cpp | 1004 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 D | ARMTargetTransformInfo.cpp | 1189 std::vector<EVT> MemOps; in getNumMemOps() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
H A D | ARCISelLowering.cpp | 476 SmallVector<SDValue, 4> MemOps; in LowerCallArguments() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARC/ |
H A D | ARCISelLowering.cpp | 512 SmallVector<SDValue, 4> MemOps; in LowerCallArguments() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 4183 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 D | LegalizerHelper.cpp | 7607 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 D | XCoreISelLowering.cpp | 1292 SmallVector<SDValue, 4> MemOps; in LowerCCCArguments() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 1286 SmallVector<SDValue, 4> MemOps; in LowerCCCArguments() local
|
/aosp_15_r20/external/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 1302 SmallVector<SDValue, 4> MemOps; in LowerCCCArguments() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 1001 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 D | SystemZISelLowering.cpp | 988 SDValue MemOps[SystemZ::NumArgFPRs]; in LowerFormalArguments() local 2820 SDValue MemOps[NumFields]; in lowerVASTART() local
|
/aosp_15_r20/external/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 3031 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 D | MachineScheduler.cpp | 1399 ArrayRef<SUnit *> MemOps, ScheduleDAGMI *DAG) { in clusterNeighboringMemOps()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineScheduler.cpp | 1560 ArrayRef<SUnit *> MemOps, ScheduleDAGInstrs *DAG) { in clusterNeighboringMemOps()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | MachineScheduler.cpp | 1714 ArrayRef<MemOpInfo> MemOps, ScheduleDAGInstrs *DAG, in groupMemOps()
|
/aosp_15_r20/external/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 1089 SmallVector<SDValue, 8> MemOps; in LowerFormalArguments() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 1447 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 D | SelectionDAG.cpp | 5889 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 D | PPCISelLowering.cpp | 3646 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 D | X86ISelDAGToDAG.cpp | 3233 MachineMemOperand *MemOps[] = {StoreNode->getMemOperand(), in foldLoadStoreIntoMemOperand() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 959 SmallVector<SDValue, 8> MemOps; in LowerVASTART() local
|