Searched refs:STRICT_LLROUND (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 431 STRICT_LLROUND, enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 378 case ISD::STRICT_LLROUND: return "strict_llround"; in getOperationName()
|
| H A D | LegalizeDAG.cpp | 1020 case ISD::STRICT_LLROUND: in LegalizeOp() 3921 case ISD::STRICT_LLROUND: in ExpandNode() 4192 case ISD::STRICT_LLROUND: in ConvertNodeToLibcall()
|
| H A D | SelectionDAGISel.cpp | 1159 case ISD::STRICT_LLROUND: in DoInstructionSelection()
|
| H A D | LegalizeIntegerTypes.cpp | 2442 case ISD::STRICT_LLROUND: in ExpandIntegerResult() 3532 N->getOpcode() == ISD::STRICT_LLROUND) { in ExpandIntRes_XROUND_XRINT()
|
| H A D | LegalizeFloatTypes.cpp | 849 case ISD::STRICT_LLROUND: in SoftenFloatOperand()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 568 def strict_llround : SDNode<"ISD::STRICT_LLROUND",
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 316 ISD::STRICT_LLROUND, ISD::STRICT_FMA, ISD::STRICT_FADD, in RISCVTargetLowering() 355 ISD::STRICT_LROUND, ISD::STRICT_LLROUND}, in RISCVTargetLowering()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 681 for (auto Op : {ISD::STRICT_LROUND, ISD::STRICT_LLROUND, ISD::STRICT_LRINT, in AArch64TargetLowering() 742 ISD::STRICT_LLROUND, ISD::STRICT_LRINT, ISD::STRICT_LLRINT}) { in AArch64TargetLowering() 6076 case ISD::STRICT_LLROUND: in LowerOperation()
|