HomeSort by relevance Sort by last modified time
    Searched refs:getHalfTy (Results 1 - 15 of 15) sorted by null

  /external/llvm/lib/IR/
ValueTypes.cpp 192 case MVT::f16: return Type::getHalfTy(Context);
228 case MVT::v2f16: return VectorType::get(Type::getHalfTy(Context), 2);
229 case MVT::v4f16: return VectorType::get(Type::getHalfTy(Context), 4);
230 case MVT::v8f16: return VectorType::get(Type::getHalfTy(Context), 8);
Type.cpp 29 case HalfTyID : return getHalfTy(C);
227 Type *Type::getHalfTy(LLVMContext &C) { return &C.pImpl->HalfTy; }
247 return getHalfTy(C)->getPointerTo(AS);
Function.cpp 750 case IITDescriptor::Half: return Type::getHalfTy(Context);
    [all...]
Constants.cpp 695 Ty = Type::getHalfTy(Context);
    [all...]
Core.cpp 343 return (LLVMTypeRef) Type::getHalfTy(*unwrap(C));
    [all...]
  /external/llvm/include/llvm/IR/
Type.h 384 static Type *getHalfTy(LLVMContext &C);
IRBuilder.h 330 Type *getHalfTy() {
331 return Type::getHalfTy(Context);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 279 return llvm::Type::getHalfTy(VMContext);
  /external/llvm/lib/AsmParser/
LLLexer.cpp 681 TYPEKEYWORD("half", Type::getHalfTy(Context));
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 264 case 17: if (GenHalfFloat) t = Type::getHalfTy(Context); break;
  /external/llvm/unittests/IR/
InstructionsTest.cpp 182 Type *HalfTy = Type::getHalfTy(C);
  /frameworks/compile/slang/
slang_rs_export_type.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 936 ResultTy = Type::getHalfTy(Context);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 590 milliseconds