Home
last modified time | relevance | path

Searched refs:FLOG (Results 1 – 17 of 17) sorted by relevance

/minix/external/historical/nawk/dist/
H A Dawk.h118 #define FLOG 4 macro
H A Dlex.c80 { "log", FLOG, BLTIN },
H A Drun.c1578 case FLOG: in bltin()
/minix/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h491 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp794 setOperationAction(ISD::FLOG , MVT::f16, Expand); in initActions()
807 setOperationAction(ISD::FLOG , MVT::f32, Expand); in initActions()
820 setOperationAction(ISD::FLOG , MVT::f64, Expand); in initActions()
833 setOperationAction(ISD::FLOG , MVT::f128, Expand); in initActions()
H A DBasicTargetTransformInfo.cpp564 case Intrinsic::log: ISD = ISD::FLOG; break; in getIntrinsicInstrCost()
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp159 case ISD::FLOG: return "flog"; in getOperationName()
H A DLegalizeFloatTypes.cpp81 case ISD::FLOG: R = SoftenFloatRes_FLOG(N); break; in SoftenFloatResult()
897 case ISD::FLOG: ExpandFloatRes_FLOG(N, Lo, Hi); break; in ExpandFloatResult()
H A DLegalizeVectorOps.cpp302 case ISD::FLOG: in LegalizeOp()
H A DLegalizeVectorTypes.cpp82 case ISD::FLOG: in ScalarizeVectorResult()
623 case ISD::FLOG: in SplitVectorResult()
1785 case ISD::FLOG: in WidenVectorResult()
H A DLegalizeDAG.cpp3438 case ISD::FLOG: in ExpandNode()
4298 case ISD::FLOG: in PromoteNode()
H A DSelectionDAGBuilder.cpp4148 return DAG.getNode(ISD::FLOG, dl, Op.getValueType(), Op); in expandLog()
/minix/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp466 setOperationAction(ISD::FLOG, MVT::v2f64, Expand); in ARMTargetLowering()
484 setOperationAction(ISD::FLOG, MVT::v4f32, Expand); in ARMTargetLowering()
501 setOperationAction(ISD::FLOG, MVT::v2f32, Expand); in ARMTargetLowering()
606 setOperationAction(ISD::FLOG, MVT::f64, Expand); in ARMTargetLowering()
/minix/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp335 setOperationAction(ISD::FLOG, MVT::v4f16, Expand); in AArch64TargetLowering()
369 setOperationAction(ISD::FLOG, MVT::v8f16, Expand); in AArch64TargetLowering()
611 setOperationAction(ISD::FLOG, VT.getSimpleVT(), Expand); in addTypeForNEON()
/minix/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp333 setOperationAction(ISD::FLOG, MVT::f32, Expand); in MipsTargetLowering()
/minix/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp432 setOperationAction(ISD::FLOG, VT, Expand); in PPCTargetLowering()
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp804 setOperationAction(ISD::FLOG, MVT::f80, Expand); in resetOperationActions()
868 setOperationAction(ISD::FLOG, VT, Expand); in resetOperationActions()