HomeSort by relevance Sort by last modified time
    Searched refs:isPPC_FP128Ty (Results 1 - 16 of 16) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 297 isPPC_FP128Ty())
387 J->getType()->getScalarType()->isPPC_FP128Ty()) {
393 if (CI->getSrcTy()->getScalarType()->isPPC_FP128Ty() ||
394 CI->getDestTy()->getScalarType()->isPPC_FP128Ty() ||
  /external/llvm/include/llvm/IR/
Type.h 144 /// isPPC_FP128Ty - Return true if this is powerpc long double.
145 bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID; }
  /external/llvm/lib/IR/
ConstantFold.cpp 174 if (DestTy->isFloatingPointTy() && !DestTy->isPPC_FP128Ty())
191 if (FP->getType()->isPPC_FP128Ty())
597 DestTy->isPPC_FP128Ty() ? APFloat::PPCDoubleDouble :
    [all...]
Constants.cpp 257 !Ty->isPPC_FP128Ty());
642 assert(Ty->isPPC_FP128Ty() && "Unknown FP format");
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
SLPVectorizer.cpp 114 !Ty->isPPC_FP128Ty();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 887 } else if (Ty->isFP128Ty() || Ty->isPPC_FP128Ty())
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 239 if (Ty->isPPC_FP128Ty()) {
    [all...]

Completed in 416 milliseconds