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

  /external/llvm/lib/IR/
ValueTypes.cpp 216 case MVT::f16: return Type::getHalfTy(Context);
262 case MVT::v2f16: return VectorType::get(Type::getHalfTy(Context), 2);
263 case MVT::v4f16: return VectorType::get(Type::getHalfTy(Context), 4);
264 case MVT::v8f16: return VectorType::get(Type::getHalfTy(Context), 8);
Type.cpp 29 case HalfTyID : return getHalfTy(C);
156 Type *Type::getHalfTy(LLVMContext &C) { return &C.pImpl->HalfTy; }
178 return getHalfTy(C)->getPointerTo(AS);
Function.cpp 794 case IITDescriptor::Half: return Type::getHalfTy(Context);
    [all...]
Constants.cpp 695 Ty = Type::getHalfTy(Context);
    [all...]
Core.cpp 431 return (LLVMTypeRef) Type::getHalfTy(*unwrap(C));
    [all...]
  /external/llvm/include/llvm/IR/
Type.h 368 static Type *getHalfTy(LLVMContext &C);
IRBuilder.h 348 Type *getHalfTy() {
349 return Type::getHalfTy(Context);
    [all...]
  /external/llvm/unittests/IR/
ConstantsTest.cpp 431 for (Type *T : {Type::getHalfTy(Context), Type::getFloatTy(Context),
453 for (Type *T : {Type::getHalfTy(Context), Type::getFloatTy(Context),
InstructionsTest.cpp 182 Type *HalfTy = Type::getHalfTy(C);
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 291 return llvm::Type::getHalfTy(VMContext);
  /external/spirv-llvm/lib/SPIRV/
OCLUtil.cpp 269 ST = Type::getHalfTy(C);
SPIRVUtil.cpp     [all...]
SPIRVReader.cpp 631 case 16: return Type::getHalfTy(*Context);
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 711 TYPEKEYWORD("half", Type::getHalfTy(Context));
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 53 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 945 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 389 milliseconds