/external/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeDecoders.cpp | 163 case naclbitc::FCMP_UEQ: in DecodeFcmpPredicate() 164 LLVMPredicate = CmpInst::FCMP_UEQ; in DecodeFcmpPredicate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMLegalizerInfo.cpp | 221 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()
|
D | ARMInstructionSelector.cpp | 292 case CmpInst::FCMP_UEQ: in getComparePreds()
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 287 FCMP_UEQ = 9, ///< 1 0 0 1 True if unordered or equal enumerator
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | Analysis.cpp | 163 case FCmpInst::FCMP_UEQ: FOC = ISD::SETEQ; FPC = ISD::SETUEQ; break; in getFCmpCondCode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 85 case CmpInst::FCMP_UEQ: in mapFCmpPred()
|
/external/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 85 case CmpInst::FCMP_UEQ: in mapFCmpPred()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 62 Ops.push_back(cmpOpDescriptor(1, Instruction::FCmp, CmpInst::FCMP_UEQ)); in describeFuzzerFloatOps()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 1801 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()
|
D | Instructions.cpp | 3262 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/ |
D | ConstantFold.cpp | 1776 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()
|
D | Instructions.cpp | 3450 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/ |
D | ConstantFold.cpp | 1933 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()
|
D | Instructions.cpp | 2906 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/ |
D | Analysis.cpp | 173 case FCmpInst::FCMP_UEQ: return ISD::SETUEQ; in getFCmpCondCode()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | InstrTypes.h | 657 FCMP_UEQ = 9, ///< 1 0 0 1 True if unordered or equal
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 172 case FCmpInst::FCMP_UEQ: return ISD::SETUEQ; in getFCmpCondCode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 750 case CmpInst::Predicate::FCMP_UEQ: in getCmpSelInstrCost()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 457 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/ |
D | SPIRVInternal.h | 139 _SPIRV_OP(FCMP_UEQ, FUnordEqual) in init()
|
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 842 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/ |
D | X86FastISel.cpp | 934 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/ |
D | IceConverter.cpp | 484 case CmpInst::FCMP_UEQ: in convertFCmpInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 120 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/ |
D | InstrTypes.h | 877 FCMP_UEQ = 9, ///< 1 0 0 1 True if unordered or equal
|