Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp44 case FP128TyID : return getFP128Ty(C); in getPrimitiveType()
106 Ty = Type::getFP128Ty(C); in getFloatingPointTy()
246 Type *Type::getFP128Ty(LLVMContext &C) { return &C.pImpl->FP128Ty; } in getFP128Ty() function in Type
H A DFunction.cpp1408 case IITDescriptor::Quad: return Type::getFP128Ty(Context); in DecodeFixedType()
H A DCore.cpp723 return (LLVMTypeRef) Type::getFP128Ty(*unwrap(C)); in LLVMFP128TypeInContext()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h454 static Type *getFP128Ty(LLVMContext &C);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp158 Builder.CreateFPExt(FloatVal, Type::getFP128Ty(Builder.getContext())); in expandFPToI()
550 Builder.CreateBitCast(Or35, Type::getFP128Ty(Builder.getContext())); in expandIToFP()
/freebsd/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp171 Ty = Type::getFP128Ty(Context); in Modifier()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp285 return llvm::Type::getFP128Ty(VMContext); in getTypeForFormat()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp837 TYPEKEYWORD("fp128", Type::getFP128Ty(Context)); in LexIdentifier()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp188 return Type::getFP128Ty(Context); in getType()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2487 ResultTy = Type::getFP128Ty(Context); in parseTypeTableBody()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp8142 Ty = Type::getFP128Ty(MF.getFunction().getContext()); in foldMemoryOperandImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp98 return Type::getFP128Ty(Ctx); in getFloatTypeForLLT()