OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getX86_FP80Ty
(Results
1 - 15
of
15
) sorted by null
/external/llvm/unittests/IR/
TypeBuilderTest.cpp
65
EXPECT_EQ(Type::
getX86_FP80Ty
(getGlobalContext()), (TypeBuilder<types::x86_fp80, true>::get(getGlobalContext())));
66
EXPECT_EQ(Type::
getX86_FP80Ty
(getGlobalContext()), (TypeBuilder<types::x86_fp80, false>::get(getGlobalContext())));
/external/llvm/include/llvm/IR/
Type.h
387
static Type *
getX86_FP80Ty
(LLVMContext &C);
TypeBuilder.h
214
static Type *get(LLVMContext& C) { return Type::
getX86_FP80Ty
(C); }
/external/llvm/lib/IR/
Type.cpp
32
case X86_FP80TyID : return
getX86_FP80Ty
(C);
233
Type *Type::
getX86_FP80Ty
(LLVMContext &C) { return &C.pImpl->X86_FP80Ty; }
261
return
getX86_FP80Ty
(C)->getPointerTo(AS);
ValueTypes.cpp
190
case MVT::f80: return Type::
getX86_FP80Ty
(Context);
Constants.cpp
624
Ty = Type::
getX86_FP80Ty
(Context);
[
all
...]
Core.cpp
269
return (LLVMTypeRef) Type::
getX86_FP80Ty
(*unwrap(C));
[
all
...]
/external/clang/lib/CodeGen/
CodeGenTypes.cpp
288
return llvm::Type::
getX86_FP80Ty
(VMContext);
TargetInfo.cpp
[
all
...]
CGObjCMac.cpp
106
llvm::Type *longDoubleType = llvm::Type::
getX86_FP80Ty
(VMContext);
[
all
...]
/external/llvm/lib/AsmParser/
LLLexer.cpp
630
TYPEKEYWORD("x86_fp80", Type::
getX86_FP80Ty
(Context));
/external/llvm/tools/llvm-stress/
llvm-stress.cpp
264
case 20: if (GenX86FP80) t = Type::
getX86_FP80Ty
(Context); break;
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
593
ResultTy = Type::
getX86_FP80Ty
(Context);
820
ResultTy = Type::
getX86_FP80Ty
(Context);
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp
874
ResultTy = Type::
getX86_FP80Ty
(Context);
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
771
ResultTy = Type::
getX86_FP80Ty
(Context);
[
all
...]
Completed in 1884 milliseconds