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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 446 // FLOG, FLOG2, FLOG10, FEXP, FEXP2,
450 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/SelectionDAG/
LegalizeVectorOps.cpp 213 case ISD::FEXP:
SelectionDAGDumper.cpp 147 case ISD::FEXP: return "fexp";
LegalizeFloatTypes.cpp 72 case ISD::FEXP: R = SoftenFloatRes_FEXP(N); break;
    [all...]
LegalizeVectorTypes.cpp 74 case ISD::FEXP:
487 case ISD::FEXP:
    [all...]
TargetLowering.cpp 562 setOperationAction(ISD::FEXP , MVT::f16, Expand);
572 setOperationAction(ISD::FEXP , MVT::f32, Expand);
582 setOperationAction(ISD::FEXP , MVT::f64, Expand);
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 89 setOperationAction(ISD::FEXP, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 213 setOperationAction(ISD::FEXP, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 502 setOperationAction(ISD::FEXP, MVT::v2f64, Expand);
519 setOperationAction(ISD::FEXP, MVT::v4f32, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 703 setOperationAction(ISD::FEXP, MVT::f80, Expand);
    [all...]

Completed in 68 milliseconds