| /freebsd-13.1/contrib/one-true-awk/ |
| H A D | awk.h | 141 #define FEXP 3 macro
|
| H A D | lex.c | 61 { "exp", FEXP, BLTIN },
|
| H A D | run.c | 1630 case FEXP: in bltin()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstrainedOps.def | 74 DAG_FUNCTION(exp, 1, 1, experimental_constrained_exp, FEXP)
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 877 FEXP, enumerator
|
| H A D | BasicTTIImpl.h | 1572 ISDs.push_back(ISD::FEXP); in getTypeBasedIntrinsicInstrCost()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 217 case ISD::FEXP: return "fexp"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 86 case ISD::FEXP: R = SoftenFloatRes_FEXP(N); break; in SoftenFloatResult() 1210 case ISD::FEXP: ExpandFloatRes_FEXP(N, Lo, Hi); break; in ExpandFloatResult() 2235 case ISD::FEXP: in PromoteFloatResult() 2599 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() 978 case ISD::FEXP: in SplitVectorResult() 3113 case ISD::FEXP: in WidenVectorResult()
|
| H A D | LegalizeDAG.cpp | 3979 case ISD::FEXP: in ConvertNodeToLibcall() 4731 case ISD::FEXP: in PromoteNode()
|
| H A D | SelectionDAG.cpp | 4348 case ISD::FEXP: in isKnownNeverNaN()
|
| H A D | SelectionDAGBuilder.cpp | 5015 return DAG.getNode(ISD::FEXP, dl, Op.getValueType(), Op, Flags); in expandExp()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 892 setOperationAction(ISD::FEXP , VT, Expand); in initActions()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 340 setOperationAction(ISD::FEXP, MVT::f32, Custom); in AMDGPUTargetLowering() 510 setOperationAction(ISD::FEXP, VT, Expand); in AMDGPUTargetLowering() 1302 case ISD::FEXP: in LowerOperation()
|
| H A D | AMDGPUISelDAGToDAG.cpp | 431 case ISD::FEXP: in fp16SrcZerosHighBits()
|
| H A D | SIISelLowering.cpp | 449 setOperationAction(ISD::FEXP, MVT::f16, Custom); in SITargetLowering() 764 setOperationAction(ISD::FEXP, MVT::v2f16, Custom); in SITargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 231 ISD::FEXP, ISD::FEXP2, ISD::FRINT}) in WebAssemblyTargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 363 setOperationAction(ISD::FEXP, VT, Expand); in addMVEVectorTypes() 845 setOperationAction(ISD::FEXP, MVT::v2f64, Expand); in ARMTargetLowering() 866 setOperationAction(ISD::FEXP, MVT::v4f32, Expand); in ARMTargetLowering() 882 setOperationAction(ISD::FEXP, MVT::v2f32, Expand); in ARMTargetLowering() 1030 setOperationAction(ISD::FEXP, MVT::f64, Expand); in ARMTargetLowering() 1480 setOperationAction(ISD::FEXP, MVT::f16, Promote); in ARMTargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 361 setOperationAction(ISD::FEXP, VT, Expand); in AArch64TargetLowering() 598 setOperationAction(ISD::FEXP, MVT::f16, Promote); in AArch64TargetLowering() 599 setOperationAction(ISD::FEXP, MVT::v4f16, Expand); in AArch64TargetLowering() 600 setOperationAction(ISD::FEXP, MVT::v8f16, Expand); in AArch64TargetLowering() 1417 setOperationAction(ISD::FEXP, VT, Expand); in addTypeForNEON()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 1643 ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FCEIL, ISD::FTRUNC, in HexagonTargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 796 setOperationAction(ISD::FEXP, MVT::f80, Expand); in X86TargetLowering() 813 setOperationAction(ISD::FEXP, VT, Expand); in X86TargetLowering() 1997 ISD::FEXP, ISD::STRICT_FEXP, in X86TargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 805 setOperationAction(ISD::FEXP, VT, Expand); in PPCTargetLowering()
|