HomeSort by relevance Sort by last modified time
    Searched refs:getHalfTy (Results 1 - 14 of 14) 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);
223 Type *Type::getHalfTy(LLVMContext &C) { return &C.pImpl->HalfTy; }
243 return getHalfTy(C)->getPointerTo(AS);
Function.cpp 653 case IITDescriptor::Half: return Type::getHalfTy(Context);
Constants.cpp 652 Ty = Type::getHalfTy(Context);
    [all...]
Core.cpp 341 return (LLVMTypeRef) Type::getHalfTy(*unwrap(C));
    [all...]
  /external/llvm/include/llvm/IR/
Type.h 381 static Type *getHalfTy(LLVMContext &C);
IRBuilder.h 331 Type *getHalfTy() {
332 return Type::getHalfTy(Context);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 273 return llvm::Type::getHalfTy(VMContext);
  /external/llvm/lib/AsmParser/
LLLexer.cpp 683 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);
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 774 ResultTy = Type::getHalfTy(Context);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 577 ResultTy = Type::getHalfTy(Context);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 857 ResultTy = Type::getHalfTy(Context);
    [all...]

Completed in 521 milliseconds