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

  /external/llvm/lib/IR/
ValueTypes.cpp 211 case MVT::f16: return Type::getHalfTy(Context);
257 case MVT::v2f16: return VectorType::get(Type::getHalfTy(Context), 2);
258 case MVT::v4f16: return VectorType::get(Type::getHalfTy(Context), 4);
259 case MVT::v8f16: return VectorType::get(Type::getHalfTy(Context), 8);
Type.cpp 29 case HalfTyID : return getHalfTy(C);
220 Type *Type::getHalfTy(LLVMContext &C) { return &C.pImpl->HalfTy; }
242 return getHalfTy(C)->getPointerTo(AS);
Function.cpp 767 case IITDescriptor::Half: return Type::getHalfTy(Context);
    [all...]
Constants.cpp 721 Ty = Type::getHalfTy(Context);
    [all...]
Core.cpp 351 return (LLVMTypeRef) Type::getHalfTy(*unwrap(C));
    [all...]
  /external/llvm/include/llvm/IR/
Type.h 376 static Type *getHalfTy(LLVMContext &C);
IRBuilder.h 326 Type *getHalfTy() {
327 return Type::getHalfTy(Context);
    [all...]
  /external/llvm/unittests/IR/
ConstantsTest.cpp 406 for (Type *T : {Type::getHalfTy(Context), Type::getFloatTy(Context),
428 for (Type *T : {Type::getHalfTy(Context), Type::getFloatTy(Context),
InstructionsTest.cpp 182 Type *HalfTy = Type::getHalfTy(C);
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 280 return llvm::Type::getHalfTy(VMContext);
  /external/llvm/lib/AsmParser/
LLLexer.cpp 696 TYPEKEYWORD("half", Type::getHalfTy(Context));
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 54 if (Arg == "half") Value = Type::getHalfTy(Context);
  /frameworks/compile/slang/
slang_rs_export_type.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.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 819 milliseconds