Searched refs:getRC (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUISelDAGToDAG.cpp | 304 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | LazyCallGraph.h | 899 postorder_ref_scc_iterator(LazyCallGraph &G) : G(&G), RC(getRC(G, 0)) {} in postorder_ref_scc_iterator() 906 static RefSCC *getRC(LazyCallGraph &G, int Index) { in getRC() function 924 RC = getRC(*G, G->RefSCCIndices.find(RC)->second + 1);
|