Home
last modified time | relevance | path

Searched refs:GetPromotedInteger (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp185 return GetPromotedInteger(Op); in PromoteIntRes_MERGE_VALUES()
452 SDValue In = GetPromotedInteger(Op0); in PromoteIntRes_EXTRACT_VECTOR_ELT()
631 SDValue Op1Promoted = GetPromotedInteger(Op1); in PromoteIntRes_ADDSUBSAT()
814 Res = GetPromotedInteger(InOp); in PromoteIntRes_TRUNCATE()
1124 SDValue OpL = GetPromotedInteger(NewLHS); in PromoteSetCCOperands()
1125 SDValue OpR = GetPromotedInteger(NewRHS); in PromoteSetCCOperands()
1360 DataOp = GetPromotedInteger(DataOp); in PromoteIntOp_MSTORE()
2190 SDValue Res = GetPromotedInteger(Op); in ExpandIntRes_ANY_EXTEND()
2860 SDValue Res = GetPromotedInteger(Op); in ExpandIntRes_SIGN_EXTEND()
3121 SDValue Res = GetPromotedInteger(Op); in ExpandIntRes_ZERO_EXTEND()
[all …]
H A DLegalizeTypes.h259 SDValue GetPromotedInteger(SDValue Op) { in GetPromotedInteger() function
271 Op = GetPromotedInteger(Op); in SExtPromotedInteger()
280 Op = GetPromotedInteger(Op); in ZExtPromotedInteger()
291 Op = GetPromotedInteger(Op); in SExtOrZExtPromotedInteger()
H A DLegalizeVectorTypes.cpp3062 InOp = GetPromotedInteger(InOp); in WidenVecRes_BITCAST()