Searched refs:LROUND (Results 1 - 10 of 10) 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.cpp345 case ISD::LROUND: return "lround";
H A DLegalizeFloatTypes.cpp785 case ISD::LROUND: Res = SoftenFloatOp_LROUND(N); break;
1666 case ISD::LROUND: Res = ExpandFloatOp_LROUND(N); break;
H A DLegalizeDAG.cpp1005 case ISD::LROUND:
4072 case ISD::LROUND:
H A DSelectionDAGBuilder.cpp6208 case Intrinsic::lround: Opcode = ISD::LROUND; break;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp321 case Intrinsic::lround: Opcode = ISD::LROUND; break;
H A DPPCISelLowering.cpp415 setOperationAction(ISD::LROUND, MVT::f64, Legal);
416 setOperationAction(ISD::LROUND, MVT::f32, Legal);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp756 setOperationAction(ISD::LROUND, VT, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp517 setOperationAction(ISD::LROUND, Ty, Legal);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp664 setOperationAction(ISD::LROUND, MVT::f80, Expand);
[all...]

Completed in 560 milliseconds