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

  /external/llvm/unittests/IR/
TypeBuilderTest.cpp 67 EXPECT_EQ(Type::getFP128Ty(getGlobalContext()), (TypeBuilder<types::fp128, true>::get(getGlobalContext())));
68 EXPECT_EQ(Type::getFP128Ty(getGlobalContext()), (TypeBuilder<types::fp128, false>::get(getGlobalContext())));
ConstantsTest.cpp 116 Type *FP128Ty = Type::getFP128Ty(getGlobalContext());
  /external/llvm/include/llvm/IR/
Type.h 386 static Type *getFP128Ty(LLVMContext &C);
TypeBuilder.h 218 static Type *get(LLVMContext& C) { return Type::getFP128Ty(C); }
  /external/llvm/lib/IR/
Type.cpp 33 case FP128TyID : return getFP128Ty(C);
228 Type *Type::getFP128Ty(LLVMContext &C) { return &C.pImpl->FP128Ty; }
259 return getFP128Ty(C)->getPointerTo(AS);
ValueTypes.cpp 196 case MVT::f128: return Type::getFP128Ty(Context);
Constants.cpp 660 Ty = Type::getFP128Ty(Context);
    [all...]
Core.cpp 353 return (LLVMTypeRef) Type::getFP128Ty(*unwrap(C));
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 282 return llvm::Type::getFP128Ty(VMContext);
  /external/llvm/lib/AsmParser/
LLLexer.cpp 687 TYPEKEYWORD("fp128", Type::getFP128Ty(Context));
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 268 case 23: if (GenFP128) t = Type::getFP128Ty(Context); break;
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 589 ResultTy = Type::getFP128Ty(Context);
817 ResultTy = Type::getFP128Ty(Context);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 869 ResultTy = Type::getFP128Ty(Context);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 786 ResultTy = Type::getFP128Ty(Context);
    [all...]

Completed in 397 milliseconds