Searched refs:LLROUND (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h643 LROUND, LLROUND, LRINT, LLRINT, enumerator in enum:llvm::ISD::NodeType
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp347 case ISD::LLROUND: return "llround";
H A DLegalizeFloatTypes.cpp787 case ISD::LLROUND: Res = SoftenFloatOp_LLROUND(N); break;
1667 case ISD::LLROUND: Res = ExpandFloatOp_LLROUND(N); break;
H A DLegalizeDAG.cpp1006 case ISD::LLROUND:
4079 case ISD::LLROUND:
H A DLegalizeIntegerTypes.cpp1833 case ISD::LLROUND:
2748 if (N->getOpcode() == ISD::LLROUND ||
H A DSelectionDAGBuilder.cpp6209 case Intrinsic::llround: Opcode = ISD::LLROUND; break;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp322 case Intrinsic::llround: Opcode = ISD::LLROUND; break;
H A DPPCISelLowering.cpp417 setOperationAction(ISD::LLROUND, MVT::f64, Legal);
418 setOperationAction(ISD::LLROUND, MVT::f32, Legal);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp757 setOperationAction(ISD::LLROUND, VT, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp518 setOperationAction(ISD::LLROUND, Ty, Legal);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp665 setOperationAction(ISD::LLROUND, MVT::f80, Expand);
[all...]

Completed in 592 milliseconds