Home
last modified time | relevance | path

Searched refs:PromotedOp (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h214 SDValue &PromotedOp = PromotedIntegers[Op]; in GetPromotedInteger() local
215 RemapValue(PromotedOp); in GetPromotedInteger()
216 assert(PromotedOp.getNode() && "Operand wasn't promoted?"); in GetPromotedInteger()
217 return PromotedOp; in GetPromotedInteger()
553 SDValue &PromotedOp = PromotedFloats[Op]; in GetPromotedFloat() local
554 RemapValue(PromotedOp); in GetPromotedFloat()
555 assert(PromotedOp.getNode() && "Operand wasn't promoted?"); in GetPromotedFloat()
556 return PromotedOp; in GetPromotedFloat()
DLegalizeIntegerTypes.cpp265 SDValue PromotedOp = GetPromotedFloat(InOp); in PromoteIntRes_BITCAST() local
266 return DAG.getNode(ISD::FP_TO_FP16, dl, NOutVT, PromotedOp); in PromoteIntRes_BITCAST()