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

1 2 3

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_value.h 129 bool isFloatTy() const { return getKind() == TK_Float; }
131 CHECK(isFloatTy());
161 CHECK(getType().isFloatTy());
ubsan_value.cc 72 CHECK(getType().isFloatTy());
ubsan_diag.cc 122 else if (V.getType().isFloatTy())
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_value.h 128 bool isFloatTy() const { return getKind() == TK_Float; }
130 CHECK(isFloatTy());
163 CHECK(getType().isFloatTy());
ubsan_value.cpp 119 CHECK(getType().isFloatTy());
ubsan_diag.cpp 129 else if (V.getType().isFloatTy())
  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_value.h 128 bool isFloatTy() const { return getKind() == TK_Float; }
130 CHECK(isFloatTy());
163 CHECK(getType().isFloatTy());
ubsan_value.cpp 117 CHECK(getType().isFloatTy());
ubsan_diag.cpp 127 else if (V.getType().isFloatTy())
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LibCallsShrinkWrap.cpp 117 if (!Arg->getType()->isFloatTy())
311 if (!(ArgType->isFloatTy() || ArgType->isDoubleTy() ||
442 if (!Exp->getType()->isFloatTy())
471 if (!Exp->getType()->isFloatTy())
473 if (!Base->getType()->isFloatTy())
SimplifyLibCalls.cpp 1254 if (Op->getType()->isFloatTy())
1281 if (!Cast || !Cast->getType()->isFloatTy())
1572 if (Ty->isFloatTy())
1936 if (Ty->getScalarType()->isFloatTy()) {
2165 bool IsFloat = Arg->getType()->isFloatTy();
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVTargetTransformInfo.h 91 if (ScalarTy->isFloatTy())
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 77 if (cast<VectorType>(Ty)->getElementType()->isFloatTy()) {
374 if (cast<VectorType>(Ty)->getElementType()->isFloatTy()) { \
395 if (TY->isFloatTy()) { \
421 if (cast<VectorType>(TY)->getElementType()->isFloatTy()) { \
513 if (TY->isFloatTy()) { \
594 if (cast<VectorType>(Ty)->getElementType()->isFloatTy()) {
609 } else if (Ty->isFloatTy())
625 if (cast<VectorType>(Ty)->getElementType()->isFloatTy()) {
640 } else if (Ty->isFloatTy())
771 if (cast<VectorType>(Ty)->getElementType()->isFloatTy()) \
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 293 if (t->isFloatTy()) {
303 if (t->isFloatTy()) {
377 if (RetTy->isFloatTy()) {
385 if ((SRetTy->getElementType(0)->isFloatTy()) &&
386 (SRetTy->getElementType(1)->isFloatTy())) {
Mips16HardFloat.cpp 80 if ((ST->getElementType(0)->isFloatTy()) &&
81 (ST->getElementType(1)->isFloatTy()))
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUPrintfRuntimeBinding.cpp 244 FpExt->getOperand(0)->getType()->isFloatTy())
405 Type *IType = (ArgType->isFloatTy()) ? Int32Ty : Int64Ty;
416 FpExt->getOperand(0)->getType()->isFloatTy()) {
AMDGPUCodeGenPrepare.cpp 706 if (!Ty->isFloatTy())
762 (Ty->isFloatTy() && !HasFP32Denormals && ReqdAccuracy >= 1.0f);
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 682 if (CE->getType()->isFloatTy())
697 if (CE->getType()->isFloatTy())
714 if (Op0->getType()->isFloatTy())
753 if (DestTy->isFloatTy())
934 if(ElemTy->isFloatTy()) {
1050 if (cast<VectorType>(Ty)->getElementType()->isFloatTy())
1103 if (ElemT->isFloatTy()) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Type.h 148 bool isFloatTy() const { return getTypeID() == FloatTyID; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h 216 if (Ty->isHalfTy() || Ty->isFloatTy() || Ty->isDoubleTy())
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZTDC.cpp 249 if (!Cast->getSrcTy()->isFloatTy() &&
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ConstantFolding.cpp 456 if (CFP->getType()->isFloatTy()){
568 else if (LoadTy->isFloatTy())
1652 if (Ty->isHalfTy() || Ty->isFloatTy()) {
1798 if (Ty->isBFloatTy() || Ty->isHalfTy() || Ty->isFloatTy() || Ty->isDoubleTy())
1910 if (!Ty->isHalfTy() && !Ty->isFloatTy() && !Ty->isDoubleTy())
2322 if (!Ty->isHalfTy() && !Ty->isFloatTy() && !Ty->isDoubleTy())
2399 if (IntrinsicID == Intrinsic::powi && Ty->isFloatTy())
3051 if (OpC->getType()->isFloatTy())
3061 if (OpC->getType()->isFloatTy())
3079 if (Ty->isDoubleTy() || Ty->isFloatTy() || Ty->isHalfTy()
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyMCInstLower.cpp 313 if (Imm->getType()->isFloatTy())
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Constants.cpp 1231 else if (CFP->getType()->isFloatTy())
2906 if (Ty->isHalfTy() || Ty->isBFloatTy() || Ty->isFloatTy() || Ty->isDoubleTy())
3041 assert(ElementType->isFloatTy() && "Element type is not a 32-bit float type");
3117 assert(ElementType->isFloatTy() && "Element type is not a 32-bit float type");
3163 if (CFP->getType()->isFloatTy()) {
3252 assert(getElementType()->isFloatTy() &&
3265 getElementType()->isFloatTy() || getElementType()->isDoubleTy())
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMFastISel.cpp 1341 if (Ty->isFloatTy() && !Subtarget->hasVFP2Base())
1447 if (Ty->isFloatTy() || Ty->isDoubleTy())
1489 !V->getType()->isFloatTy()) return false;
1507 if (!(I->getType()->isFloatTy() &&
1554 if (Ty->isFloatTy()) Opc = isSigned ? ARM::VSITOS : ARM::VUITOS;
1580 if (OpTy->isFloatTy()) Opc = isSigned ? ARM::VTOSIZS : ARM::VTOUIZS;
1787 if (Ty->isFloatTy() && !Subtarget->hasVFP2Base())

Completed in 61 milliseconds

1 2 3