Home
last modified time | relevance | path

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/
DLowerMatrixIntrinsics.cpp588 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/
DHexagonISelLowering.h173 SDValue LowerStore(SDValue Op, SelectionDAG &DAG) const;
DHexagonISelLowering.cpp2699 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/
DX86ISelLowering.cpp22680 static SDValue LowerStore(SDValue Op, const X86Subtarget &Subtarget, in LowerStore() function
28585 case ISD::STORE: return LowerStore(Op, Subtarget, DAG); in LowerOperation()