Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp188 EVT OpsVT[2] = { N->getOperand(0 + Offset).getValueType(), in SoftenFloatRes_Binary() local
190 CallOptions.setTypeListBeforeSoften(OpsVT, N->getValueType(0), true); in SoftenFloatRes_Binary()
441 EVT OpsVT[3] = { N->getOperand(0 + Offset).getValueType(), in SoftenFloatRes_FMA() local
444 CallOptions.setTypeListBeforeSoften(OpsVT, N->getValueType(0), true); in SoftenFloatRes_FMA()
533 EVT OpsVT[1] = { N->getOperand(0).getValueType() }; in SoftenFloatRes_FP16_TO_FP() local
534 CallOptions.setTypeListBeforeSoften(OpsVT, N->getValueType(0), true); in SoftenFloatRes_FP16_TO_FP()
601 EVT OpsVT[2] = { N->getOperand(0 + Offset).getValueType(), in SoftenFloatRes_FPOWI() local
603 CallOptions.setTypeListBeforeSoften(OpsVT, N->getValueType(0), true); in SoftenFloatRes_FPOWI()
H A DTargetLowering.cpp399 EVT OpsVT[2] = { OldLHS.getValueType(), in softenSetCCOperands() local
401 CallOptions.setTypeListBeforeSoften(OpsVT, RetVT, true); in softenSetCCOperands()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3923 MakeLibCallOptions &setTypeListBeforeSoften(ArrayRef<EVT> OpsVT, EVT RetVT,
3925 OpsVTBeforeSoften = OpsVT;