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

1 2 3

  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClLLVMBitCodes.h 288 FCMP_UGT = 10, ///< 1 0 1 0 True if unordered or greater than
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeDecoders.cpp 166 case naclbitc::FCMP_UGT:
167 LLVMPredicate = CmpInst::FCMP_UGT;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMLegalizerInfo.cpp 212 FCmp32Libcalls[CmpInst::FCMP_UGT] = {{RTLIB::OLE_F32, CmpInst::ICMP_EQ}};
238 FCmp64Libcalls[CmpInst::FCMP_UGT] = {{RTLIB::OLE_F64, CmpInst::ICMP_EQ}};
263 FCmp32Libcalls[CmpInst::FCMP_UGT] = {{RTLIB::OLE_F32, CmpInst::ICMP_SGT}};
281 FCmp64Libcalls[CmpInst::FCMP_UGT] = {{RTLIB::OLE_F64, CmpInst::ICMP_SGT}};
ARMInstructionSelector.cpp 308 case CmpInst::FCMP_UGT:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 164 case FCmpInst::FCMP_UGT: FOC = ISD::SETGT; FPC = ISD::SETUGT; break;
  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 88 case CmpInst::FCMP_UGT:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
Float2Int.cpp 88 case CmpInst::FCMP_UGT:
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 174 case FCmpInst::FCMP_UGT: return ISD::SETUGT;
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 658 FCMP_UGT = 10, ///< 1 0 1 0 True if unordered or greater than
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
Analysis.cpp 173 case FCmpInst::FCMP_UGT: return ISD::SETUGT;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
Operations.cpp 63 Ops.push_back(cmpOpDescriptor(1, Instruction::FCmp, CmpInst::FCMP_UGT));
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Execution.cpp 463 case FCmpInst::FCMP_UGT: R = executeFCMP_UGT(Src1, Src2, Ty); break;
500 case FCmpInst::FCMP_UGT: return executeFCMP_UGT(Src1, Src2, Ty);
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVInternal.h 140 _SPIRV_OP(FCMP_UGT, FUnordGreaterThan)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 848 case FCmpInst::FCMP_UGT: Out << "UGT"; break;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp 935 case CmpInst::FCMP_UGT: SwapArgs = true; SetCCOpc = X86::SETBr; break;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 118 case FCmpInst::FCMP_UGT: return 1; // 001
170 case 1: Pred = isordered ? FCmpInst::FCMP_OGT : FCmpInst::FCMP_UGT; break;
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 911 case FCmpInst::FCMP_UGT:
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 58 return Ordered ? FCmpInst::FCMP_OGT : FCmpInst::FCMP_UGT;
    [all...]

Completed in 908 milliseconds

1 2 3