Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h286 SDValue PromoteIntOp_ZERO_EXTEND(SDNode *N);
DLegalizeIntegerTypes.cpp782 case ISD::ZERO_EXTEND: Res = PromoteIntOp_ZERO_EXTEND(N); break; in PromoteIntegerOperand()
1051 SDValue DAGTypeLegalizer::PromoteIntOp_ZERO_EXTEND(SDNode *N) { in PromoteIntOp_ZERO_EXTEND() function in DAGTypeLegalizer
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h307 SDValue PromoteIntOp_ZERO_EXTEND(SDNode *N);
DLegalizeIntegerTypes.cpp915 case ISD::ZERO_EXTEND: Res = PromoteIntOp_ZERO_EXTEND(N); break; in PromoteIntegerOperand()
1266 SDValue DAGTypeLegalizer::PromoteIntOp_ZERO_EXTEND(SDNode *N) { in PromoteIntOp_ZERO_EXTEND() function in DAGTypeLegalizer