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

  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 335 J->getType()->getScalarType()->isPPC_FP128Ty()) {
341 if (CI->getSrcTy()->getScalarType()->isPPC_FP128Ty() ||
342 CI->getDestTy()->getScalarType()->isPPC_FP128Ty() ||
  /external/llvm/include/llvm/IR/
Type.h 157 /// isPPC_FP128Ty - Return true if this is powerpc long double.
158 bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID; }
  /external/llvm/lib/IR/
Constants.cpp 170 !Ty->isPPC_FP128Ty());
548 assert(Ty->isPPC_FP128Ty() && "Unknown FP format");
    [all...]
ConstantFold.cpp 580 DestTy->isPPC_FP128Ty() ? APFloat::PPCDoubleDouble :
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 866 } else if (Ty->isFP128Ty() || Ty->isPPC_FP128Ty()) {
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 820 } else if (Ty->isFP128Ty() || Ty->isPPC_FP128Ty()) {
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 867 } else if (Ty->isFP128Ty() || Ty->isPPC_FP128Ty())
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 239 milliseconds