OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getX86_MMXTy
(Results
1 - 14
of
14
) sorted by null
/external/llvm/include/llvm/IR/
Type.h
390
static Type *
getX86_MMXTy
(LLVMContext &C);
TypeBuilder.h
226
static Type *get(LLVMContext& C) { return Type::
getX86_MMXTy
(C); }
/external/llvm/lib/IR/
Type.cpp
37
case X86_MMXTyID : return
getX86_MMXTy
(C);
236
Type *Type::
getX86_MMXTy
(LLVMContext &C) { return &C.pImpl->X86_MMXTy; }
273
return
getX86_MMXTy
(C)->getPointerTo(AS);
ValueTypes.cpp
193
case MVT::x86mmx: return Type::
getX86_MMXTy
(Context);
Function.cpp
604
case IITDescriptor::MMX: return Type::
getX86_MMXTy
(Context);
Core.cpp
278
return (LLVMTypeRef) Type::
getX86_MMXTy
(*unwrap(C));
[
all
...]
/external/llvm/unittests/IR/
InstructionsTest.cpp
125
Type *X86MMXTy = Type::
getX86_MMXTy
(C);
/external/llvm/lib/AsmParser/
LLLexer.cpp
635
TYPEKEYWORD("x86_mmx", Type::
getX86_MMXTy
(Context));
/external/llvm/tools/llvm-stress/
llvm-stress.cpp
270
case 29: if (GenX86MMX) t = Type::
getX86_MMXTy
(Context); break;
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
608
ResultTy = Type::
getX86_MMXTy
(Context);
835
ResultTy = Type::
getX86_MMXTy
(Context);
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp
889
ResultTy = Type::
getX86_MMXTy
(Context);
[
all
...]
/external/clang/lib/CodeGen/
CGBuiltin.cpp
[
all
...]
TargetInfo.cpp
512
return llvm::Type::
getX86_MMXTy
(CGF.getLLVMContext());
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
786
ResultTy = Type::
getX86_MMXTy
(Context);
[
all
...]
Completed in 299 milliseconds