| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | ConstrainedOps.def | 74 DAG_FUNCTION(exp, 1, 1, experimental_constrained_exp, FEXP)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 867 FEXP, enumerator
|
| H A D | BasicTTIImpl.h | 1535 ISDs.push_back(ISD::FEXP); in getTypeBasedIntrinsicInstrCost()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 217 case ISD::FEXP: return "fexp"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 83 case ISD::FEXP: R = SoftenFloatRes_FEXP(N); break; in SoftenFloatResult() 1202 case ISD::FEXP: ExpandFloatRes_FEXP(N, Lo, Hi); break; in ExpandFloatResult() 2230 case ISD::FEXP: in PromoteFloatResult() 2594 case ISD::FEXP: in SoftPromoteHalfResult()
|
| H A D | LegalizeVectorOps.cpp | 423 case ISD::FEXP: in LegalizeOp()
|
| H A D | LegalizeVectorTypes.cpp | 84 case ISD::FEXP: in ScalarizeVectorResult() 977 case ISD::FEXP: in SplitVectorResult() 3109 case ISD::FEXP: in WidenVectorResult()
|
| H A D | LegalizeDAG.cpp | 3992 case ISD::FEXP: in ConvertNodeToLibcall() 4742 case ISD::FEXP: in PromoteNode()
|
| H A D | SelectionDAG.cpp | 4296 case ISD::FEXP: in isKnownNeverNaN()
|
| H A D | SelectionDAGBuilder.cpp | 5014 return DAG.getNode(ISD::FEXP, dl, Op.getValueType(), Op, Flags); in expandExp()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 866 setOperationAction(ISD::FEXP , VT, Expand); in initActions()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 309 setOperationAction(ISD::FEXP, MVT::f32, Custom); in AMDGPUTargetLowering() 469 setOperationAction(ISD::FEXP, VT, Expand); in AMDGPUTargetLowering() 1255 case ISD::FEXP: in LowerOperation()
|
| H A D | SIISelLowering.cpp | 409 setOperationAction(ISD::FEXP, MVT::f16, Custom); in SITargetLowering() 724 setOperationAction(ISD::FEXP, MVT::v2f16, Custom); in SITargetLowering() 9372 case ISD::FEXP: in fp16SrcZerosHighBits()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 211 ISD::FEXP, ISD::FEXP2, ISD::FRINT}) in WebAssemblyTargetLowering()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 372 setOperationAction(ISD::FEXP, VT, Expand); in addMVEVectorTypes() 847 setOperationAction(ISD::FEXP, MVT::v2f64, Expand); in ARMTargetLowering() 868 setOperationAction(ISD::FEXP, MVT::v4f32, Expand); in ARMTargetLowering() 884 setOperationAction(ISD::FEXP, MVT::v2f32, Expand); in ARMTargetLowering() 1027 setOperationAction(ISD::FEXP, MVT::f64, Expand); in ARMTargetLowering() 1473 setOperationAction(ISD::FEXP, MVT::f16, Promote); in ARMTargetLowering()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 354 setOperationAction(ISD::FEXP, VT, Expand); in AArch64TargetLowering() 591 setOperationAction(ISD::FEXP, MVT::f16, Promote); in AArch64TargetLowering() 592 setOperationAction(ISD::FEXP, MVT::v4f16, Expand); in AArch64TargetLowering() 593 setOperationAction(ISD::FEXP, MVT::v8f16, Expand); in AArch64TargetLowering() 1370 setOperationAction(ISD::FEXP, VT, Expand); in addTypeForNEON()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 1640 ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FCEIL, ISD::FTRUNC, in HexagonTargetLowering()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelLowering.cpp | 152 setOperationAction(ISD::FEXP, MVT::f16, Promote); in MipsSETargetLowering()
|
| H A D | MipsISelLowering.cpp | 444 setOperationAction(ISD::FEXP, MVT::f32, Expand); in MipsTargetLowering()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 798 setOperationAction(ISD::FEXP, VT, Expand); in PPCTargetLowering()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 795 setOperationAction(ISD::FEXP, MVT::f80, Expand); in X86TargetLowering() 812 setOperationAction(ISD::FEXP, VT, Expand); in X86TargetLowering() 1994 ISD::FEXP, ISD::STRICT_FEXP, in X86TargetLowering()
|