Searched refs:getDoubleTy (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DValueTypes.cpp189 case MVT::f64: return Type::getDoubleTy(Context);
227 case MVT::v2f64: return VectorType::get(Type::getDoubleTy(Context), 2);
228 case MVT::v4f64: return VectorType::get(Type::getDoubleTy(Context), 4);
229 case MVT::v8f64: return VectorType::get(Type::getDoubleTy(Context), 8);
H A DType.cpp31 case DoubleTyID : return getDoubleTy(C);
231 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; } function in class:Type
257 return getDoubleTy(C)->getPointerTo(AS);
H A DFunction.cpp599 case IITDescriptor::Double: return Type::getDoubleTy(Context);
H A DConstants.cpp624 Ty = Type::getDoubleTy(Context);
2322 Type *Ty = ArrayType::get(Type::getDoubleTy(Context), Elts.size());
2375 Type *Ty = VectorType::get(Type::getDoubleTy(Context), Elts.size());
H A DCore.cpp262 return (LLVMTypeRef) Type::getDoubleTy(*unwrap(C));
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DTypeBuilder.h199 return Type::getDoubleTy(C);
210 static Type *get(LLVMContext& C) { return Type::getDoubleTy(C); }
H A DType.h385 static Type *getDoubleTy(LLVMContext &C);
H A DIRBuilder.h278 Type *getDoubleTy() { function in class:llvm::IRBuilderBase
279 return Type::getDoubleTy(Context);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp49 Type::getDoubleTy(M.getContext()));
329 Type::getDoubleTy(CI->getContext()));
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.cpp277 return llvm::Type::getDoubleTy(VMContext);
H A DTargetInfo.cpp1755 return llvm::VectorType::get(llvm::Type::getDoubleTy(getVMContext()), 2);
1892 return llvm::Type::getDoubleTy(getVMContext());
1999 Lo = llvm::Type::getDoubleTy(Lo->getContext());
4393 PassTy = llvm::Type::getDoubleTy(getVMContext());
4678 ArgList.push_back(llvm::Type::getDoubleTy(getVMContext()));
H A DCodeGenModule.cpp98 DoubleTy = llvm::Type::getDoubleTy(LLVMContext);
/freebsd-10.0-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp229 if (CFP->getType() == Type::getDoubleTy(CFP->getContext()))
247 if (CFP->getType() == Type::getDoubleTy(CFP->getContext()))
251 } else if (CFP->getType() == Type::getDoubleTy(CFP->getContext()))
375 case Type::DoubleTyID: return "Type::getDoubleTy(mod->getContext())";
/freebsd-10.0-release/contrib/llvm/lib/AsmParser/
H A DLLLexer.cpp627 TYPEKEYWORD("double", Type::getDoubleTy(Context));
/freebsd-10.0-release/contrib/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp256 case 8: t = Type::getDoubleTy(Context); break;
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1896 } else if (Ty == Type::getDoubleTy(CPV->getContext())) {
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1078 return B.CreateFPExt(V, B.getDoubleTy());
/freebsd-10.0-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp640 ResultTy = Type::getDoubleTy(Context);
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4006 Ty = Type::getDoubleTy(MF.getFunction()->getContext());

Completed in 371 milliseconds