Searched refs:LowerStore (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.h | 133 SDValue LowerStore(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | WebAssemblyISelLowering.cpp | 1681 return LowerStore(Op, DAG); in LowerOperation() 1713 SDValue WebAssemblyTargetLowering::LowerStore(SDValue Op, in LowerStore() function in WebAssemblyTargetLowering
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 1400 MatrixTy LowerStore(Instruction *Inst, Value *Matrix, Value *Ptr, in LowerStore() function in __anon821fcdb70111::LowerMatrixIntrinsics 1417 return LowerStore(Inst, Matrix, Ptr, Inst->getParamAlign(1), Stride, in LowerColumnMajorStore() 2264 return LowerStore(Inst, StoredVal, Ptr, Inst->getAlign(), in VisitStore()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 204 SDValue LowerStore(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | HexagonISelLowering.cpp | 3162 HexagonTargetLowering::LowerStore(SDValue Op, SelectionDAG &DAG) const { in LowerStore() function in HexagonTargetLowering 3395 case ISD::STORE: return LowerStore(Op, DAG); in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 25521 static SDValue LowerStore(SDValue Op, const X86Subtarget &Subtarget, in LowerStore() function 33637 case ISD::STORE: return LowerStore(Op, Subtarget, DAG); in LowerOperation()
|