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

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
RuntimeLibcalls.h 245 UNE_F64,
  /external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 303 UNE_F64,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMLegalizerInfo.cpp 241 FCmp64Libcalls[CmpInst::FCMP_UNE] = {{RTLIB::UNE_F64, CmpInst::ICMP_EQ}};
284 FCmp64Libcalls[CmpInst::FCMP_UNE] = {{RTLIB::UNE_F64, CmpInst::ICMP_NE}};
ARMISelLowering.cpp 274 { RTLIB::UNE_F64, "__nedf2vfp", ISD::SETNE },
338 { RTLIB::UNE_F64, "__aeabi_dcmpeq", CallingConv::ARM_AAPCS, ISD::SETEQ },
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 82 { RTLIB::UNE_F64, "__mips16_nedf2" },
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 82 { RTLIB::UNE_F64, "__mips16_nedf2" },
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 325 Names[RTLIB::UNE_F64] = "__nedf2";
768 CCs[RTLIB::UNE_F64] = ISD::SETNE;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 195 { RTLIB::UNE_F64, "__mspabi_cmpd", ISD::SETNE },
317 setLibcallCallingConv(RTLIB::UNE_F64, CallingConv::MSP430_BUILTIN);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyRuntimeLibcallSignatures.cpp 285 Table[RTLIB::UNE_F64] = i32_func_f64_f64;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringBase.cpp 502 CCs[RTLIB::UNE_F64] = ISD::SETNE;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 277 Names[RTLIB::UNE_F64] = "__nedf2";
528 CCs[RTLIB::UNE_F64] = ISD::SETNE;
    [all...]
LegalizeFloatTypes.cpp 629 LC1 = (VT == MVT::f32) ? RTLIB::UNE_F32 : RTLIB::UNE_F64;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp 220 setLibcallName(RTLIB::UNE_F64, "__nedf2vfp");
229 setCmpLibcallCC(RTLIB::UNE_F64, ISD::SETNE);
282 setLibcallName(RTLIB::UNE_F64, "__aeabi_dcmpeq");
283 setCmpLibcallCC(RTLIB::UNE_F64, ISD::SETEQ);
297 setLibcallCallingConv(RTLIB::UNE_F64, CallingConv::ARM_AAPCS);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 170 (VT == MVT::f64) ? RTLIB::UNE_F64 :
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 175 (VT == MVT::f64) ? RTLIB::UNE_F64 :
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 203 { RTLIB::UNE_F64, "__nedf2vfp", ISD::SETNE },
274 { RTLIB::UNE_F64, "__aeabi_dcmpeq", CallingConv::ARM_AAPCS, ISD::SETEQ },
    [all...]

Completed in 2002 milliseconds