Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h281 SDValue PromoteIntOp_SIGN_EXTEND(SDNode *N);
DLegalizeIntegerTypes.cpp775 case ISD::SIGN_EXTEND: Res = PromoteIntOp_SIGN_EXTEND(N); break; in PromoteIntegerOperand()
1012 SDValue DAGTypeLegalizer::PromoteIntOp_SIGN_EXTEND(SDNode *N) { in PromoteIntOp_SIGN_EXTEND() function in DAGTypeLegalizer
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h302 SDValue PromoteIntOp_SIGN_EXTEND(SDNode *N);
DLegalizeIntegerTypes.cpp900 case ISD::SIGN_EXTEND: Res = PromoteIntOp_SIGN_EXTEND(N); break; in PromoteIntegerOperand()
1155 SDValue DAGTypeLegalizer::PromoteIntOp_SIGN_EXTEND(SDNode *N) { in PromoteIntOp_SIGN_EXTEND() function in DAGTypeLegalizer