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

1 2 3 4

  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClLLVMBitCodes.h 292 FCMP_UNE = 14, ///< 1 1 1 0 True if unordered or not equal
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeDecoders.cpp 178 case naclbitc::FCMP_UNE:
179 LLVMPredicate = CmpInst::FCMP_UNE;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMLegalizerInfo.cpp 215 FCmp32Libcalls[CmpInst::FCMP_UNE] = {{RTLIB::UNE_F32, CmpInst::ICMP_EQ}};
241 FCmp64Libcalls[CmpInst::FCMP_UNE] = {{RTLIB::UNE_F64, CmpInst::ICMP_EQ}};
266 FCmp32Libcalls[CmpInst::FCMP_UNE] = {{RTLIB::UNE_F32, CmpInst::ICMP_NE}};
284 FCmp64Libcalls[CmpInst::FCMP_UNE] = {{RTLIB::UNE_F64, CmpInst::ICMP_NE}};
ARMInstructionSelector.cpp 335 case CmpInst::FCMP_UNE:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 168 case FCmpInst::FCMP_UNE: FOC = ISD::SETNE; FPC = ISD::SETUNE; break;
  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 100 case CmpInst::FCMP_UNE:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
Float2Int.cpp 100 case CmpInst::FCMP_UNE:
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineSelect.cpp 727 if (FCI->getPredicate() == FCmpInst::FCMP_UNE) {
754 if (FCI->getPredicate() == FCmpInst::FCMP_UNE) {
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 178 case FCmpInst::FCMP_UNE: return ISD::SETUNE;
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 662 FCMP_UNE = 14, ///< 1 1 1 0 True if unordered or not equal
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp 914 case CmpInst::FCMP_UNE: {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
Analysis.cpp 177 case FCmpInst::FCMP_UNE: return ISD::SETUNE;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
Operations.cpp 67 Ops.push_back(cmpOpDescriptor(1, Instruction::FCmp, CmpInst::FCMP_UNE));
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 197 case CmpInst::FCMP_UNE: CC = X86::COND_INVALID; break;
237 case CmpInst::FCMP_UNE: CC = 4; break;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Execution.cpp 459 case FCmpInst::FCMP_UNE: R = executeFCMP_UNE(Src1, Src2, Ty); break;
496 case FCmpInst::FCMP_UNE: return executeFCMP_UNE(Src1, Src2, Ty);
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVInternal.h 144 _SPIRV_OP(FCMP_UNE, FUnordNotEqual)
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 538 VISITCOMP(NE, ICMP_NE , ICMP_NE , FCMP_UNE)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 662 case CmpInst::FCMP_UNE:
679 case CmpInst::FCMP_UNE:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 844 case FCmpInst::FCMP_UNE: Out << "UNE"; break;
    [all...]

Completed in 1083 milliseconds

1 2 3 4