HomeSort by relevance Sort by last modified time
    Searched refs:isFP128Ty (Results 1 - 25 of 36) sorted by null

1 2

  /external/llvm/lib/Target/Mips/
MipsCCState.cpp 42 if (Ty->isFP128Ty())
46 Ty->getStructElementType(0)->isFP128Ty())
  /external/swiftshader/third_party/LLVM/include/llvm/
Type.h 133 /// isFP128Ty - Return true if this is 'fp128'.
134 bool isFP128Ty() const { return ID == FP128TyID; }
  /external/llvm/include/llvm/IR/
Type.h 152 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
  /external/llvm/lib/Target/SystemZ/
SystemZTDC.cpp 243 !Cast->getSrcTy()->isFP128Ty())
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Type.h 154 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 154 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Type.h 156 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Type.h 156 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Type.h 156 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Type.h 156 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Type.h 156 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Type.h 156 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 154 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Type.h 156 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Type.h 156 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Type.h 156 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Type.h 156 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Type.h 156 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Type.h 156 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 595 DestTy->isFP128Ty() ? APFloat::IEEEquad :
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriter.cpp 831 } else if (Ty->isFP128Ty() || Ty->isPPC_FP128Ty()) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Constants.cpp 475 else if (Ty->isFP128Ty())
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]

Completed in 1280 milliseconds

1 2