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

  /ndk/sources/host-tools/nawk-20071023/
awk.h 117 #define FEXP 3
lex.c 59 { "exp", FEXP, BLTIN },
run.c     [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 512 /// FLOG, FLOG2, FLOG10, FEXP, FEXP2,
516 FLOG, FLOG2, FLOG10, FEXP, FEXP2,
    [all...]
BasicTTIImpl.h 627 ISD = ISD::FEXP;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 168 case ISD::FEXP: return "fexp";
LegalizeVectorOps.cpp 315 case ISD::FEXP:
    [all...]
LegalizeFloatTypes.cpp 84 case ISD::FEXP: R = SoftenFloatRes_FEXP(N); break;
    [all...]
LegalizeVectorTypes.cpp 80 case ISD::FEXP:
635 case ISD::FEXP:
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 298 setOperationAction(ISD::FEXP, MVT::f16, Promote);
349 setOperationAction(ISD::FEXP, MVT::v4f16, Expand);
383 setOperationAction(ISD::FEXP, MVT::v8f16, Expand);
655 setOperationAction(ISD::FEXP, VT.getSimpleVT(), Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 509 setOperationAction(ISD::FEXP, MVT::v2f64, Expand);
527 setOperationAction(ISD::FEXP, MVT::v4f32, Expand);
544 setOperationAction(ISD::FEXP, MVT::v2f32, Expand);
668 setOperationAction(ISD::FEXP, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 371 setOperationAction(ISD::FEXP, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 459 setOperationAction(ISD::FEXP, VT, Expand);
702 setOperationAction(ISD::FEXP , MVT::v4f64, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 676 setOperationAction(ISD::FEXP, MVT::f80, Expand);
    [all...]

Completed in 109 milliseconds