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

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
RuntimeLibcalls.h 254 UO_F32,
  /external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 322 UO_F32,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 322 UO_F32,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
RuntimeLibcalls.h 322 UO_F32,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
RuntimeLibcalls.h 322 UO_F32,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 322 UO_F32,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
RuntimeLibcalls.h 322 UO_F32,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
RuntimeLibcalls.h 322 UO_F32,
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 92 { RTLIB::UO_F32, "__mips16_unordsf2" }
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 344 Names[RTLIB::UO_F32] = "__unordsf2";
787 CCs[RTLIB::UO_F32] = ISD::SETNE;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 648 LC1 = (VT == MVT::f32) ? RTLIB::UO_F32 : RTLIB::UO_F64;
654 LC1 = (VT == MVT::f32) ? RTLIB::UO_F32 : RTLIB::UO_F64;
    [all...]
TargetLowering.cpp 286 Names[RTLIB::UO_F32] = "__unordsf2";
537 CCs[RTLIB::UO_F32] = ISD::SETNE;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 198 LC1 = (VT == MVT::f32) ? RTLIB::UO_F32 :
217 LC1 = (VT == MVT::f32) ? RTLIB::UO_F32 :
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp 206 setLibcallName(RTLIB::UO_F32, "__unordsf2vfp");
215 setCmpLibcallCC(RTLIB::UO_F32, ISD::SETNE);
330 setLibcallName(RTLIB::UO_F32, "__aeabi_fcmpun");
331 setCmpLibcallCC(RTLIB::UO_F32, ISD::SETNE);
340 setLibcallCallingConv(RTLIB::UO_F32, CallingConv::ARM_AAPCS);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 198 { RTLIB::UO_F32, "__unordsf2vfp", ISD::SETNE },
297 { RTLIB::UO_F32, "__aeabi_fcmpun", CallingConv::ARM_AAPCS, ISD::SETNE },
    [all...]

Completed in 1682 milliseconds