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

  /external/llvm/include/llvm/IR/
Type.h 58 FP128TyID, ///< 5: 128-bit floating point type (112-bit mantissa)
153 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
163 getTypeID() == X86_FP80TyID || getTypeID() == FP128TyID ||
173 case FP128TyID: return APFloat::IEEEquad;
  /external/llvm/lib/IR/
LLVMContextImpl.cpp 30 FP128Ty(C, Type::FP128TyID),
DataLayout.cpp 539 case Type::FP128TyID:
597 // PPC_FP128TyID and FP128TyID have different data contents, but the
600 case Type::FP128TyID:
Type.cpp 33 case FP128TyID : return getFP128Ty(C);
123 case Type::FP128TyID: return 128;
150 if (getTypeID() == FP128TyID) return 113;
ValueTypes.cpp 251 case Type::FP128TyID: return MVT(MVT::f128);
Constants.cpp 130 case Type::FP128TyID:
    [all...]
AsmWriter.cpp 220 case Type::FP128TyID: OS << "fp128"; break;
    [all...]
Core.cpp 173 case Type::FP128TyID:
    [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 273 case Type::FP128TyID:
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 52 case Type::FP128TyID:
332 case Type::FP128TyID:
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 483 case Type::FP128TyID:
524 case Type::FP128TyID:
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 540 case Type::FP128TyID:
753 case Type::FP128TyID: {
808 case Type::FP128TyID:
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 229 case Type::FP128TyID:
  /external/llvm/lib/Target/R600/
AMDILPeepholeOptimizer.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 308 case Type::FP128TyID: Code = bitc::TYPE_CODE_FP128; break;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 314 case Type::FP128TyID: Code = bitc::TYPE_CODE_FP128; break;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 254 case Type::FP128TyID: Code = bitc::TYPE_CODE_FP128; break;
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 264 case Type::FP128TyID: Code = bitc::TYPE_CODE_FP128; break;
    [all...]

Completed in 316 milliseconds