|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/Type.h 415 static Type *getFP128Ty(LLVMContext &C);
References
lib/AsmParser/LLLexer.cpp 821 TYPEKEYWORD("fp128", Type::getFP128Ty(Context));
lib/Bitcode/Reader/BitcodeReader.cpp 1738 ResultTy = Type::getFP128Ty(Context);
lib/CodeGen/GlobalISel/LegalizerHelper.cpp 1994 ZeroTy = Type::getFP128Ty(Ctx);
lib/CodeGen/ValueTypes.cpp 280 case MVT::f128: return Type::getFP128Ty(Context);
lib/IR/Constants.cpp 827 Ty = Type::getFP128Ty(Context);
lib/IR/Core.cpp 609 return (LLVMTypeRef) Type::getFP128Ty(*unwrap(C));
lib/IR/Function.cpp 962 case IITDescriptor::Quad: return Type::getFP128Ty(Context);
lib/IR/Type.cpp 46 case FP128TyID : return getFP128Ty(C);
205 return getFP128Ty(C)->getPointerTo(AS);
lib/Target/X86/X86InstrInfo.cpp 5324 Ty = Type::getFP128Ty(MF.getFunction().getContext());
tools/clang/lib/CodeGen/CodeGenTypes.cpp 303 return llvm::Type::getFP128Ty(VMContext);
tools/llvm-stress/llvm-stress.cpp 78 else if (Arg == "fp128") Value = Type::getFP128Ty(Context);
tools/polly/lib/Exchange/JSONExporter.cpp 606 {"fp128", Type::getFP128Ty(LLVMContext)},
unittests/IR/ConstantsTest.cpp 121 Type *FP128Ty = Type::getFP128Ty(Context);