Searched refs:LowerStore (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LowerMatrixIntrinsics.cpp | 588 void LowerStore(Instruction *Inst, Value *Matrix, Value *Ptr, Value *Stride, in LowerStore() function in __anon4c9204800111::LowerMatrixIntrinsics 611 LowerStore(Inst, Matrix, Ptr, Stride, in LowerColumnwiseStore() 799 LowerStore(Inst, StoredVal, Ptr, Builder.getInt32(I->second.NumRows), I->second); in VisitStore()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 173 SDValue LowerStore(SDValue Op, SelectionDAG &DAG) const;
|
D | HexagonISelLowering.cpp | 2699 HexagonTargetLowering::LowerStore(SDValue Op, SelectionDAG &DAG) const { in LowerStore() function in HexagonTargetLowering 2912 case ISD::STORE: return LowerStore(Op, DAG); in LowerOperation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 22680 static SDValue LowerStore(SDValue Op, const X86Subtarget &Subtarget, in LowerStore() function 28585 case ISD::STORE: return LowerStore(Op, Subtarget, DAG); in LowerOperation()
|