OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPPC_FP128Ty
(Results
1 - 14
of
14
) sorted by null
/external/llvm/unittests/IR/
TypeBuilderTest.cpp
69
EXPECT_EQ(Type::
getPPC_FP128Ty
(getGlobalContext()), (TypeBuilder<types::ppc_fp128, true>::get(getGlobalContext())));
70
EXPECT_EQ(Type::
getPPC_FP128Ty
(getGlobalContext()), (TypeBuilder<types::ppc_fp128, false>::get(getGlobalContext())));
/external/llvm/include/llvm/IR/
Type.h
389
static Type *
getPPC_FP128Ty
(LLVMContext &C);
TypeBuilder.h
222
static Type *get(LLVMContext& C) { return Type::
getPPC_FP128Ty
(C); }
/external/llvm/lib/IR/
Type.cpp
34
case PPC_FP128TyID : return
getPPC_FP128Ty
(C);
235
Type *Type::
getPPC_FP128Ty
(LLVMContext &C) { return &C.pImpl->PPC_FP128Ty; }
269
return
getPPC_FP128Ty
(C)->getPointerTo(AS);
ValueTypes.cpp
192
case MVT::ppcf128: return Type::
getPPC_FP128Ty
(Context);
Constants.cpp
630
Ty = Type::
getPPC_FP128Ty
(Context);
[
all
...]
Core.cpp
275
return (LLVMTypeRef) Type::
getPPC_FP128Ty
(*unwrap(C));
[
all
...]
/external/clang/lib/CodeGen/
CodeGenTypes.cpp
286
return llvm::Type::
getPPC_FP128Ty
(VMContext);
/external/llvm/lib/AsmParser/
LLLexer.cpp
632
TYPEKEYWORD("ppc_fp128", Type::
getPPC_FP128Ty
(Context));
/external/llvm/tools/llvm-stress/
llvm-stress.cpp
268
case 26: if (GenPPCFP128) t = Type::
getPPC_FP128Ty
(Context); break;
/external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
599
ResultTy = Type::
getPPC_FP128Ty
(Context);
826
ResultTy = Type::
getPPC_FP128Ty
(Context);
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp
880
ResultTy = Type::
getPPC_FP128Ty
(Context);
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
777
ResultTy = Type::
getPPC_FP128Ty
(Context);
[
all
...]
Completed in 540 milliseconds