/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstrainedOps.def | 70 FUNCTION(llround, 1, 0, experimental_constrained_llround, LLROUND)
|
/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 | 84 DAG_FUNCTION(llround, 1, 0, experimental_constrained_llround, LLROUND)
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 814 LLROUND, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 321 case Intrinsic::llround: Opcode = ISD::LLROUND; break; in mightUseCTR()
|
D | PPCISelLowering.cpp | 400 setOperationAction(ISD::LLROUND, MVT::f64, Legal); in PPCTargetLowering() 401 setOperationAction(ISD::LLROUND, MVT::f32, Legal); in PPCTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 347 case ISD::LLROUND: return "llround"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 787 case ISD::LLROUND: Res = SoftenFloatOp_LLROUND(N); break; in SoftenFloatOperand() 1667 case ISD::LLROUND: Res = ExpandFloatOp_LLROUND(N); break; in ExpandFloatOperand()
|
D | LegalizeIntegerTypes.cpp | 1821 case ISD::LLROUND: in ExpandIntegerResult() 2736 if (N->getOpcode() == ISD::LLROUND || in ExpandIntRes_LLROUND_LLRINT()
|
D | LegalizeDAG.cpp | 1006 case ISD::LLROUND: in LegalizeOp() 4079 case ISD::LLROUND: in ConvertNodeToLibcall()
|
D | SelectionDAGBuilder.cpp | 6209 case Intrinsic::llround: Opcode = ISD::LLROUND; break; in visitIntrinsicCall()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 359 case ISD::LLROUND: return "llround"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 825 case ISD::LLROUND: Res = SoftenFloatOp_LLROUND(N); break; in SoftenFloatOperand() 1757 case ISD::LLROUND: Res = ExpandFloatOp_LLROUND(N); break; in ExpandFloatOperand()
|
D | LegalizeDAG.cpp | 1005 case ISD::LLROUND: in LegalizeOp() 4257 case ISD::LLROUND: in ConvertNodeToLibcall()
|
D | LegalizeIntegerTypes.cpp | 2050 case ISD::LLROUND: in ExpandIntegerResult() 3063 if (N->getOpcode() == ISD::LLROUND || in ExpandIntRes_LLROUND_LLRINT()
|
D | SelectionDAGBuilder.cpp | 6097 case Intrinsic::llround: Opcode = ISD::LLROUND; break; in visitIntrinsicCall()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 480 case Intrinsic::llround: Opcode = ISD::LLROUND; break; in mightUseCTR()
|
D | PPCISelLowering.cpp | 502 setOperationAction(ISD::LLROUND, MVT::f64, Legal); in PPCTargetLowering() 503 setOperationAction(ISD::LLROUND, MVT::f32, Legal); in PPCTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 757 setOperationAction(ISD::LLROUND, VT, Expand); in initActions()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 878 setOperationAction(ISD::LLROUND, VT, Expand); in initActions()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 470 def llround : SDNode<"ISD::LLROUND" , SDTFPToIntOp>;
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 477 def llround : SDNode<"ISD::LLROUND" , SDTFPToIntOp>;
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenFastISel.inc | 3976 // FastEmit functions for ISD::LLROUND. 4743 case ISD::LLROUND: return fastEmit_ISD_LLROUND_r(VT, RetVT, Op0, Op0IsKill);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 518 setOperationAction(ISD::LLROUND, Ty, Legal); in AArch64TargetLowering()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 650 setOperationAction(ISD::LLROUND, Ty, Legal); in AArch64TargetLowering()
|