HomeSort by: relevance | last modified time | path
    Searched refs:getBFloatTy (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ValueTypes.cpp 194 case MVT::bf16: return Type::getBFloatTy(Context);
331 return FixedVectorType::get(Type::getBFloatTy(Context), 2);
333 return FixedVectorType::get(Type::getBFloatTy(Context), 3);
335 return FixedVectorType::get(Type::getBFloatTy(Context), 4);
337 return FixedVectorType::get(Type::getBFloatTy(Context), 8);
339 return FixedVectorType::get(Type::getBFloatTy(Context), 16);
341 return FixedVectorType::get(Type::getBFloatTy(Context), 32);
343 return FixedVectorType::get(Type::getBFloatTy(Context), 64);
345 return FixedVectorType::get(Type::getBFloatTy(Context), 128);
469 return ScalableVectorType::get(Type::getBFloatTy(Context), 1)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Type.h 413 static Type *getBFloatTy(LLVMContext &C);
449 Ty = Type::getBFloatTy(C);
IRBuilder.h 541 Type *getBFloatTy() {
542 return Type::getBFloatTy(Context);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Type.cpp 43 case BFloatTyID : return getBFloatTy(C);
183 Type *Type::getBFloatTy(LLVMContext &C) { return &C.pImpl->BFloatTy; }
210 return getBFloatTy(C)->getPointerTo(AS);
Function.cpp 1194 case IITDescriptor::BFloat: return Type::getBFloatTy(Context);
AutoUpgrade.cpp 670 FixedVectorType::get(Type::getBFloatTy(Ctx), OperandWidth / 16)
3705 Type *NewTy = FixedVectorType::get(Type::getBFloatTy(C), OperandWidth / 16);
Core.cpp 622 return (LLVMTypeRef) Type::getBFloatTy(*unwrap(C));
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTypes.cpp 311 return llvm::Type::getBFloatTy(VMContext);
CodeGenModule.cpp 116 BFloatTy = llvm::Type::getBFloatTy(LLVMContext);
TargetInfo.cpp 5611 llvm::Type::getBFloatTy(getVMContext()), 8);
CGBuiltin.cpp 8359 return Builder.getBFloatTy();
8424 return llvm::ScalableVectorType::get(Builder.getBFloatTy(), 8);
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLLexer.cpp 839 TYPEKEYWORD("bfloat", Type::getBFloatTy(Context));
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 1755 ResultTy = Type::getBFloatTy(Context);

Completed in 90 milliseconds