/external/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeDecoders.cpp | 77 LLVMOpcode = Ty->isFPOrFPVectorTy() ? Instruction::FAdd : Instruction::Add; in DecodeBinaryOpcode() 80 LLVMOpcode = Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub; in DecodeBinaryOpcode() 83 LLVMOpcode = Ty->isFPOrFPVectorTy() ? Instruction::FMul : Instruction::Mul; in DecodeBinaryOpcode() 89 LLVMOpcode = Ty->isFPOrFPVectorTy() ? Instruction::FDiv : Instruction::SDiv; in DecodeBinaryOpcode() 95 LLVMOpcode = Ty->isFPOrFPVectorTy() ? Instruction::FRem : Instruction::SRem; in DecodeBinaryOpcode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.cpp | 239 if (SrcTy->isFPOrFPVectorTy() || DstTy->isFPOrFPVectorTy()) { in getCastInstrCost() 240 unsigned SrcN = SrcTy->isFPOrFPVectorTy() ? getTypeNumElements(SrcTy) : 0; in getCastInstrCost() 241 unsigned DstN = DstTy->isFPOrFPVectorTy() ? getTypeNumElements(DstTy) : 0; in getCastInstrCost()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Constants.cpp | 1297 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() && in getFPCast() 1356 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() && in getFPTrunc() 1368 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() && in getFPExtend() 1380 assert(C->getType()->isIntOrIntVectorTy() && Ty->isFPOrFPVectorTy() && in getUIToFP() 1391 assert(C->getType()->isIntOrIntVectorTy() && Ty->isFPOrFPVectorTy() && in getSIToFP() 1402 assert(C->getType()->isFPOrFPVectorTy() && Ty->isIntOrIntVectorTy() && in getFPToUI() 1413 assert(C->getType()->isFPOrFPVectorTy() && Ty->isIntOrIntVectorTy() && in getFPToSI() 1463 assert(C1->getType()->isFPOrFPVectorTy() && in get() 1475 assert(C1->getType()->isFPOrFPVectorTy() && in get() 1486 assert(C1->getType()->isFPOrFPVectorTy() && in get() [all …]
|
D | Verifier.cpp | 914 Assert1(SrcTy->isFPOrFPVectorTy(),"FPTrunc only operates on FP", &I); in visitFPTruncInst() 915 Assert1(DestTy->isFPOrFPVectorTy(),"FPTrunc only produces an FP", &I); in visitFPTruncInst() 932 Assert1(SrcTy->isFPOrFPVectorTy(),"FPExt only operates on FP", &I); in visitFPExtInst() 933 Assert1(DestTy->isFPOrFPVectorTy(),"FPExt only produces an FP", &I); in visitFPExtInst() 953 Assert1(DestTy->isFPOrFPVectorTy(), in visitUIToFPInst() 976 Assert1(DestTy->isFPOrFPVectorTy(), in visitSIToFPInst() 997 Assert1(SrcTy->isFPOrFPVectorTy(), "FPToUI source must be FP or FP vector", in visitFPToUIInst() 1020 Assert1(SrcTy->isFPOrFPVectorTy(), in visitFPToSIInst() 1209 Assert1(B.getType()->isFPOrFPVectorTy(), in visitBinaryOperator() 1265 Assert1(Op0Ty->isFPOrFPVectorTy(), in visitFCmpInst()
|
D | Instructions.cpp | 1735 assert(getType()->isFPOrFPVectorTy() && in init() 1750 assert(getType()->isFPOrFPVectorTy() && in init() 1764 assert(getType()->isFPOrFPVectorTy() && in init() 2398 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() && in CreateFPCast() 2411 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() && in CreateFPCast() 2634 return SrcTy->isFPOrFPVectorTy() && DstTy->isFPOrFPVectorTy() && in castIsValid() 2637 return SrcTy->isFPOrFPVectorTy() && DstTy->isFPOrFPVectorTy() && in castIsValid() 2641 return SrcTy->isIntOrIntVectorTy() && DstTy->isFPOrFPVectorTy() && in castIsValid() 2645 return SrcTy->isFPOrFPVectorTy() && DstTy->isIntOrIntVectorTy() && in castIsValid()
|
D | ValueTypes.cpp | 45 return LLVMTy->isFPOrFPVectorTy(); in isExtendedFloatingPoint()
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 61 if (getType()->isFPOrFPVectorTy()) in isNegativeZeroValue() 679 if (Ty->isFPOrFPVectorTy()) in getZeroValueForNegation() 1553 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() && in getFPCast() 1612 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() && in getFPTrunc() 1624 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() && in getFPExtend() 1636 assert(C->getType()->isIntOrIntVectorTy() && Ty->isFPOrFPVectorTy() && in getUIToFP() 1647 assert(C->getType()->isIntOrIntVectorTy() && Ty->isFPOrFPVectorTy() && in getSIToFP() 1658 assert(C->getType()->isFPOrFPVectorTy() && Ty->isIntOrIntVectorTy() && in getFPToUI() 1669 assert(C->getType()->isFPOrFPVectorTy() && Ty->isIntOrIntVectorTy() && in getFPToSI() 1755 assert(C1->getType()->isFPOrFPVectorTy() && in get() [all …]
|
D | Instructions.cpp | 2084 assert(getType()->isFPOrFPVectorTy() && in init() 2099 assert(getType()->isFPOrFPVectorTy() && in init() 2113 assert(getType()->isFPOrFPVectorTy() && in init() 2841 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() && in CreateFPCast() 2854 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() && in CreateFPCast() 3118 return SrcTy->isFPOrFPVectorTy() && DstTy->isFPOrFPVectorTy() && in castIsValid() 3121 return SrcTy->isFPOrFPVectorTy() && DstTy->isFPOrFPVectorTy() && in castIsValid() 3125 return SrcTy->isIntOrIntVectorTy() && DstTy->isFPOrFPVectorTy() && in castIsValid() 3129 return SrcTy->isFPOrFPVectorTy() && DstTy->isIntOrIntVectorTy() && in castIsValid()
|
D | Verifier.cpp | 2286 Assert(SrcTy->isFPOrFPVectorTy(), "FPTrunc only operates on FP", &I); in visitFPTruncInst() 2287 Assert(DestTy->isFPOrFPVectorTy(), "FPTrunc only produces an FP", &I); in visitFPTruncInst() 2304 Assert(SrcTy->isFPOrFPVectorTy(), "FPExt only operates on FP", &I); in visitFPExtInst() 2305 Assert(DestTy->isFPOrFPVectorTy(), "FPExt only produces an FP", &I); in visitFPExtInst() 2325 Assert(DestTy->isFPOrFPVectorTy(), "UIToFP result must be FP or FP vector", in visitUIToFPInst() 2348 Assert(DestTy->isFPOrFPVectorTy(), "SIToFP result must be FP or FP vector", in visitSIToFPInst() 2369 Assert(SrcTy->isFPOrFPVectorTy(), "FPToUI source must be FP or FP vector", in visitFPToUIInst() 2392 Assert(SrcTy->isFPOrFPVectorTy(), "FPToSI source must be FP or FP vector", in visitFPToSIInst() 2791 Assert(B.getType()->isFPOrFPVectorTy(), in visitBinaryOperator() 2849 Assert(Op0Ty->isFPOrFPVectorTy(), in visitFCmpInst() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Constants.cpp | 56 if (getType()->isFPOrFPVectorTy()) in isNegativeZeroValue() 749 if (Ty->isFPOrFPVectorTy()) in getZeroValueForNegation() 1603 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() && in getFPCast() 1662 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() && in getFPTrunc() 1674 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() && in getFPExtend() 1686 assert(C->getType()->isIntOrIntVectorTy() && Ty->isFPOrFPVectorTy() && in getUIToFP() 1697 assert(C->getType()->isIntOrIntVectorTy() && Ty->isFPOrFPVectorTy() && in getSIToFP() 1708 assert(C->getType()->isFPOrFPVectorTy() && Ty->isIntOrIntVectorTy() && in getFPToUI() 1719 assert(C->getType()->isFPOrFPVectorTy() && Ty->isIntOrIntVectorTy() && in getFPToSI() 1804 assert(C1->getType()->isFPOrFPVectorTy() && in get() [all …]
|
D | Instructions.cpp | 1937 assert(getType()->isFPOrFPVectorTy() && in AssertOK() 1951 assert(getType()->isFPOrFPVectorTy() && in AssertOK() 1964 assert(getType()->isFPOrFPVectorTy() && in AssertOK() 2656 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() && in CreateFPCast() 2669 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() && in CreateFPCast() 2935 return SrcTy->isFPOrFPVectorTy() && DstTy->isFPOrFPVectorTy() && in castIsValid() 2938 return SrcTy->isFPOrFPVectorTy() && DstTy->isFPOrFPVectorTy() && in castIsValid() 2942 return SrcTy->isIntOrIntVectorTy() && DstTy->isFPOrFPVectorTy() && in castIsValid() 2946 return SrcTy->isFPOrFPVectorTy() && DstTy->isIntOrIntVectorTy() && in castIsValid()
|
D | Verifier.cpp | 2481 Assert(SrcTy->isFPOrFPVectorTy(), "FPTrunc only operates on FP", &I); in visitFPTruncInst() 2482 Assert(DestTy->isFPOrFPVectorTy(), "FPTrunc only produces an FP", &I); in visitFPTruncInst() 2499 Assert(SrcTy->isFPOrFPVectorTy(), "FPExt only operates on FP", &I); in visitFPExtInst() 2500 Assert(DestTy->isFPOrFPVectorTy(), "FPExt only produces an FP", &I); in visitFPExtInst() 2520 Assert(DestTy->isFPOrFPVectorTy(), "UIToFP result must be FP or FP vector", in visitUIToFPInst() 2543 Assert(DestTy->isFPOrFPVectorTy(), "SIToFP result must be FP or FP vector", in visitSIToFPInst() 2564 Assert(SrcTy->isFPOrFPVectorTy(), "FPToUI source must be FP or FP vector", in visitFPToUIInst() 2587 Assert(SrcTy->isFPOrFPVectorTy(), "FPToSI source must be FP or FP vector", in visitFPToSIInst() 3012 Assert(B.getType()->isFPOrFPVectorTy(), in visitBinaryOperator() 3069 Assert(Op0Ty->isFPOrFPVectorTy(), in visitFCmpInst() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 587 if (VTy->isFPOrFPVectorTy() && DestTy->isIntOrIntVectorTy()) { in Act() 595 if (VTy->isIntOrIntVectorTy() && DestTy->isFPOrFPVectorTy()) { in Act() 603 if (VTy->isFPOrFPVectorTy() && DestTy->isFPOrFPVectorTy()) { in Act()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Operator.h | 368 return I->getType()->isFPOrFPVectorTy() || in classof() 373 return CE->getType()->isFPOrFPVectorTy() || in classof()
|
D | Type.h | 185 bool isFPOrFPVectorTy() const { return getScalarType()->isFloatingPointTy(); } in isFPOrFPVectorTy() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsCCState.cpp | 64 if (Ty->isVectorTy() && Ty->isFPOrFPVectorTy()) in originalTypeIsVectorFloat()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Type.h | 151 bool isFPOrFPVectorTy() const;
|
/external/llvm/include/llvm/IR/ |
D | Type.h | 181 bool isFPOrFPVectorTy() const { return getScalarType()->isFloatingPointTy(); } in isFPOrFPVectorTy() function
|
D | Operator.h | 308 return I->getType()->isFPOrFPVectorTy() || in classof()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 183 bool isFPOrFPVectorTy() const { return getScalarType()->isFloatingPointTy(); } in isFPOrFPVectorTy() function
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 114 return Ty->isFPOrFPVectorTy() ? Instruction::FAdd : Instruction::Add; in GetDecodedBinaryOpcode() 116 return Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub; in GetDecodedBinaryOpcode() 118 return Ty->isFPOrFPVectorTy() ? Instruction::FMul : Instruction::Mul; in GetDecodedBinaryOpcode() 121 return Ty->isFPOrFPVectorTy() ? Instruction::FDiv : Instruction::SDiv; in GetDecodedBinaryOpcode() 124 return Ty->isFPOrFPVectorTy() ? Instruction::FRem : Instruction::SRem; in GetDecodedBinaryOpcode() 1459 if (OpTy->isFPOrFPVectorTy()) in ParseConstants() 2368 if (LHS->getType()->isFPOrFPVectorTy()) in ParseFunctionBody()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 879 if (SI.getType()->isFPOrFPVectorTy()) { in foldAddSubSelect() 897 if (SI.getType()->isFPOrFPVectorTy()) { in foldAddSubSelect() 1099 if (SelType->isIntOrIntVectorTy() || SelType->isFPOrFPVectorTy()) { in visitSelectInst()
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 468 if (Ops.LHS->getType()->isFPOrFPVectorTy()) in EmitMul() 1860 if (BinOp.RHS->getType()->isFPOrFPVectorTy()) in VisitUnaryMinus() 1883 if (Oper->getType()->isFPOrFPVectorTy()) in VisitUnaryLNot() 2274 if (Ops.LHS->getType()->isFPOrFPVectorTy()) { in EmitDiv() 2593 if (op.LHS->getType()->isFPOrFPVectorTy()) { in EmitAdd() 2624 if (op.LHS->getType()->isFPOrFPVectorTy()) { in EmitSub() 2908 if (LHS->getType()->isFPOrFPVectorTy()) { in EmitCompare() 3036 if (LHS->getType()->isFPOrFPVectorTy()) { in VisitBinLAnd() 3114 if (LHS->getType()->isFPOrFPVectorTy()) { in VisitBinLOr()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 811 if (SI.getType()->isFPOrFPVectorTy()) { in visitSelectInst() 825 if (SI.getType()->isFPOrFPVectorTy()) in visitSelectInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 1198 if (SI.getType()->isFPOrFPVectorTy()) { in foldAddSubSelect() 1216 if (SI.getType()->isFPOrFPVectorTy()) { in foldAddSubSelect() 1758 if (SelType->isIntOrIntVectorTy() || SelType->isFPOrFPVectorTy()) { in visitSelectInst() 1776 (LHS->getType()->isFPOrFPVectorTy() && in visitSelectInst()
|