/external/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeDecoders.cpp | 76 LLVMOpcode = Ty->isFPOrFPVectorTy() ? Instruction::FAdd : Instruction::Add; in DecodeBinaryOpcode() 79 LLVMOpcode = Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub; in DecodeBinaryOpcode() 82 LLVMOpcode = Ty->isFPOrFPVectorTy() ? Instruction::FMul : Instruction::Mul; in DecodeBinaryOpcode() 88 LLVMOpcode = Ty->isFPOrFPVectorTy() ? Instruction::FDiv : Instruction::SDiv; in DecodeBinaryOpcode() 94 LLVMOpcode = Ty->isFPOrFPVectorTy() ? Instruction::FRem : Instruction::SRem; in DecodeBinaryOpcode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.cpp | 255 if (SrcTy->isFPOrFPVectorTy() || DstTy->isFPOrFPVectorTy()) { in getCastInstrCost() 256 unsigned SrcN = SrcTy->isFPOrFPVectorTy() ? getTypeNumElements(SrcTy) : 0; in getCastInstrCost() 257 unsigned DstN = DstTy->isFPOrFPVectorTy() ? getTypeNumElements(DstTy) : 0; in getCastInstrCost()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.cpp | 267 if (SrcTy->isFPOrFPVectorTy() || DstTy->isFPOrFPVectorTy()) { in getCastInstrCost() 268 unsigned SrcN = SrcTy->isFPOrFPVectorTy() ? getTypeNumElements(SrcTy) : 0; in getCastInstrCost() 269 unsigned DstN = DstTy->isFPOrFPVectorTy() ? getTypeNumElements(DstTy) : 0; in getCastInstrCost()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | PatternInit.cpp | 54 if (Ty->isFPOrFPVectorTy()) { in initializationPatternFor()
|
/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/llvm-project/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 593 if (VTy->isFPOrFPVectorTy() && DestTy->isIntOrIntVectorTy()) { in Act() 601 if (VTy->isIntOrIntVectorTy() && DestTy->isFPOrFPVectorTy()) { in Act() 609 if (VTy->isFPOrFPVectorTy() && DestTy->isFPOrFPVectorTy()) { in Act()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 57 if (getType()->isFPOrFPVectorTy()) in isNegativeZeroValue() 854 if (Ty->isFPOrFPVectorTy()) in getZeroValueForNegation() 1725 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() && in getFPCast() 1784 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() && in getFPTrunc() 1796 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() && in getFPExtend() 1808 assert(C->getType()->isIntOrIntVectorTy() && Ty->isFPOrFPVectorTy() && in getUIToFP() 1819 assert(C->getType()->isIntOrIntVectorTy() && Ty->isFPOrFPVectorTy() && in getSIToFP() 1830 assert(C->getType()->isFPOrFPVectorTy() && Ty->isIntOrIntVectorTy() && in getFPToUI() 1841 assert(C->getType()->isFPOrFPVectorTy() && Ty->isIntOrIntVectorTy() && in getFPToSI() 1914 assert(C->getType()->isFPOrFPVectorTy() && in get() [all …]
|
D | Instructions.cpp | 2223 assert(getType()->isFPOrFPVectorTy() && in AssertOK() 2280 assert(getType()->isFPOrFPVectorTy() && in AssertOK() 2294 assert(getType()->isFPOrFPVectorTy() && in AssertOK() 2307 assert(getType()->isFPOrFPVectorTy() && in AssertOK() 2934 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() && in CreateFPCast() 2947 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() && in CreateFPCast() 3213 return SrcTy->isFPOrFPVectorTy() && DstTy->isFPOrFPVectorTy() && in castIsValid() 3216 return SrcTy->isFPOrFPVectorTy() && DstTy->isFPOrFPVectorTy() && in castIsValid() 3220 return SrcTy->isIntOrIntVectorTy() && DstTy->isFPOrFPVectorTy() && in castIsValid() 3224 return SrcTy->isFPOrFPVectorTy() && DstTy->isIntOrIntVectorTy() && in castIsValid()
|
D | Verifier.cpp | 2630 Assert(SrcTy->isFPOrFPVectorTy(), "FPTrunc only operates on FP", &I); in visitFPTruncInst() 2631 Assert(DestTy->isFPOrFPVectorTy(), "FPTrunc only produces an FP", &I); in visitFPTruncInst() 2648 Assert(SrcTy->isFPOrFPVectorTy(), "FPExt only operates on FP", &I); in visitFPExtInst() 2649 Assert(DestTy->isFPOrFPVectorTy(), "FPExt only produces an FP", &I); in visitFPExtInst() 2669 Assert(DestTy->isFPOrFPVectorTy(), "UIToFP result must be FP or FP vector", in visitUIToFPInst() 2692 Assert(DestTy->isFPOrFPVectorTy(), "SIToFP result must be FP or FP vector", in visitSIToFPInst() 2713 Assert(SrcTy->isFPOrFPVectorTy(), "FPToUI source must be FP or FP vector", in visitFPToUIInst() 2736 Assert(SrcTy->isFPOrFPVectorTy(), "FPToSI source must be FP or FP vector", in visitFPToSIInst() 3175 Assert(U.getType()->isFPOrFPVectorTy(), in visitUnaryOperator() 3216 Assert(B.getType()->isFPOrFPVectorTy(), in visitBinaryOperator() [all …]
|
/external/llvm-project/llvm/lib/IR/ |
D | Constants.cpp | 57 if (getType()->isFPOrFPVectorTy()) in isNegativeZeroValue() 982 if (Ty->isFPOrFPVectorTy()) in getZeroValueForNegation() 2002 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() && in getFPCast() 2061 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() && in getFPTrunc() 2073 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() && in getFPExtend() 2085 assert(C->getType()->isIntOrIntVectorTy() && Ty->isFPOrFPVectorTy() && in getUIToFP() 2096 assert(C->getType()->isIntOrIntVectorTy() && Ty->isFPOrFPVectorTy() && in getSIToFP() 2107 assert(C->getType()->isFPOrFPVectorTy() && Ty->isIntOrIntVectorTy() && in getFPToUI() 2118 assert(C->getType()->isFPOrFPVectorTy() && Ty->isIntOrIntVectorTy() && in getFPToSI() 2194 assert(C->getType()->isFPOrFPVectorTy() && in get() [all …]
|
D | Instructions.cpp | 2422 assert(getType()->isFPOrFPVectorTy() && in AssertOK() 2479 assert(getType()->isFPOrFPVectorTy() && in AssertOK() 2493 assert(getType()->isFPOrFPVectorTy() && in AssertOK() 2506 assert(getType()->isFPOrFPVectorTy() && in AssertOK() 3122 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() && in CreateFPCast() 3135 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() && in CreateFPCast() 3343 return SrcTy->isFPOrFPVectorTy() && DstTy->isFPOrFPVectorTy() && in castIsValid() 3346 return SrcTy->isFPOrFPVectorTy() && DstTy->isFPOrFPVectorTy() && in castIsValid() 3350 return SrcTy->isIntOrIntVectorTy() && DstTy->isFPOrFPVectorTy() && in castIsValid() 3354 return SrcTy->isFPOrFPVectorTy() && DstTy->isIntOrIntVectorTy() && in castIsValid()
|
D | Verifier.cpp | 2772 Assert(SrcTy->isFPOrFPVectorTy(), "FPTrunc only operates on FP", &I); in visitFPTruncInst() 2773 Assert(DestTy->isFPOrFPVectorTy(), "FPTrunc only produces an FP", &I); in visitFPTruncInst() 2790 Assert(SrcTy->isFPOrFPVectorTy(), "FPExt only operates on FP", &I); in visitFPExtInst() 2791 Assert(DestTy->isFPOrFPVectorTy(), "FPExt only produces an FP", &I); in visitFPExtInst() 2811 Assert(DestTy->isFPOrFPVectorTy(), "UIToFP result must be FP or FP vector", in visitUIToFPInst() 2834 Assert(DestTy->isFPOrFPVectorTy(), "SIToFP result must be FP or FP vector", in visitSIToFPInst() 2855 Assert(SrcTy->isFPOrFPVectorTy(), "FPToUI source must be FP or FP vector", in visitFPToUIInst() 2878 Assert(SrcTy->isFPOrFPVectorTy(), "FPToSI source must be FP or FP vector", in visitFPToSIInst() 3358 Assert(U.getType()->isFPOrFPVectorTy(), in visitUnaryOperator() 3399 Assert(B.getType()->isFPOrFPVectorTy(), in visitBinaryOperator() [all …]
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsCCState.cpp | 63 if (Ty->isVectorTy() && Ty->isFPOrFPVectorTy()) in originalTypeIsVectorFloat()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsCCState.cpp | 63 if (Ty->isVectorTy() && Ty->isFPOrFPVectorTy()) in originalTypeIsVectorFloat()
|
/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-10.0/llvm/include/llvm/IR/ |
D | Type.h | 185 bool isFPOrFPVectorTy() const { return getScalarType()->isFloatingPointTy(); } in isFPOrFPVectorTy() function
|
D | Operator.h | 402 return Ty->isFPOrFPVectorTy(); in classof()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Type.h | 186 bool isFPOrFPVectorTy() const { return getScalarType()->isFloatingPointTy(); } in isFPOrFPVectorTy() function
|
D | Operator.h | 402 return Ty->isFPOrFPVectorTy(); in classof()
|
/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()
|