Searched refs:LLRINT (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.cpp351 case ISD::LLRINT: return "llrint";
H A DLegalizeFloatTypes.cpp791 case ISD::LLRINT: Res = SoftenFloatOp_LLRINT(N); break;
1669 case ISD::LLRINT: Res = ExpandFloatOp_LLRINT(N); break;
H A DLegalizeDAG.cpp1008 case ISD::LLRINT:
4093 case ISD::LLRINT:
H A DLegalizeIntegerTypes.cpp1834 case ISD::LLRINT: ExpandIntRes_LLROUND_LLRINT(N, Lo, Hi); break;
2761 } else if (N->getOpcode() == ISD::LLRINT ||
H A DSelectionDAGBuilder.cpp6211 case Intrinsic::llrint: Opcode = ISD::LLRINT; break;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp318 case Intrinsic::llrint: Opcode = ISD::LLRINT; break;
H A DPPCISelLowering.cpp413 setOperationAction(ISD::LLRINT, MVT::f64, Legal);
414 setOperationAction(ISD::LLRINT, MVT::f32, Legal);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp759 setOperationAction(ISD::LLRINT, VT, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp520 setOperationAction(ISD::LLRINT, Ty, Legal);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp667 setOperationAction(ISD::LLRINT, MVT::f80, Expand);
[all...]

Completed in 439 milliseconds