Home
last modified time | relevance | path

Searched defs:RVT (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp339 EVT RVT = RHS.getValueType(); SoftenFloatRes_FCOPYSIGN() local
856 EVT RVT = N->getValueType(0); SoftenFloatRes_XINT_TO_FP() local
978 EVT RVT = N->getValueType(0); SoftenFloatOp_FP_ROUND() local
1053 EVT RVT = N->getValueType(0); SoftenFloatOp_FP_TO_XINT() local
1174 EVT RVT = RHS.getValueType(); SoftenFloatOp_FCOPYSIGN() local
2029 EVT RVT = N->getValueType(0); ExpandFloatOp_FP_TO_XINT() local
2119 EVT RVT = N->getValueType(0); ExpandFloatOp_LROUND() local
2132 EVT RVT = N->getValueType(0); ExpandFloatOp_LLROUND() local
2145 EVT RVT = N->getValueType(0); ExpandFloatOp_LRINT() local
2158 EVT RVT = N->getValueType(0); ExpandFloatOp_LLRINT() local
2901 EVT RVT = RHS.getValueType(); SoftPromoteHalfRes_FCOPYSIGN() local
2998 EVT RVT = N->getValueType(0); SoftPromoteHalfRes_FP_ROUND() local
3175 EVT RVT = Op1.getValueType(); SoftPromoteHalfOp_FCOPYSIGN() local
3188 EVT RVT = N->getValueType(0); SoftPromoteHalfOp_FP_EXTEND() local
3208 EVT RVT = N->getValueType(0); SoftPromoteHalfOp_FP_TO_XINT() local
3223 EVT RVT = N->getValueType(0); SoftPromoteHalfOp_FP_TO_XINT_SAT() local
[all...]
H A DLegalizeDAG.cpp4669 EVT RVT = Node->getValueType(0); ConvertNodeToLibcall() local
4712 EVT RVT = Node->getValueType(0); ConvertNodeToLibcall() local
H A DDAGCombiner.cpp26550 EVT RVT = RHS.getValueType(); XformToShuffleWithZero() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp236 for (auto RVT : llvm::reverse(ReturnTypes)) { in endOfFunction() local