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

1 2 3 4

  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClLLVMBitCodes.h 287 FCMP_UEQ = 9, ///< 1 0 0 1 True if unordered or equal
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeDecoders.cpp 163 case naclbitc::FCMP_UEQ:
164 LLVMPredicate = CmpInst::FCMP_UEQ;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 163 case FCmpInst::FCMP_UEQ: FOC = ISD::SETEQ; FPC = ISD::SETUEQ; break;
  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 85 case CmpInst::FCMP_UEQ:
  /external/llvm/lib/CodeGen/
Analysis.cpp 173 case FCmpInst::FCMP_UEQ: return ISD::SETUEQ;
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 657 FCMP_UEQ = 9, ///< 1 0 0 1 True if unordered or equal
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Execution.cpp 457 case FCmpInst::FCMP_UEQ: R = executeFCMP_UEQ(Src1, Src2, Ty); break;
494 case FCmpInst::FCMP_UEQ: return executeFCMP_UEQ(Src1, Src2, Ty);
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVInternal.h 139 _SPIRV_OP(FCMP_UEQ, FUnordEqual)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 842 case FCmpInst::FCMP_UEQ: Out << "UEQ"; break;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp 934 case CmpInst::FCMP_UEQ: SwapArgs = false; SetCCOpc = X86::SETEr; break;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 120 case FCmpInst::FCMP_UEQ: return 2; // 010
171 case 2: Pred = isordered ? FCmpInst::FCMP_OEQ : FCmpInst::FCMP_UEQ; break;
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceConverter.cpp 484 case CmpInst::FCMP_UEQ:
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
InstrTypes.h     [all...]

Completed in 1816 milliseconds

1 2 3 4