Home
last modified time | relevance | path

Searched refs:getRC (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUISelDAGToDAG.cpp304 SDValue getRC( MVT );
578 SDValue SPUDAGToDAGISel::getRC( MVT VT ) { in getRC() function in SPUDAGToDAGISel
767 Op0.getOperand(0), getRC(MVT::i32)); in Select()
852 getRC( VT.getSimpleVT()), Chain); in Select()
924 Op0, getRC(MVT::v2i64) ); in SelectSHLi64()
969 OpVT, SDValue(Shift, 0), getRC(MVT::i64)); in SelectSHLi64()
991 Op0, getRC(MVT::v2i64) ); in SelectSRLi64()
1038 OpVT, SDValue(Shift, 0), getRC(MVT::i64)); in SelectSRLi64()
1060 VecVT, N->getOperand(0), getRC(MVT::v2i64)); in SelectSRAi64()
1068 MVT::i32, SDValue(SignRot, 0), getRC(MVT::i32)); in SelectSRAi64()
[all …]
/external/skia/tests/
DDeviceLooperTest.cpp56 REPORTER_ASSERT(reporter, equal(looper.getRC(), rc)); in test_simple()
130 REPORTER_ASSERT(reporter, !looper.getRC().isEmpty()); in test_complex()
/external/skia/src/core/
DSkDeviceLooper.h42 const SkRasterClip& getRC() const { in getRC() function
DSkDraw.cpp794 const SkRasterClip& clip = looper.getRC(); in drawRect()