Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp246 return GetPromotedInteger(Op); in PromoteIntRes_MERGE_VALUES()
321 Op2 = GetPromotedInteger(Op2); in PromoteIntRes_AtomicCmpSwap()
575 SDValue In = GetPromotedInteger(Op0); in PromoteIntRes_EXTRACT_VECTOR_ELT()
782 Op1Promoted = GetPromotedInteger(Op1); in PromoteIntRes_ADDSUBSHLSAT()
1240 Res = GetPromotedInteger(InOp); in PromoteIntRes_TRUNCATE()
1850 DataOp = GetPromotedInteger(DataOp); in PromoteIntOp_MSTORE()
2874 SDValue Res = GetPromotedInteger(Op); in ExpandIntRes_ANY_EXTEND()
3893 SDValue Res = GetPromotedInteger(Op); in ExpandIntRes_SIGN_EXTEND()
4157 SDValue Res = GetPromotedInteger(Op); in ExpandIntRes_ZERO_EXTEND()
4771 Vec = GetPromotedInteger(Vec); in PromoteIntRes_INSERT_SUBVECTOR()
[all …]
H A DLegalizeTypes.h253 SDValue GetPromotedInteger(SDValue Op) { in GetPromotedInteger() function
265 Op = GetPromotedInteger(Op); in SExtPromotedInteger()
274 Op = GetPromotedInteger(Op); in ZExtPromotedInteger()
285 Op = GetPromotedInteger(Op); in SExtOrZExtPromotedInteger()
H A DLegalizeVectorTypes.cpp3791 SDValue NInOp = GetPromotedInteger(InOp); in WidenVecRes_BITCAST()