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.cpp3196 auto PromotionOpcode = GetPromotionOpcode(OVT, NVT); in SoftPromoteHalfRes_FMAD() local
3197 Op0 = DAG.getNode(PromotionOpcode, dl, NVT, Op0); in SoftPromoteHalfRes_FMAD()
3198 Op1 = DAG.getNode(PromotionOpcode, dl, NVT, Op1); in SoftPromoteHalfRes_FMAD()
3199 Op2 = DAG.getNode(PromotionOpcode, dl, NVT, Op2); in SoftPromoteHalfRes_FMAD()
3347 auto PromotionOpcode = GetPromotionOpcode(OVT, NVT); in SoftPromoteHalfRes_BinOp() local
3348 Op0 = DAG.getNode(PromotionOpcode, dl, NVT, Op0); in SoftPromoteHalfRes_BinOp()
3349 Op1 = DAG.getNode(PromotionOpcode, dl, NVT, Op1); in SoftPromoteHalfRes_BinOp()
3525 auto PromotionOpcode = GetPromotionOpcode(SVT, NVT); in SoftPromoteHalfOp_SELECT_CC() local
3526 Op0 = DAG.getNode(PromotionOpcode, dl, NVT, Op0); in SoftPromoteHalfOp_SELECT_CC()
3527 Op1 = DAG.getNode(PromotionOpcode, dl, NVT, Op1); in SoftPromoteHalfOp_SELECT_CC()
[all …]