HomeSort by relevance Sort by last modified time
    Searched refs:FNEARBYINT (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 448 // FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR - Perform various unary floating
452 FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR,
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 522 /// FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR - Perform various unary
526 FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR,
    [all...]
BasicTTIImpl.h 791 ISDs.push_back(ISD::FNEARBYINT);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h 555 /// FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR - Perform various unary
559 FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR,
    [all...]
BasicTTIImpl.h     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 306 case Intrinsic::nearbyint: Opcode = ISD::FNEARBYINT; break;
352 Opcode = ISD::FNEARBYINT; break;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 332 case Intrinsic::nearbyint: Opcode = ISD::FNEARBYINT; break;
380 Opcode = ISD::FNEARBYINT; break;
PPCISelLowering.cpp 233 setOperationAction(ISD::FNEARBYINT, MVT::ppcf128, Expand);
616 setOperationAction(ISD::FNEARBYINT, VT, Expand);
660 setOperationAction(ISD::FNEARBYINT, MVT::v4f32, Legal);
719 setOperationAction(ISD::FNEARBYINT, MVT::v2f64, Legal);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 187 case ISD::FNEARBYINT:
LegalizeFloatTypes.cpp 80 case ISD::FNEARBYINT: R = SoftenFloatRes_FNEARBYINT(N); break;
    [all...]
LegalizeVectorTypes.cpp 80 case ISD::FNEARBYINT:
456 case ISD::FNEARBYINT:
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 166 case ISD::FNEARBYINT: return "fnearbyint";
LegalizeVectorOps.cpp 321 case ISD::FNEARBYINT:
    [all...]
LegalizeFloatTypes.cpp 92 case ISD::FNEARBYINT: R = SoftenFloatRes_FNEARBYINT(N); break;
    [all...]
LegalizeVectorTypes.cpp 86 case ISD::FNEARBYINT:
644 case ISD::FNEARBYINT:
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 87 {ISD::FCEIL, ISD::FFLOOR, ISD::FTRUNC, ISD::FNEARBYINT, ISD::FRINT})
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 193 case ISD::FNEARBYINT: return "fnearbyint";
    [all...]
LegalizeFloatTypes.cpp 92 case ISD::FNEARBYINT: R = SoftenFloatRes_FNEARBYINT(N); break;
    [all...]
LegalizeVectorOps.cpp 380 case ISD::FNEARBYINT:
    [all...]
LegalizeVectorTypes.cpp 89 case ISD::FNEARBYINT:
700 case ISD::FNEARBYINT:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 323 setOperationAction(ISD::FNEARBYINT, MVT::f32, Custom);
324 setOperationAction(ISD::FNEARBYINT, MVT::f64, Custom);
463 setOperationAction(ISD::FNEARBYINT, VT, Expand);
556 case ISD::FNEARBYINT:
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 252 setOperationAction(ISD::FNEARBYINT, MVT::f32, Custom);
253 setOperationAction(ISD::FNEARBYINT, MVT::f64, Custom);
423 setOperationAction(ISD::FNEARBYINT, VT, Expand);
716 case ISD::FNEARBYINT: return LowerFNEARBYINT(Op, DAG);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 94 {ISD::FCEIL, ISD::FFLOOR, ISD::FTRUNC, ISD::FNEARBYINT, ISD::FRINT})
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringBase.cpp 675 setOperationAction(ISD::FNEARBYINT, VT, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 382 setOperationAction(ISD::FNEARBYINT, MVT::f16, Promote);
418 setOperationAction(ISD::FNEARBYINT, MVT::v4f16, Expand);
429 setOperationAction(ISD::FNEARBYINT, MVT::v8f16, Expand);
446 setOperationAction(ISD::FNEARBYINT, Ty, Legal);
458 setOperationAction(ISD::FNEARBYINT, MVT::f16, Legal);
630 setOperationAction(ISD::FNEARBYINT, MVT::v1f64, Expand);
    [all...]

Completed in 123 milliseconds

1 2 3