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

1 2 3

  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClLLVMBitCodes.h 291 FCMP_ULE = 13, ///< 1 1 0 1 True if unordered, less than, or equal
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeDecoders.cpp 175 case naclbitc::FCMP_ULE:
176 LLVMPredicate = CmpInst::FCMP_ULE;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 167 case FCmpInst::FCMP_ULE: FOC = ISD::SETLE; FPC = ISD::SETULE; break;
  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 97 case CmpInst::FCMP_ULE:
  /external/llvm/lib/CodeGen/
Analysis.cpp 177 case FCmpInst::FCMP_ULE: return ISD::SETULE;
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 661 FCMP_ULE = 13, ///< 1 1 0 1 True if unordered, less than, 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 465 case FCmpInst::FCMP_ULE: R = executeFCMP_ULE(Src1, Src2, Ty); break;
502 case FCmpInst::FCMP_ULE: return executeFCMP_ULE(Src1, Src2, Ty);
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVInternal.h 143 _SPIRV_OP(FCMP_ULE, FUnordLessThanEqual)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 850 case FCmpInst::FCMP_ULE: Out << "ULE"; break;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp 938 case CmpInst::FCMP_ULE: SwapArgs = false; SetCCOpc = X86::SETBEr; break;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 128 case FCmpInst::FCMP_ULE: return 6; // 110
175 case 6: Pred = isordered ? FCmpInst::FCMP_OLE : FCmpInst::FCMP_ULE; break;
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 923 case FCmpInst::FCMP_ULE:
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceConverter.cpp 496 case CmpInst::FCMP_ULE:
    [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...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]

Completed in 1748 milliseconds

1 2 3