Searched refs:LowerStore (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.h | 141 SDValue LowerStore(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | WebAssemblyISelLowering.cpp | 1437 return LowerStore(Op, DAG); in LowerOperation() 1534 SDValue WebAssemblyTargetLowering::LowerStore(SDValue Op, in LowerStore() function in WebAssemblyTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 1088 void LowerStore(Instruction *Inst, Value *Matrix, Value *Ptr, MaybeAlign A, in LowerStore() function in __anon8ba1aee70111::LowerMatrixIntrinsics 1107 LowerStore(Inst, Matrix, Ptr, Inst->getParamAlign(1), Stride, in LowerColumnMajorStore() 1715 LowerStore(Inst, StoredVal, Ptr, Inst->getAlign(), in VisitStore()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 177 SDValue LowerStore(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | HexagonISelLowering.cpp | 2978 HexagonTargetLowering::LowerStore(SDValue Op, SelectionDAG &DAG) const { in LowerStore() function in HexagonTargetLowering 3208 case ISD::STORE: return LowerStore(Op, DAG); in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 25651 static SDValue LowerStore(SDValue Op, const X86Subtarget &Subtarget, in LowerStore() function 32274 case ISD::STORE: return LowerStore(Op, Subtarget, DAG); in LowerOperation()
|