Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp292 return GetPromotedInteger(Op); in PromoteIntRes_MERGE_VALUES()
322 SDValue Op2 = GetPromotedInteger(N->getOperand(2)); in PromoteIntRes_Atomic1()
358 SDValue Op3 = GetPromotedInteger(N->getOperand(3)); in PromoteIntRes_AtomicCmpSwap()
367 Op2 = GetPromotedInteger(Op2); in PromoteIntRes_AtomicCmpSwap()
398 return DAG.getNode(ISD::BITCAST, dl, NOutVT, GetPromotedInteger(InOp)); in PromoteIntRes_BITCAST()
487 SDValue V = GetPromotedInteger(N->getOperand(0)); in PromoteIntRes_FREEZE()
493 SDValue Op = GetPromotedInteger(N->getOperand(0)); in PromoteIntRes_BSWAP()
514 SDValue Op = GetPromotedInteger(N->getOperand(0)); in PromoteIntRes_BITREVERSE()
608 SDValue Op = GetPromotedInteger(N->getOperand(0)); in PromoteIntRes_CTTZ()
650 SDValue In = GetPromotedInteger(Op0); in PromoteIntRes_EXTRACT_VECTOR_ELT()
[all …]
H A DLegalizeTypes.h252 SDValue GetPromotedInteger(SDValue Op) { in GetPromotedInteger() function
264 Op = GetPromotedInteger(Op); in SExtPromotedInteger()
273 Op = GetPromotedInteger(Op); in ZExtPromotedInteger()
284 Op = GetPromotedInteger(Op); in SExtOrZExtPromotedInteger()
H A DLegalizeVectorTypes.cpp4814 SDValue NInOp = GetPromotedInteger(InOp); in WidenVecRes_BITCAST()