HomeSort by relevance Sort by last modified time
    Searched refs:FFLOOR (Results 1 - 25 of 58) 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 782 ISDs.push_back(ISD::FFLOOR);
    [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 302 case Intrinsic::floor: Opcode = ISD::FFLOOR; break;
348 Opcode = ISD::FFLOOR; break;
PPCISelLowering.cpp 149 setOperationAction(ISD::FFLOOR, MVT::ppcf128, Expand);
208 setOperationAction(ISD::FFLOOR, MVT::f64, Legal);
213 setOperationAction(ISD::FFLOOR, MVT::f32, Legal);
473 setOperationAction(ISD::FFLOOR, VT, Expand);
519 setOperationAction(ISD::FFLOOR, MVT::v4f32, Legal);
578 setOperationAction(ISD::FFLOOR, MVT::v2f64, Legal);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 328 case Intrinsic::floor: Opcode = ISD::FFLOOR; break;
376 Opcode = ISD::FFLOOR; break;
PPCISelLowering.cpp 229 setOperationAction(ISD::FFLOOR, MVT::ppcf128, Expand);
311 setOperationAction(ISD::FFLOOR, MVT::f64, Legal);
316 setOperationAction(ISD::FFLOOR, MVT::f32, Legal);
612 setOperationAction(ISD::FFLOOR, VT, Expand);
657 setOperationAction(ISD::FFLOOR, MVT::v4f32, Legal);
716 setOperationAction(ISD::FFLOOR, MVT::v2f64, Legal);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 188 case ISD::FFLOOR:
LegalizeFloatTypes.cpp 74 case ISD::FFLOOR: R = SoftenFloatRes_FFLOOR(N); break;
    [all...]
LegalizeVectorTypes.cpp 76 case ISD::FFLOOR:
452 case ISD::FFLOOR:
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 163 case ISD::FFLOOR: return "ffloor";
LegalizeVectorOps.cpp 323 case ISD::FFLOOR:
    [all...]
LegalizeFloatTypes.cpp 86 case ISD::FFLOOR: R = SoftenFloatRes_FFLOOR(N); break;
    [all...]
LegalizeVectorTypes.cpp 82 case ISD::FFLOOR:
640 case ISD::FFLOOR:
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 87 {ISD::FCEIL, ISD::FFLOOR, ISD::FTRUNC, ISD::FNEARBYINT, ISD::FRINT})
  /external/mesa3d/src/broadcom/compiler/
v3d_compiler.h 858 VIR_A_ALU1(FFLOOR)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 189 case ISD::FFLOOR: return "ffloor";
    [all...]
LegalizeFloatTypes.cpp 86 case ISD::FFLOOR: R = SoftenFloatRes_FFLOOR(N); break;
    [all...]
LegalizeVectorOps.cpp 382 case ISD::FFLOOR:
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 243 setOperationAction(ISD::FFLOOR, MVT::f32, Legal);
280 setOperationAction(ISD::FFLOOR, MVT::f64, Custom);
418 setOperationAction(ISD::FFLOOR, VT, Expand);
718 case ISD::FFLOOR: return LowerFFLOOR(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 674 setOperationAction(ISD::FFLOOR, VT, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 310 setOperationAction(ISD::FFLOOR, MVT::f32, Legal);
458 setOperationAction(ISD::FFLOOR, VT, Expand);
    [all...]

Completed in 343 milliseconds

1 2 3