Home
last modified time | relevance | path

Searched refs:LowerStore (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h144 SDValue LowerStore(SDValue Op, SelectionDAG &DAG) const;
H A DWebAssemblyISelLowering.cpp1488 return LowerStore(Op, DAG); in LowerOperation()
1513 SDValue WebAssemblyTargetLowering::LowerStore(SDValue Op, in LowerStore() function in WebAssemblyTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1208 void LowerStore(Instruction *Inst, Value *Matrix, Value *Ptr, MaybeAlign A, in LowerStore() function in __anon46e5f17f0111::LowerMatrixIntrinsics
1227 LowerStore(Inst, Matrix, Ptr, Inst->getParamAlign(1), Stride, in LowerColumnMajorStore()
1993 LowerStore(Inst, StoredVal, Ptr, Inst->getAlign(), in VisitStore()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h200 SDValue LowerStore(SDValue Op, SelectionDAG &DAG) const;
H A DHexagonISelLowering.cpp3123 HexagonTargetLowering::LowerStore(SDValue Op, SelectionDAG &DAG) const { in LowerStore() function in HexagonTargetLowering
3353 case ISD::STORE: return LowerStore(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24458 static SDValue LowerStore(SDValue Op, const X86Subtarget &Subtarget, in LowerStore() function
31913 case ISD::STORE: return LowerStore(Op, Subtarget, DAG); in LowerOperation()