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

1 2 3 4

  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClLLVMBitCodes.h 282 FCMP_OLT = 4, ///< 0 1 0 0 True if ordered and less than
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeDecoders.cpp 148 case naclbitc::FCMP_OLT:
149 LLVMPredicate = CmpInst::FCMP_OLT;
  /external/llvm/lib/Target/SystemZ/
SystemZTDC.cpp 209 if (Pred & CmpInst::FCMP_OLT)
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 158 case FCmpInst::FCMP_OLT: FOC = ISD::SETLT; FPC = ISD::SETOLT; break;
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 93 case CmpInst::FCMP_OLT:
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 168 case FCmpInst::FCMP_OLT: return ISD::SETOLT;
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 652 FCMP_OLT = 4, ///< 0 1 0 0 True if ordered and less than
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Execution.cpp 462 case FCmpInst::FCMP_OLT: R = executeFCMP_OLT(Src1, Src2, Ty); break;
497 case FCmpInst::FCMP_OLT: return executeFCMP_OLT(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 632 P = CmpInst::FCMP_OLT;
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
blend_jit.cpp 487 case ZFUNC_LT: pTest = FCMP_OLT(pAlpha, pRef); break;
  /external/spirv-llvm/lib/SPIRV/
SPIRVInternal.h 134 _SPIRV_OP(FCMP_OLT, FOrdLessThan)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 663 case CmpInst::FCMP_OLT:
683 case CmpInst::FCMP_OLT:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 845 case FCmpInst::FCMP_OLT: Out << "OLT"; break;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp 929 case CmpInst::FCMP_OLT: SwapArgs = true; SetCCOpc = X86::SETAr; break;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 123 case FCmpInst::FCMP_OLT: isOrdered = true; 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 905 case FCmpInst::FCMP_OLT:
    [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 472 case CmpInst::FCMP_OLT:
    [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...]

Completed in 2479 milliseconds

1 2 3 4