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

1 2 3

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
elemental_ir_emitter.cc 64 result = ir_builder_->CreateFPCast(result, ir_builder_->getHalfTy());
103 result = ir_builder_->CreateFPCast(result, ir_builder_->getHalfTy());
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
builder.cpp 48 mFP16Ty = Type::getHalfTy(pJitMgr->mContext);
  /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);
  /external/llvm/include/llvm/IR/
Type.h 368 static Type *getHalfTy(LLVMContext &C);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Type.h 379 static Type *getHalfTy(LLVMContext &C);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 383 static Type *getHalfTy(LLVMContext &C);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Type.h 388 static Type *getHalfTy(LLVMContext &C);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Type.h 388 static Type *getHalfTy(LLVMContext &C);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Type.h 394 static Type *getHalfTy(LLVMContext &C);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Type.h 394 static Type *getHalfTy(LLVMContext &C);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Type.h 394 static Type *getHalfTy(LLVMContext &C);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Type.h 394 static Type *getHalfTy(LLVMContext &C);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 383 static Type *getHalfTy(LLVMContext &C);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Type.h 388 static Type *getHalfTy(LLVMContext &C);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Type.h 388 static Type *getHalfTy(LLVMContext &C);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Type.h 394 static Type *getHalfTy(LLVMContext &C);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Type.h 394 static Type *getHalfTy(LLVMContext &C);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Type.h 394 static Type *getHalfTy(LLVMContext &C);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Type.h 394 static Type *getHalfTy(LLVMContext &C);
  /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),
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 291 return llvm::Type::getHalfTy(VMContext);
  /external/spirv-llvm/lib/SPIRV/
OCLUtil.cpp 269 ST = Type::getHalfTy(C);
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
elemental_ir_emitter.cc 109 result = ir_builder_->CreateFPCast(result, ir_builder_->getHalfTy());
  /external/llvm/lib/AsmParser/
LLLexer.cpp 711 TYPEKEYWORD("half", Type::getHalfTy(Context));

Completed in 5237 milliseconds

1 2 3