Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h262 SDValue PromoteIntOp_ANY_EXTEND(SDNode *N);
DLegalizeIntegerTypes.cpp753 case ISD::ANY_EXTEND: Res = PromoteIntOp_ANY_EXTEND(N); break; in PromoteIntegerOperand()
837 SDValue DAGTypeLegalizer::PromoteIntOp_ANY_EXTEND(SDNode *N) { in PromoteIntOp_ANY_EXTEND() function in DAGTypeLegalizer
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h285 SDValue PromoteIntOp_ANY_EXTEND(SDNode *N);
DLegalizeIntegerTypes.cpp879 case ISD::ANY_EXTEND: Res = PromoteIntOp_ANY_EXTEND(N); break; in PromoteIntegerOperand()
990 SDValue DAGTypeLegalizer::PromoteIntOp_ANY_EXTEND(SDNode *N) { in PromoteIntOp_ANY_EXTEND() function in DAGTypeLegalizer