/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstrainedOps.def | 68 FUNCTION(llrint, 1, 1, experimental_constrained_llrint, LLRINT)
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 643 LROUND, LLROUND, LRINT, LLRINT, enumerator
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | ConstrainedOps.def | 82 DAG_FUNCTION(llrint, 1, 1, experimental_constrained_llrint, LLRINT)
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 816 LLRINT, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 317 case Intrinsic::llrint: Opcode = ISD::LLRINT; break; in mightUseCTR()
|
D | PPCISelLowering.cpp | 396 setOperationAction(ISD::LLRINT, MVT::f64, Legal); in PPCTargetLowering() 397 setOperationAction(ISD::LLRINT, MVT::f32, Legal); in PPCTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 351 case ISD::LLRINT: return "llrint"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 791 case ISD::LLRINT: Res = SoftenFloatOp_LLRINT(N); break; in SoftenFloatOperand() 1669 case ISD::LLRINT: Res = ExpandFloatOp_LLRINT(N); break; in ExpandFloatOperand()
|
D | LegalizeIntegerTypes.cpp | 1822 case ISD::LLRINT: ExpandIntRes_LLROUND_LLRINT(N, Lo, Hi); break; in ExpandIntegerResult() 2749 } else if (N->getOpcode() == ISD::LLRINT || in ExpandIntRes_LLROUND_LLRINT()
|
D | LegalizeDAG.cpp | 1008 case ISD::LLRINT: in LegalizeOp() 4093 case ISD::LLRINT: in ConvertNodeToLibcall()
|
D | SelectionDAGBuilder.cpp | 6211 case Intrinsic::llrint: Opcode = ISD::LLRINT; break; in visitIntrinsicCall()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 363 case ISD::LLRINT: return "llrint"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 829 case ISD::LLRINT: Res = SoftenFloatOp_LLRINT(N); break; in SoftenFloatOperand() 1759 case ISD::LLRINT: Res = ExpandFloatOp_LLRINT(N); break; in ExpandFloatOperand()
|
D | LegalizeDAG.cpp | 1007 case ISD::LLRINT: in LegalizeOp() 4271 case ISD::LLRINT: in ConvertNodeToLibcall()
|
D | LegalizeIntegerTypes.cpp | 2051 case ISD::LLRINT: ExpandIntRes_LLROUND_LLRINT(N, Lo, Hi); break; in ExpandIntegerResult() 3076 } else if (N->getOpcode() == ISD::LLRINT || in ExpandIntRes_LLROUND_LLRINT()
|
D | SelectionDAGBuilder.cpp | 6099 case Intrinsic::llrint: Opcode = ISD::LLRINT; break; in visitIntrinsicCall()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 476 case Intrinsic::llrint: Opcode = ISD::LLRINT; break; in mightUseCTR()
|
D | PPCISelLowering.cpp | 498 setOperationAction(ISD::LLRINT, MVT::f64, Legal); in PPCTargetLowering() 499 setOperationAction(ISD::LLRINT, MVT::f32, Legal); in PPCTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 759 setOperationAction(ISD::LLRINT, VT, Expand); in initActions()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 880 setOperationAction(ISD::LLRINT, VT, Expand); in initActions()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 472 def llrint : SDNode<"ISD::LLRINT" , SDTFPToIntOp>;
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 479 def llrint : SDNode<"ISD::LLRINT" , SDTFPToIntOp>;
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 273 setOperationAction(ISD::LLRINT, MVT::f32, Custom); in X86TargetLowering() 274 setOperationAction(ISD::LLRINT, MVT::f64, Custom); in X86TargetLowering() 278 setOperationAction(ISD::LLRINT, MVT::i64, Custom); in X86TargetLowering() 676 setOperationAction(ISD::LLRINT, MVT::f80, Custom); in X86TargetLowering() 29776 case ISD::LLRINT: return LowerLRINT_LLRINT(Op, DAG); in LowerOperation() 30310 case ISD::LLRINT: { in ReplaceNodeResults()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 520 setOperationAction(ISD::LLRINT, Ty, Legal); in AArch64TargetLowering()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 652 setOperationAction(ISD::LLRINT, Ty, Legal); in AArch64TargetLowering()
|