Home
last modified time | relevance | path

Searched refs:getX86_FP80Ty (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp181 return Type::getX86_FP80Ty(Context); in getType()
238 return Type::getX86_FP80Ty(Context); in typeFromFTValueType()
1266 return FunctionType::get(Type::getX86_FP80Ty(C), {Type::getX86_FP80Ty(C)}, in makeX86FP80X86FP80()
1276 return FunctionType::get(Type::getX86_FP80Ty(C), in makeX86FP80X86FP80I32()
1277 {Type::getX86_FP80Ty(C), Type::getInt32Ty(C)}, in makeX86FP80X86FP80I32()
1287 return FunctionType::get(Type::getX86_FP80Ty(C), in makeX86FP80X86FP80X86FP80()
1288 {Type::getX86_FP80Ty(C), Type::getX86_FP80Ty(C)}, in makeX86FP80X86FP80X86FP80()
1301 Type::getX86_FP80Ty(C), in makeX86FP80X86FP80X86FP80X86FP80()
1302 {Type::getX86_FP80Ty(C), Type::getX86_FP80Ty(C), Type::getX86_FP80Ty(C)}, in makeX86FP80X86FP80X86FP80X86FP80()
1843 BitcastTy = Type::getX86_FP80Ty(Context); in propagateNonFTStore()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp43 case X86_FP80TyID : return getX86_FP80Ty(C); in getPrimitiveType()
104 Ty = Type::getX86_FP80Ty(C); in getFloatingPointTy()
245 Type *Type::getX86_FP80Ty(LLVMContext &C) { return &C.pImpl->X86_FP80Ty; } in getX86_FP80Ty() function in Type
H A DCore.cpp720 return (LLVMTypeRef) Type::getX86_FP80Ty(*unwrap(C)); in LLVMX86FP80TypeInContext()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h453 static Type *getX86_FP80Ty(LLVMContext &C);
/freebsd/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp173 Ty = Type::getX86_FP80Ty(Context); in Modifier()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp289 return llvm::Type::getX86_FP80Ty(VMContext); in getTypeForFormat()
H A DCGObjCMac.cpp107 llvm::Type *longDoubleType = llvm::Type::getX86_FP80Ty(VMContext); in getMessageSendFp2retFn()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp2637 ResType = llvm::Type::getX86_FP80Ty(getVMContext()); in classifyReturnType()
2645 ResType = llvm::StructType::get(llvm::Type::getX86_FP80Ty(getVMContext()), in classifyReturnType()
2646 llvm::Type::getX86_FP80Ty(getVMContext())); in classifyReturnType()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp836 TYPEKEYWORD("x86_fp80", Type::getX86_FP80Ty(Context)); in LexIdentifier()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2484 ResultTy = Type::getX86_FP80Ty(Context); in parseTypeTableBody()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp96 return Type::getX86_FP80Ty(Ctx); in getFloatTypeForLLT()