/freebsd/contrib/one-true-awk/ |
H A D | awk.h | 145 #define FEXP 3 macro
|
H A D | lex.c | 61 { "exp", FEXP, BLTIN },
|
H A D | run.c | 2088 case FEXP: in bltin()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ConstrainedOps.def | 78 DAG_FUNCTION(exp, 1, 1, experimental_constrained_exp, FEXP)
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 984 FEXP, enumerator
|
H A D | BasicTTIImpl.h | 2001 ISD = ISD::FEXP; in getTypeBasedIntrinsicInstrCost()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 243 case ISD::FEXP: return "fexp"; in getOperationName()
|
H A D | LegalizeFloatTypes.cpp | 96 case ISD::FEXP: R = SoftenFloatRes_FEXP(N); break; in SoftenFloatResult() 1426 case ISD::FEXP: ExpandFloatRes_FEXP(N, Lo, Hi); break; in ExpandFloatResult() 2605 case ISD::FEXP: in PromoteFloatResult() 3046 case ISD::FEXP: in SoftPromoteHalfResult()
|
H A D | LegalizeVectorOps.cpp | 417 case ISD::FEXP: in LegalizeOp()
|
H A D | LegalizeVectorTypes.cpp | 98 case ISD::FEXP: in ScalarizeVectorResult() 1173 case ISD::FEXP: in SplitVectorResult() 4536 case ISD::FEXP: in WidenVectorResult()
|
H A D | LegalizeDAG.cpp | 4590 case ISD::FEXP: in ConvertNodeToLibcall() 5554 case ISD::FEXP: in PromoteNode()
|
H A D | SelectionDAGBuilder.cpp | 5501 return DAG.getNode(ISD::FEXP, dl, Op.getValueType(), Op, Flags); in expandExp()
|
H A D | SelectionDAG.cpp | 5415 case ISD::FEXP: in isKnownNeverNaN()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 402 {ISD::FLOG, ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FEXP10}, MVT::f32, in AMDGPUTargetLowering() 418 setOperationAction({ISD::FLOG10, ISD::FLOG, ISD::FEXP, ISD::FEXP10}, MVT::f16, in AMDGPUTargetLowering() 532 ISD::FDIV, ISD::FEXP2, ISD::FEXP, in AMDGPUTargetLowering() 1395 case ISD::FEXP: in LowerOperation() 1441 case ISD::FEXP: in ReplaceNodeResults()
|
H A D | AMDGPUISelDAGToDAG.cpp | 157 case ISD::FEXP: in fp16SrcZerosHighBits()
|
H A D | SIISelLowering.cpp | 214 ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FEXP10, in SITargetLowering() 476 setOperationAction({ISD::FLOG, ISD::FEXP, ISD::FLOG10}, MVT::f16, Custom); in SITargetLowering() 807 setOperationAction(ISD::FEXP, MVT::v2f16, Custom); in SITargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 828 ISD::FEXP, ISD::FEXP2, ISD::FEXP10, ISD::FFLOOR, in initActions()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 263 ISD::FEXP, ISD::FEXP2}) in WebAssemblyTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 384 setOperationAction(ISD::FEXP, VT, Expand); in addMVEVectorTypes() 887 setOperationAction(ISD::FEXP, MVT::v2f64, Expand); in ARMTargetLowering() 910 setOperationAction(ISD::FEXP, MVT::v4f32, Expand); in ARMTargetLowering() 928 setOperationAction(ISD::FEXP, MVT::v2f32, Expand); in ARMTargetLowering() 1070 setOperationAction(ISD::FEXP, MVT::f64, Expand); in ARMTargetLowering() 1548 setOperationAction(ISD::FEXP, MVT::f16, Promote); in ARMTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 1505 // ConstantFP, DEBUGTRAP, FCEIL, FCOPYSIGN, FEXP, FEXP2, FFLOOR, FGETSIGN, in HexagonTargetLowering() 1656 ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FCEIL, ISD::FTRUNC, in HexagonTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.cpp | 148 setOperationAction(ISD::FEXP, MVT::f16, Promote); in MipsSETargetLowering()
|
H A D | MipsISelLowering.cpp | 459 setOperationAction(ISD::FEXP, MVT::f32, Expand); in MipsTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 418 setOperationAction(ISD::FEXP, MVT::f64, Custom); in PPCTargetLowering() 424 setOperationAction(ISD::FEXP, MVT::f32, Custom); in PPCTargetLowering() 859 setOperationAction(ISD::FEXP, VT, Expand); in PPCTargetLowering() 11801 case ISD::FEXP: return lowerExp(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 739 ISD::FTAN, ISD::FEXP, ISD::FEXP2, in AArch64TargetLowering() 1192 ISD::FLOG10, ISD::FEXP, ISD::FEXP2, in AArch64TargetLowering() 1636 setOperationAction(ISD::FEXP, VT, Expand); in AArch64TargetLowering() 1853 setOperationAction(ISD::FEXP, VT, Expand); in addTypeForNEON()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 506 ISD::FCOS, ISD::FSIN, ISD::FSINCOS, ISD::FEXP, in RISCVTargetLowering() 998 setOperationAction(ISD::FEXP, VT, Expand); in RISCVTargetLowering()
|