HomeSort by relevance Sort by last modified time
    Searched refs:FEXP (Results 1 - 17 of 17) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 482 /// FLOG, FLOG2, FLOG10, FEXP, FEXP2,
486 FLOG, FLOG2, FLOG10, FEXP, FEXP2,
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
awk.h 117 #define FEXP 3
lex.c 59 { "exp", FEXP, BLTIN },
run.c     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 774 setOperationAction(ISD::FEXP , MVT::f16, Expand);
785 setOperationAction(ISD::FEXP , MVT::f32, Expand);
796 setOperationAction(ISD::FEXP , MVT::f64, Expand);
807 setOperationAction(ISD::FEXP , MVT::f128, Expand);
    [all...]
BasicTargetTransformInfo.cpp 558 case Intrinsic::exp: ISD = ISD::FEXP; break;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 154 case ISD::FEXP: return "fexp";
LegalizeFloatTypes.cpp 76 case ISD::FEXP: R = SoftenFloatRes_FEXP(N); break;
    [all...]
LegalizeVectorOps.cpp 285 case ISD::FEXP:
    [all...]
LegalizeVectorTypes.cpp 79 case ISD::FEXP:
594 case ISD::FEXP:
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 338 setOperationAction(ISD::FEXP, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 467 setOperationAction(ISD::FEXP, MVT::v2f64, Expand);
485 setOperationAction(ISD::FEXP, MVT::v4f32, Expand);
502 setOperationAction(ISD::FEXP, MVT::v2f32, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 505 setOperationAction(ISD::FEXP, VT.getSimpleVT(), Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 442 setOperationAction(ISD::FEXP, VT, Expand);
    [all...]

Completed in 104 milliseconds