HomeSort by relevance Sort by last modified time
    Searched refs:getX86_MMXTy (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/swiftshader/third_party/LLVM/unittests/VMCore/
InstructionsTest.cpp 118 Type* X86MMXTy = Type::getX86_MMXTy(C);
  /external/swiftshader/third_party/LLVM/include/llvm/
Type.h 315 static Type *getX86_MMXTy(LLVMContext &C);
  /external/llvm/include/llvm/IR/
Type.h 375 static Type *getX86_MMXTy(LLVMContext &C);
TypeBuilder.h 234 static Type *get(LLVMContext& C) { return Type::getX86_MMXTy(C); }
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ValueTypes.cpp 166 case MVT::x86mmx: return Type::getX86_MMXTy(Context);
Type.cpp 35 case X86_MMXTyID : return getX86_MMXTy(C);
208 Type *Type::getX86_MMXTy(LLVMContext &C) { return &C.pImpl->X86_MMXTy; }
241 return getX86_MMXTy(C)->getPointerTo(AS);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Type.h 386 static Type *getX86_MMXTy(LLVMContext &C);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 390 static Type *getX86_MMXTy(LLVMContext &C);
TypeBuilder.h 234 static Type *get(LLVMContext& C) { return Type::getX86_MMXTy(C); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Type.h 395 static Type *getX86_MMXTy(LLVMContext &C);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Type.h 395 static Type *getX86_MMXTy(LLVMContext &C);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Type.h 401 static Type *getX86_MMXTy(LLVMContext &C);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Type.h 401 static Type *getX86_MMXTy(LLVMContext &C);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Type.h 401 static Type *getX86_MMXTy(LLVMContext &C);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Type.h 401 static Type *getX86_MMXTy(LLVMContext &C);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 390 static Type *getX86_MMXTy(LLVMContext &C);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Type.h 395 static Type *getX86_MMXTy(LLVMContext &C);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Type.h 395 static Type *getX86_MMXTy(LLVMContext &C);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Type.h 401 static Type *getX86_MMXTy(LLVMContext &C);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Type.h 401 static Type *getX86_MMXTy(LLVMContext &C);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Type.h 401 static Type *getX86_MMXTy(LLVMContext &C);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Type.h 401 static Type *getX86_MMXTy(LLVMContext &C);
  /external/llvm/lib/IR/
Type.cpp 37 case X86_MMXTyID : return getX86_MMXTy(C);
164 Type *Type::getX86_MMXTy(LLVMContext &C) { return &C.pImpl->X86_MMXTy; }
202 return getX86_MMXTy(C)->getPointerTo(AS);
ValueTypes.cpp 222 case MVT::x86mmx: return Type::getX86_MMXTy(Context);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
TypeBuilder.h 226 static Type *get(LLVMContext& C) { return Type::getX86_MMXTy(C); }

Completed in 1131 milliseconds

1 2 3