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

1 2 3

  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClLLVMBitCodes.h 289 FCMP_UGE = 11, ///< 1 0 1 1 True if unordered, greater than, or equal
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeDecoders.cpp 169 case naclbitc::FCMP_UGE:
170 LLVMPredicate = CmpInst::FCMP_UGE;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 165 case FCmpInst::FCMP_UGE: FOC = ISD::SETGE; FPC = ISD::SETUGE; break;
  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 91 case CmpInst::FCMP_UGE:
  /external/llvm/lib/CodeGen/
Analysis.cpp 175 case FCmpInst::FCMP_UGE: return ISD::SETUGE;
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 659 FCMP_UGE = 11, ///< 1 0 1 1 True if unordered, greater 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 467 case FCmpInst::FCMP_UGE: R = executeFCMP_UGE(Src1, Src2, Ty); break;
504 case FCmpInst::FCMP_UGE: return executeFCMP_UGE(Src1, Src2, Ty);
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVInternal.h 141 _SPIRV_OP(FCMP_UGE, FUnordGreaterThanEqual)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 852 case FCmpInst::FCMP_UGE: Out << "UGE"; break;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp 936 case CmpInst::FCMP_UGE: SwapArgs = true; SetCCOpc = X86::SETBEr; break;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 122 case FCmpInst::FCMP_UGE: return 3; // 011
172 case 3: Pred = isordered ? FCmpInst::FCMP_OGE : FCmpInst::FCMP_UGE; break;
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 915 case FCmpInst::FCMP_UGE:
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceConverter.cpp 490 case CmpInst::FCMP_UGE:
    [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 456 milliseconds

1 2 3