Searched refs:getFloatTy (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/IR/
H A DValueTypes.cpp193 case MVT::f32: return Type::getFloatTy(Context);
231 case MVT::v1f32: return VectorType::get(Type::getFloatTy(Context), 1);
232 case MVT::v2f32: return VectorType::get(Type::getFloatTy(Context), 2);
233 case MVT::v4f32: return VectorType::get(Type::getFloatTy(Context), 4);
234 case MVT::v8f32: return VectorType::get(Type::getFloatTy(Context), 8);
235 case MVT::v16f32: return VectorType::get(Type::getFloatTy(Context), 16);
H A DAutoUpgrade.cpp36 if (Arg0Type != VectorType::get(Type::getFloatTy(F->getContext()), 4))
379 if (Arg0->getType() != VectorType::get(Type::getFloatTy(C), 4))
H A DType.cpp30 case FloatTyID : return getFloatTy(C);
230 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; } function in class:Type
253 return getFloatTy(C)->getPointerTo(AS);
H A DFunction.cpp624 case IITDescriptor::Float: return Type::getFloatTy(Context);
H A DConstants.cpp620 Ty = Type::getFloatTy(Context);
2353 Type *Ty = ArrayType::get(Type::getFloatTy(Context), Elts.size());
2406 Type *Ty = VectorType::get(Type::getFloatTy(Context), Elts.size());
H A DCore.cpp287 return (LLVMTypeRef) Type::getFloatTy(*unwrap(C));
/freebsd-10.3-release/contrib/llvm/include/llvm/IR/
H A DTypeBuilder.h191 return Type::getFloatTy(C);
206 static Type *get(LLVMContext& C) { return Type::getFloatTy(C); }
H A DMDBuilder.h49 Value *Op = ConstantFP::get(Type::getFloatTy(Context), Accuracy);
H A DType.h392 static Type *getFloatTy(LLVMContext &C);
H A DIRBuilder.h320 Type *getFloatTy() { function in class:llvm::IRBuilderBase
321 return Type::getFloatTy(Context);
/freebsd-10.3-release/contrib/llvm/lib/Target/R600/
H A DR600TextureIntrinsicsReplacer.cpp215 FloatType = Type::getFloatTy(Ctx);
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp45 Type::getFloatTy(M.getContext()));
325 Type::getFloatTy(CI->getContext()));
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.cpp280 return llvm::Type::getFloatTy(VMContext);
H A DTargetInfo.cpp1974 return llvm::Type::getFloatTy(getVMContext());
1981 return llvm::VectorType::get(llvm::Type::getFloatTy(getVMContext()), 2);
3293 llvm::Type::getFloatTy(getVMContext()), NumVFPs - PreAllocation);
3942 Padding = llvm::Type::getFloatTy(getVMContext());
4689 PassTy = llvm::Type::getFloatTy(getVMContext());
H A DCodeGenModule.cpp97 FloatTy = llvm::Type::getFloatTy(LLVMContext);
/freebsd-10.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1284 Intrinsic::getDeclaration(M, Intrinsic::sqrt, Builder->getFloatTy()) :
1286 Builder->getFloatTy(), Builder->getFloatTy(),
/freebsd-10.3-release/contrib/llvm/lib/AsmParser/
H A DLLLexer.cpp630 TYPEKEYWORD("float", Type::getFloatTy(Context));
/freebsd-10.3-release/contrib/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp255 case 5: t = Type::getFloatTy(Context); break;
/freebsd-10.3-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp219 if (CFP->getType() == Type::getFloatTy(CFP->getContext()))
373 case Type::FloatTyID: return "Type::getFloatTy(mod->getContext())";
/freebsd-10.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1862 if (Ty == Type::getFloatTy(CPV->getContext())) {
/freebsd-10.3-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp737 ResultTy = Type::getFloatTy(Context);
/freebsd-10.3-release/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4409 Ty = Type::getFloatTy(MF.getFunction()->getContext());

Completed in 471 milliseconds