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

/external/llvm/lib/IR/
H A DValueTypes.cpp188 case MVT::f32: return Type::getFloatTy(Context);
223 case MVT::v2f32: return VectorType::get(Type::getFloatTy(Context), 2);
224 case MVT::v4f32: return VectorType::get(Type::getFloatTy(Context), 4);
225 case MVT::v8f32: return VectorType::get(Type::getFloatTy(Context), 8);
226 case MVT::v16f32: return VectorType::get(Type::getFloatTy(Context), 16);
H A DAutoUpgrade.cpp35 if (Arg0Type != VectorType::get(Type::getFloatTy(F->getContext()), 4))
349 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.cpp591 case IITDescriptor::Float: return Type::getFloatTy(Context);
H A DConstants.cpp615 Ty = Type::getFloatTy(Context);
2310 Type *Ty = ArrayType::get(Type::getFloatTy(Context), Elts.size());
2363 Type *Ty = VectorType::get(Type::getFloatTy(Context), Elts.size());
H A DCore.cpp257 return (LLVMTypeRef) Type::getFloatTy(*unwrap(C));
/external/llvm/unittests/IR/
H A DTypeBuilderTest.cpp58 EXPECT_EQ(Type::getFloatTy(getGlobalContext()), (TypeBuilder<float, false>::get(getGlobalContext())));
61 EXPECT_EQ(Type::getFloatTy(getGlobalContext()), (TypeBuilder<types::ieee_float, true>::get(getGlobalContext())));
62 EXPECT_EQ(Type::getFloatTy(getGlobalContext()), (TypeBuilder<types::ieee_float, false>::get(getGlobalContext())));
H A DIRBuilderTest.cpp33 GV = new GlobalVariable(*M, Type::getFloatTy(getGlobalContext()), true,
H A DConstantsTest.cpp171 Type *FloatTy = Type::getFloatTy(getGlobalContext());
/external/llvm/include/llvm/IR/
H A DMDBuilder.h49 Value *Op = ConstantFP::get(Type::getFloatTy(Context), Accuracy);
H A DTypeBuilder.h191 return Type::getFloatTy(C);
206 static Type *get(LLVMContext& C) { return Type::getFloatTy(C); }
H A DType.h382 static Type *getFloatTy(LLVMContext &C);
H A DIRBuilder.h251 Type *getFloatTy() { function in class:llvm::IRBuilderBase
252 return Type::getFloatTy(Context);
/external/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp45 Type::getFloatTy(M.getContext()));
325 Type::getFloatTy(CI->getContext()));
/external/clang/lib/CodeGen/
H A DCodeGenTypes.cpp275 return llvm::Type::getFloatTy(VMContext);
H A DTargetInfo.cpp1896 return llvm::Type::getFloatTy(getVMContext());
1903 return llvm::VectorType::get(llvm::Type::getFloatTy(getVMContext()), 2);
3052 llvm::Type::getFloatTy(getVMContext()), NumVFPs - PreAllocation);
3694 Padding = llvm::Type::getFloatTy(getVMContext());
H A DCodeGenModule.cpp100 FloatTy = llvm::Type::getFloatTy(LLVMContext);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1257 Builder->getFloatTy(),
1258 Builder->getFloatTy(),
/external/llvm/lib/AsmParser/
H A DLLLexer.cpp623 TYPEKEYWORD("float", Type::getFloatTy(Context));
/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp254 case 5: t = Type::getFloatTy(Context); break;
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1845 if (Ty == Type::getFloatTy(CPV->getContext())) {
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp218 if (CFP->getType() == Type::getFloatTy(CFP->getContext()))
374 case Type::FloatTyID: return "Type::getFloatTy(mod->getContext())";
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp637 ResultTy = Type::getFloatTy(Context);
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3991 Ty = Type::getFloatTy(MF.getFunction()->getContext());

Completed in 410 milliseconds