HomeSort by relevance Sort by last modified time
    Searched refs:PromoteIntRes_CTPOP (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 234 SDValue PromoteIntRes_CTPOP(SDNode *N);
    [all...]
LegalizeIntegerTypes.cpp 61 case ISD::CTPOP: Res = PromoteIntRes_CTPOP(N); break;
322 SDValue DAGTypeLegalizer::PromoteIntRes_CTPOP(SDNode *N) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 255 SDValue PromoteIntRes_CTPOP(SDNode *N);
    [all...]
LegalizeIntegerTypes.cpp 64 case ISD::CTPOP: Res = PromoteIntRes_CTPOP(N); break;
387 SDValue DAGTypeLegalizer::PromoteIntRes_CTPOP(SDNode *N) {
    [all...]

Completed in 65 milliseconds