Searched refs:LLVMPPCFP128Type (Results 1 – 10 of 10) sorted by relevance
683 return type.isa<LLVMPointerType, LLVMPPCFP128Type>(); in isValidElementType()772 LLVMPPCFP128Type, in isCompatibleOuterType()840 LLVMPPCFP128Type, in isCompatibleImpl()869 Float80Type, Float128Type, LLVMPPCFP128Type>(); in isCompatibleFloatingPointType()978 .Case<LLVMPPCFP128Type>([](Type) { return llvm::TypeSize::Fixed(128); }) in getPrimitiveTypeSizeInBits()
36 .Case<LLVMPPCFP128Type>([&](Type) { return "ppc_fp128"; }) in getTypeKeyword()462 .Case("ppc_fp128", [&] { return LLVMPPCFP128Type::get(ctx); }) in dispatchParse()
2716 LLVMPPCFP128Type, in initialize()
67 return LLVM::LLVMPPCFP128Type::get(&context); in translatePrimitiveType()
58 .Case([this](LLVM::LLVMPPCFP128Type) { in translateType() argument
60 DEFINE_TRIVIAL_LLVM_TYPE(LLVMPPCFP128Type);
239 - `!llvm.ppc_fp128` (`LLVMPPCFP128Type`) - 128-bit floating-point value (two
1241 LLVMTypeRef LLVMPPCFP128Type(void);
581 func PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128Type(); return }
675 LLVMTypeRef LLVMPPCFP128Type(void) { in LLVMPPCFP128Type() function