OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
388
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);
234
Type *Type::
getFP128Ty
(LLVMContext &C) { return &C.pImpl->FP128Ty; }
265
return
getFP128Ty
(C)->getPointerTo(AS);
ValueTypes.cpp
191
case MVT::f128: return Type::
getFP128Ty
(Context);
Constants.cpp
626
Ty = Type::
getFP128Ty
(Context);
[
all
...]
Core.cpp
272
return (LLVMTypeRef) Type::
getFP128Ty
(*unwrap(C));
[
all
...]
/external/clang/lib/CodeGen/
CodeGenTypes.cpp
284
return llvm::Type::
getFP128Ty
(VMContext);
/external/llvm/lib/AsmParser/
LLLexer.cpp
631
TYPEKEYWORD("fp128", Type::
getFP128Ty
(Context));
/external/llvm/tools/llvm-stress/
llvm-stress.cpp
266
case 23: if (GenFP128) t = Type::
getFP128Ty
(Context); break;
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
596
ResultTy = Type::
getFP128Ty
(Context);
823
ResultTy = Type::
getFP128Ty
(Context);
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp
877
ResultTy = Type::
getFP128Ty
(Context);
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
774
ResultTy = Type::
getFP128Ty
(Context);
[
all
...]
Completed in 330 milliseconds