HomeSort by: relevance | last modified time | path
    Searched refs:isFPOrFPVectorTy (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
PatternInit.cpp 54 if (Ty->isFPOrFPVectorTy()) {
CGExprScalar.cpp 748 if (Ops.LHS->getType()->isFPOrFPVectorTy()) {
2754 if (Op->getType()->isFPOrFPVectorTy())
2782 if (Oper->getType()->isFPOrFPVectorTy()) {
3211 if (Ops.LHS->getType()->isFPOrFPVectorTy()) {
3597 if (op.LHS->getType()->isFPOrFPVectorTy()) {
3747 if (op.LHS->getType()->isFPOrFPVectorTy()) {
4094 } else if (LHS->getType()->isFPOrFPVectorTy()) {
4247 if (LHS->getType()->isFPOrFPVectorTy()) {
4363 if (LHS->getType()->isFPOrFPVectorTy()) {
TargetInfo.cpp 4060 assert((TyLo->isFPOrFPVectorTy() ^ TyHi->isFPOrFPVectorTy()) &&
4066 llvm::Value *RegLoAddr = TyLo->isFPOrFPVectorTy() ? FPAddr : GPAddr;
4067 llvm::Value *RegHiAddr = TyLo->isFPOrFPVectorTy() ? GPAddr : FPAddr;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonTargetTransformInfo.cpp 288 if (SrcTy->isFPOrFPVectorTy() || DstTy->isFPOrFPVectorTy()) {
289 unsigned SrcN = SrcTy->isFPOrFPVectorTy() ? getTypeNumElements(SrcTy) : 0;
290 unsigned DstN = DstTy->isFPOrFPVectorTy() ? getTypeNumElements(DstTy) : 0;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsCCState.cpp 63 if (Ty->isVectorTy() && Ty->isFPOrFPVectorTy())
  /src/external/apache2/llvm/dist/llvm/tools/llvm-stress/
llvm-stress.cpp 592 if (VTy->isFPOrFPVectorTy() && DestTy->isIntOrIntVectorTy()) {
600 if (VTy->isIntOrIntVectorTy() && DestTy->isFPOrFPVectorTy()) {
608 if (VTy->isFPOrFPVectorTy() && DestTy->isFPOrFPVectorTy()) {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Constants.cpp 57 if (getType()->isFPOrFPVectorTy())
1033 if (Ty->isFPOrFPVectorTy())
2072 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() &&
2131 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() &&
2143 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() &&
2155 assert(C->getType()->isIntOrIntVectorTy() && Ty->isFPOrFPVectorTy() &&
2166 assert(C->getType()->isIntOrIntVectorTy() && Ty->isFPOrFPVectorTy() &
    [all...]
Instructions.cpp 2443 assert(getType()->isFPOrFPVectorTy() &&
2500 assert(getType()->isFPOrFPVectorTy() &&
2514 assert(getType()->isFPOrFPVectorTy() &&
2527 assert(getType()->isFPOrFPVectorTy() &&
3143 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() &&
3156 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() &&
3364 return SrcTy->isFPOrFPVectorTy() && DstTy->isFPOrFPVectorTy() &
    [all...]
Verifier.cpp 2893 Assert(SrcTy->isFPOrFPVectorTy(), "FPTrunc only operates on FP", &I);
2894 Assert(DestTy->isFPOrFPVectorTy(), "FPTrunc only produces an FP", &I);
2911 Assert(SrcTy->isFPOrFPVectorTy(), "FPExt only operates on FP", &I);
2912 Assert(DestTy->isFPOrFPVectorTy(), "FPExt only produces an FP", &I);
2932 Assert(DestTy->isFPOrFPVectorTy(), "UIToFP result must be FP or FP vector",
2955 Assert(DestTy->isFPOrFPVectorTy(), "SIToFP result must be FP or FP vector",
2976 Assert(SrcTy->isFPOrFPVectorTy(), "FPToUI source must be FP or FP vector",
2999 Assert(SrcTy->isFPOrFPVectorTy(), "FPToSI source must be FP or FP vector",
3494 Assert(U.getType()->isFPOrFPVectorTy(),
3535 Assert(B.getType()->isFPOrFPVectorTy(),
    [all...]
ConstantFold.cpp 1817 if (CE1Op0->getType()->isFPOrFPVectorTy())
2277 !CE2Op0->getType()->isFPOrFPVectorTy()) {
AutoUpgrade.cpp 508 if (Idx->isFPOrFPVectorTy()) {
1206 bool IsFloat = Ty->isFPOrFPVectorTy();
1695 bool IsFloat = CI.getType()->isFPOrFPVectorTy();
Function.cpp 1423 case IITDescriptor::AK_AnyFloat: return !Ty->isFPOrFPVectorTy();
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Type.h 190 bool isFPOrFPVectorTy() const { return getScalarType()->isFloatingPointTy(); }
Operator.h 405 return Ty->isFPOrFPVectorTy();
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUPrintfRuntimeBinding.cpp 404 if (ArgType->isFPOrFPVectorTy() && !isa<VectorType>(ArgType)) {
AMDGPUTargetTransformInfo.cpp 536 bool IsFloat = Ty->isFPOrFPVectorTy();
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 706 if (!Ty->isIntOrIntVectorTy() && !Ty->isFPOrFPVectorTy() &&
762 bool IsFloat = Ty->isFPOrFPVectorTy();
2073 if (Ty->isFPOrFPVectorTy()) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
Reassociate.cpp 764 if (NewOp->getType()->isFPOrFPVectorTy())
820 return C->getType()->isFPOrFPVectorTy() ? ConstantExpr::getFNeg(C) :
2201 if (I->getType()->isFPOrFPVectorTy() && !I->isFast())
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ValueTypes.cpp 62 return LLVMTy->isFPOrFPVectorTy();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 1757 if (SI.getType()->isFPOrFPVectorTy()) {
1775 if (SI.getType()->isFPOrFPVectorTy()) {
2917 if (SelType->isIntOrIntVectorTy() || SelType->isFPOrFPVectorTy()) {
2948 (LHS->getType()->isFPOrFPVectorTy() &&
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 1070 bool IsFP = Ty->isFPOrFPVectorTy();
1084 bool IsFP = Ty->isFPOrFPVectorTy();
2809 if (OpTy->isFPOrFPVectorTy())
4391 bool IsFP = LHS->getType()->isFPOrFPVectorTy();
4399 if (LHS->getType()->isFPOrFPVectorTy())
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 3697 if (!Val0->getType()->isFPOrFPVectorTy())
3724 if (!Val->getType()->isFPOrFPVectorTy())
3799 if (!Val0->getType()->isFPOrFPVectorTy())
6837 bool Valid = IsFP ? LHS->getType()->isFPOrFPVectorTy()
6979 bool Valid = IsFP ? LHS->getType()->isFPOrFPVectorTy()
7022 if (!LHS->getType()->isFPOrFPVectorTy())
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 402 if (I.getType()->isFPOrFPVectorTy()) {
407 if (Op->getType()->isFPOrFPVectorTy()) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 3785 assert(Ty->isFPOrFPVectorTy() &&
3885 if (Ty->isFPOrFPVectorTy()) {
3920 assert(ValTy->isFPOrFPVectorTy() &&
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 2643 RetTy->isFPOrFPVectorTy() ||
4170 if (T->isFPOrFPVectorTy() || T->isX86_MMXTy())
4549 if (T->isFPOrFPVectorTy())

Completed in 94 milliseconds

1 2