Home
last modified time | relevance | path

Searched refs:FCMP_UEQ (Results 1 – 25 of 68) sorted by relevance

123

/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp163 case naclbitc::FCMP_UEQ: in DecodeFcmpPredicate()
164 LLVMPredicate = CmpInst::FCMP_UEQ; in DecodeFcmpPredicate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp221 FCmp32Libcalls[CmpInst::FCMP_UEQ] = { in setFCmpLibcallsAEABI()
247 FCmp64Libcalls[CmpInst::FCMP_UEQ] = { in setFCmpLibcallsAEABI()
270 FCmp32Libcalls[CmpInst::FCMP_UEQ] = {{RTLIB::OEQ_F32, CmpInst::ICMP_EQ}, in setFCmpLibcallsGNU()
288 FCmp64Libcalls[CmpInst::FCMP_UEQ] = {{RTLIB::OEQ_F64, CmpInst::ICMP_EQ}, in setFCmpLibcallsGNU()
DARMInstructionSelector.cpp292 case CmpInst::FCMP_UEQ: in getComparePreds()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h287 FCMP_UEQ = 9, ///< 1 0 0 1 True if unordered or equal enumerator
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DAnalysis.cpp163 case FCmpInst::FCMP_UEQ: FOC = ISD::SETEQ; FPC = ISD::SETUEQ; break; in getFCmpCondCode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp85 case CmpInst::FCMP_UEQ: in mapFCmpPred()
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp85 case CmpInst::FCMP_UEQ: in mapFCmpPred()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
DOperations.cpp62 Ops.push_back(cmpOpDescriptor(1, Instruction::FCmp, CmpInst::FCMP_UEQ)); in describeFuzzerFloatOps()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantFold.cpp1801 case FCmpInst::FCMP_UEQ: in ConstantFoldCompareInstruction()
1859 case FCmpInst::FCMP_UEQ: in ConstantFoldCompareInstruction()
1870 Result = (pred == FCmpInst::FCMP_UEQ || pred == FCmpInst::FCMP_OEQ || in ConstantFoldCompareInstruction()
1900 if (pred == FCmpInst::FCMP_OEQ || pred == FCmpInst::FCMP_UEQ) in ConstantFoldCompareInstruction()
DInstructions.cpp3262 case FCMP_ONE: return FCMP_UEQ; in getInversePredicate()
3267 case FCMP_UEQ: return FCMP_ONE; in getInversePredicate()
3292 case FCmpInst::FCMP_UEQ: return "ueq"; in getPredicateName()
3377 case FCMP_UEQ: case FCMP_UNE: in getSwappedPredicate()
3450 case FCmpInst::FCMP_UEQ: case FCmpInst::FCMP_UNE: case FCmpInst::FCMP_UGT: in isUnordered()
3460 case FCMP_TRUE: case FCMP_UEQ: case FCMP_UGE: case FCMP_ULE: return true; in isTrueWhenEqual()
/external/llvm/lib/IR/
DConstantFold.cpp1776 case FCmpInst::FCMP_UEQ: in ConstantFoldCompareInstruction()
1834 case FCmpInst::FCMP_UEQ: in ConstantFoldCompareInstruction()
1845 Result = (pred == FCmpInst::FCMP_UEQ || pred == FCmpInst::FCMP_OEQ || in ConstantFoldCompareInstruction()
1875 if (pred == FCmpInst::FCMP_OEQ || pred == FCmpInst::FCMP_UEQ) in ConstantFoldCompareInstruction()
DInstructions.cpp3450 case FCMP_ONE: return FCMP_UEQ; in getInversePredicate()
3455 case FCMP_UEQ: return FCMP_ONE; in getInversePredicate()
3575 case FCMP_UEQ: case FCMP_UNE: in getSwappedPredicate()
3634 case FCmpInst::FCMP_UEQ: case FCmpInst::FCMP_UNE: case FCmpInst::FCMP_UGT: in isUnordered()
3644 case FCMP_TRUE: case FCMP_UEQ: case FCMP_UGE: case FCMP_ULE: return true; in isTrueWhenEqual()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp1933 case FCmpInst::FCMP_UEQ: in ConstantFoldCompareInstruction()
1987 case FCmpInst::FCMP_UEQ: in ConstantFoldCompareInstruction()
1998 Result = (pred == FCmpInst::FCMP_UEQ || pred == FCmpInst::FCMP_OEQ || in ConstantFoldCompareInstruction()
2028 if (pred == FCmpInst::FCMP_OEQ || pred == FCmpInst::FCMP_UEQ) in ConstantFoldCompareInstruction()
DInstructions.cpp2906 case FCMP_ONE: return FCMP_UEQ; in getInversePredicate()
2911 case FCMP_UEQ: return FCMP_ONE; in getInversePredicate()
3029 case FCMP_UEQ: case FCMP_UNE: in getSwappedPredicate()
3071 case FCmpInst::FCMP_UEQ: case FCmpInst::FCMP_UNE: case FCmpInst::FCMP_UGT: in isUnordered()
3081 case FCMP_TRUE: case FCMP_UEQ: case FCMP_UGE: case FCMP_ULE: return true; in isTrueWhenEqual()
/external/llvm/lib/CodeGen/
DAnalysis.cpp173 case FCmpInst::FCMP_UEQ: return ISD::SETUEQ; in getFCmpCondCode()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstrTypes.h657 FCMP_UEQ = 9, ///< 1 0 0 1 True if unordered or equal
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAnalysis.cpp172 case FCmpInst::FCMP_UEQ: return ISD::SETUEQ; in getFCmpCondCode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp750 case CmpInst::Predicate::FCMP_UEQ: in getCmpSelInstrCost()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExecution.cpp457 case FCmpInst::FCMP_UEQ: R = executeFCMP_UEQ(Src1, Src2, Ty); break; in visitFCmpInst()
494 case FCmpInst::FCMP_UEQ: return executeFCMP_UEQ(Src1, Src2, Ty); in executeCmpInst()
/external/spirv-llvm/lib/SPIRV/
DSPIRVInternal.h139 _SPIRV_OP(FCMP_UEQ, FUnordEqual) in init()
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
DCPPBackend.cpp842 case FCmpInst::FCMP_UEQ: Out << "UEQ"; break; in printConstant()
1185 case FCmpInst::FCMP_UEQ : Out << "FCmpInst::FCMP_UEQ"; break; in printInstruction()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FastISel.cpp934 case CmpInst::FCMP_UEQ: SwapArgs = false; SetCCOpc = X86::SETEr; break; in X86SelectCmp()
1034 case CmpInst::FCMP_UEQ: SwapArgs = false; BranchOpc = X86::JE_4; break; in X86SelectBranch()
/external/swiftshader/third_party/subzero/src/
DIceConverter.cpp484 case CmpInst::FCMP_UEQ: in convertFCmpInstruction()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp120 case FCmpInst::FCMP_UEQ: return 2; // 010 in getFCmpCode()
171 case 2: Pred = isordered ? FCmpInst::FCMP_OEQ : FCmpInst::FCMP_UEQ; break; in getFCmpValue()
/external/llvm/include/llvm/IR/
DInstrTypes.h877 FCMP_UEQ = 9, ///< 1 0 0 1 True if unordered or equal

123