Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp3489 auto PromotionOpcode = GetPromotionOpcode(OVT, NVT); in SoftPromoteHalfRes_FMAD() local
3490 Op0 = DAG.getNode(PromotionOpcode, dl, NVT, Op0); in SoftPromoteHalfRes_FMAD()
3491 Op1 = DAG.getNode(PromotionOpcode, dl, NVT, Op1); in SoftPromoteHalfRes_FMAD()
3492 Op2 = DAG.getNode(PromotionOpcode, dl, NVT, Op2); in SoftPromoteHalfRes_FMAD()
3685 auto PromotionOpcode = GetPromotionOpcode(OVT, NVT); in SoftPromoteHalfRes_BinOp() local
3686 Op0 = DAG.getNode(PromotionOpcode, dl, NVT, Op0); in SoftPromoteHalfRes_BinOp()
3687 Op1 = DAG.getNode(PromotionOpcode, dl, NVT, Op1); in SoftPromoteHalfRes_BinOp()
3876 auto PromotionOpcode = GetPromotionOpcode(SVT, NVT); in SoftPromoteHalfOp_SELECT_CC() local
3877 Op0 = DAG.getNode(PromotionOpcode, dl, NVT, Op0); in SoftPromoteHalfOp_SELECT_CC()
3878 Op1 = DAG.getNode(PromotionOpcode, dl, NVT, Op1); in SoftPromoteHalfOp_SELECT_CC()
[all …]