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

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
RuntimeLibcalls.h 257 O_F64,
  /external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 327 O_F64,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 327 O_F64,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
RuntimeLibcalls.h 327 O_F64,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
RuntimeLibcalls.h 327 O_F64,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 327 O_F64,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
RuntimeLibcalls.h 327 O_F64,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
RuntimeLibcalls.h 327 O_F64,
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 260 setLibcallName(RTLIB::O_F64, "__mips16_unorddf2");
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 349 Names[RTLIB::O_F64] = "__unorddf2";
792 CCs[RTLIB::O_F64] = ISD::SETEQ;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 289 Names[RTLIB::O_F64] = "__unorddf2";
540 CCs[RTLIB::O_F64] = ISD::SETEQ;
    [all...]
LegalizeFloatTypes.cpp 651 LC1 = (VT == MVT::f32) ? RTLIB::O_F32 : RTLIB::O_F64;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp 226 setLibcallName(RTLIB::O_F64, "__unorddf2vfp");
235 setCmpLibcallCC(RTLIB::O_F64, ISD::SETEQ);
294 setLibcallName(RTLIB::O_F64, "__aeabi_dcmpun");
295 setCmpLibcallCC(RTLIB::O_F64, ISD::SETEQ);
303 setLibcallCallingConv(RTLIB::O_F64, CallingConv::ARM_AAPCS);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 204 (VT == MVT::f64) ? RTLIB::O_F64 :
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 209 { RTLIB::O_F64, "__unorddf2vfp", ISD::SETEQ },
280 { RTLIB::O_F64, "__aeabi_dcmpun", CallingConv::ARM_AAPCS, ISD::SETEQ },
    [all...]

Completed in 212 milliseconds