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

12 3 4

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 126 case FCmpInst::FCMP_UNE: return 5; // 101
174 case 5: Pred = isordered ? FCmpInst::FCMP_ONE : FCmpInst::FCMP_UNE; break;
    [all...]
InstCombineCompares.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsFastISel.cpp 699 case CmpInst::FCMP_UNE:
716 case CmpInst::FCMP_UNE:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 896 case FCmpInst::FCMP_UNE:
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86FastISel.cpp 209 case CmpInst::FCMP_UNE: CC = 4; break;
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceConverter.cpp 499 case CmpInst::FCMP_UNE:
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
elemental_ir_emitter.cc 727 return llvm_ir::EmitComparison(llvm::CmpInst::FCMP_UNE, lhs_value
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
IRBuilder.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
IndVarSimplify.cpp 324 case CmpInst::FCMP_UNE: NewPred = CmpInst::ICMP_NE; break;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64InstructionSelector.cpp 579 case CmpInst::FCMP_UNE:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 1043 case FCmpInst::FCMP_UNE:
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 630 case FCmpInst::FCMP_UNE: R = executeFCMP_UNE(Src1, Src2, Ty); break;
664 case FCmpInst::FCMP_UNE: return executeFCMP_UNE(Src1, Src2, Ty);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 630 case FCmpInst::FCMP_UNE: R = executeFCMP_UNE(Src1, Src2, Ty); break;
664 case FCmpInst::FCMP_UNE: return executeFCMP_UNE(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 267 case CmpInst::FCMP_UNE:
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
IndVarSimplify.cpp 315 case CmpInst::FCMP_UNE: NewPred = CmpInst::ICMP_NE; break;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h     [all...]

Completed in 1344 milliseconds

12 3 4