Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h124 SDValue LowerStore(SDValue Op, SelectionDAG &DAG) const;
H A DWebAssemblyISelLowering.cpp1268 return LowerStore(Op, DAG); in LowerOperation()
1279 SDValue WebAssemblyTargetLowering::LowerStore(SDValue Op, in LowerStore() function in WebAssemblyTargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp915 void LowerStore(Instruction *Inst, Value *Matrix, Value *Ptr, MaybeAlign A, in LowerStore() function in __anon7e59d9a20111::LowerMatrixIntrinsics
934 LowerStore(Inst, Matrix, Ptr, Inst->getParamAlign(1), Stride, in LowerColumnMajorStore()
1513 LowerStore(Inst, StoredVal, Ptr, Inst->getAlign(), in VisitStore()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h180 SDValue LowerStore(SDValue Op, SelectionDAG &DAG) const;
H A DHexagonISelLowering.cpp2916 HexagonTargetLowering::LowerStore(SDValue Op, SelectionDAG &DAG) const { in LowerStore() function in HexagonTargetLowering
3146 case ISD::STORE: return LowerStore(Op, DAG); in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24213 static SDValue LowerStore(SDValue Op, const X86Subtarget &Subtarget, in LowerStore() function
30315 case ISD::STORE: return LowerStore(Op, Subtarget, DAG); in LowerOperation()