Searched refs:OpsVT (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeFloatTypes.cpp | 189 EVT OpsVT[2] = { N->getOperand(0 + Offset).getValueType(), in SoftenFloatRes_Binary() local 191 CallOptions.setTypeListBeforeSoften(OpsVT, N->getValueType(0), true); in SoftenFloatRes_Binary() 453 EVT OpsVT[3] = { N->getOperand(0 + Offset).getValueType(), in SoftenFloatRes_FMA() local 456 CallOptions.setTypeListBeforeSoften(OpsVT, N->getValueType(0), true); in SoftenFloatRes_FMA() 545 EVT OpsVT[1] = { N->getOperand(0).getValueType() }; in SoftenFloatRes_FP16_TO_FP() local 546 CallOptions.setTypeListBeforeSoften(OpsVT, N->getValueType(0), true); in SoftenFloatRes_FP16_TO_FP() 613 EVT OpsVT[2] = { N->getOperand(0 + Offset).getValueType(), in SoftenFloatRes_FPOWI() local 615 CallOptions.setTypeListBeforeSoften(OpsVT, N->getValueType(0), true); in SoftenFloatRes_FPOWI()
|
| H A D | TargetLowering.cpp | 405 EVT OpsVT[2] = { OldLHS.getValueType(), in softenSetCCOperands() local 407 CallOptions.setTypeListBeforeSoften(OpsVT, RetVT, true); in softenSetCCOperands()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 4371 MakeLibCallOptions &setTypeListBeforeSoften(ArrayRef<EVT> OpsVT, EVT RetVT, 4373 OpsVTBeforeSoften = OpsVT;
|