Searched refs:getFP128Ty (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h415 static Type *getFP128Ty(LLVMContext &C);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp46 case FP128TyID : return getFP128Ty(C);
173 Type *Type::getFP128Ty(LLVMContext &C) { return &C.pImpl->FP128Ty; } function in class:Type
205 return getFP128Ty(C)->getPointerTo(AS);
H A DFunction.cpp981 case IITDescriptor::Quad: return Type::getFP128Ty(Context);
H A DConstants.cpp878 Ty = Type::getFP128Ty(Context);
H A DCore.cpp609 return (LLVMTypeRef) Type::getFP128Ty(*unwrap(C));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp156 case MVT::f128: return Type::getFP128Ty(Context);
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp303 return llvm::Type::getFP128Ty(VMContext);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp823 TYPEKEYWORD("fp128", Type::getFP128Ty(Context));
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp78 else if (Arg == "fp128") Value = Type::getFP128Ty(Context);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2024 ZeroTy = Type::getFP128Ty(Ctx);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1740 ResultTy = Type::getFP128Ty(Context);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp5326 Ty = Type::getFP128Ty(MF.getFunction().getContext());

Completed in 125 milliseconds