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

1 2 3

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 237 // FCOPYSIGN(X, Y) - Return the value of X with the sign of Y. NOTE: This
240 // FCOPYSIGN(f32, f64) is allowed.
241 FCOPYSIGN,
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 250 /// FCOPYSIGN(X, Y) - Return the value of X with the sign of Y. NOTE: This
253 /// FCOPYSIGN(f32, f64) is allowed.
254 FCOPYSIGN,
    [all...]
BasicTTIImpl.h 779 ISDs.push_back(ISD::FCOPYSIGN);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h 284 /// FCOPYSIGN(X, Y) - Return the value of X with the sign of Y. NOTE: This
287 /// FCOPYSIGN(f32, f64) is allowed.
288 FCOPYSIGN,
    [all...]
BasicTTIImpl.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 81 case ISD::FCOPYSIGN: R = SoftenFloatRes_FCOPYSIGN(N, ResNo); break;
248 // When LegalInHWReg, FCOPYSIGN can be implemented as native bitwise operations.
    [all...]
LegalizeVectorTypes.cpp 107 case ISD::FCOPYSIGN:
601 case ISD::FCOPYSIGN: SplitVecRes_FCOPYSIGN(N, Lo, Hi); break;
    [all...]
SelectionDAGDumper.cpp 203 case ISD::FCOPYSIGN: return "fcopysign";
LegalizeVectorOps.cpp 307 case ISD::FCOPYSIGN:
    [all...]
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 81 case ISD::FCOPYSIGN: R = SoftenFloatRes_FCOPYSIGN(N, ResNo); break;
251 // When LegalInHWReg, FCOPYSIGN can be implemented as native bitwise operations.
    [all...]
SelectionDAGDumper.cpp 242 case ISD::FCOPYSIGN: return "fcopysign";
    [all...]
LegalizeVectorTypes.cpp 111 case ISD::FCOPYSIGN:
658 case ISD::FCOPYSIGN: SplitVecRes_FCOPYSIGN(N, Lo, Hi); break;
    [all...]
LegalizeDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.cpp 80 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand);
81 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 284 // fcopysign can be done in a single instruction with BFI.
285 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand);
286 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
430 setOperationAction(ISD::FCOPYSIGN, VT, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp 770 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
771 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
LegalizeFloatTypes.cpp 69 case ISD::FCOPYSIGN: R = SoftenFloatRes_FCOPYSIGN(N); break;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 545 // 'Expand' implements FCOPYSIGN without calling an external library.
546 setOperationAction(ISD::FCOPYSIGN, MVT::f16, Expand);
547 setOperationAction(ISD::FCOPYSIGN, MVT::v2f16, Expand);
548 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand);
549 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp 168 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom);
169 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Custom);
676 case ISD::FCOPYSIGN: return LowerFCOPYSIGN(Op, DAG);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 212 setOperationAction(ISD::FCOPYSIGN, MVT::f128, Expand);
328 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Custom);
329 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom);
331 setOperationAction(ISD::FCOPYSIGN, MVT::f16, Custom);
333 setOperationAction(ISD::FCOPYSIGN, MVT::f16, Promote);
414 setOperationAction(ISD::FCOPYSIGN, MVT::v4f16, Expand);
424 setOperationAction(ISD::FCOPYSIGN, MVT::v8f16, Expand);
624 setOperationAction(ISD::FCOPYSIGN, MVT::v1f64, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 283 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom);
284 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Custom);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]

Completed in 286 milliseconds

1 2 3