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

1 2 3

  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClLLVMBitCodes.h 290 FCMP_ULT = 12, ///< 1 1 0 0 True if unordered or less than
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeDecoders.cpp 172 case naclbitc::FCMP_ULT:
173 LLVMPredicate = CmpInst::FCMP_ULT;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 166 case FCmpInst::FCMP_ULT: FOC = ISD::SETLT; FPC = ISD::SETULT; break;
  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 94 case CmpInst::FCMP_ULT:
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 176 case FCmpInst::FCMP_ULT: return ISD::SETULT;
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 660 FCMP_ULT = 12, ///< 1 1 0 0 True if unordered or less than
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Execution.cpp 461 case FCmpInst::FCMP_ULT: R = executeFCMP_ULT(Src1, Src2, Ty); break;
498 case FCmpInst::FCMP_ULT: return executeFCMP_ULT(Src1, Src2, Ty);
    [all...]
  /external/llvm/unittests/IR/
ConstantsTest.cpp 275 CHECK(ConstantExpr::getFCmp(CmpInst::FCMP_ULT, P1, P5), "fcmp ult float "
  /external/spirv-llvm/lib/SPIRV/
SPIRVInternal.h 142 _SPIRV_OP(FCMP_ULT, FUnordLessThan)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 846 case FCmpInst::FCMP_ULT: Out << "ULT"; break;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp 937 case CmpInst::FCMP_ULT: SwapArgs = false; SetCCOpc = X86::SETBr; break;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 124 case FCmpInst::FCMP_ULT: return 4; // 100
173 case 4: Pred = isordered ? FCmpInst::FCMP_OLT : FCmpInst::FCMP_ULT; break;
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 919 case FCmpInst::FCMP_ULT:
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 56 return Ordered ? FCmpInst::FCMP_OLT : FCmpInst::FCMP_ULT;
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceConverter.cpp 493 case CmpInst::FCMP_ULT:
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]

Completed in 593 milliseconds

1 2 3