Home
last modified time | relevance | path

Searched defs:FloatTy (Results 1 – 12 of 12) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenTypeCache.h39 llvm::Type *FloatTy, *DoubleTy; member
/external/llvm/unittests/IR/
DConstantsTest.cpp199 Type *FloatTy = Type::getFloatTy(Context); in TEST() local
DInstructionsTest.cpp183 Type *FloatTy = Type::getFloatTy(C); in TEST() local
/external/llvm/unittests/CodeGen/
DDIEHashTest.cpp664 DIEEntry FloatTy(*FloatTyDIE); in TEST_F() local
/external/clang/include/clang/AST/
DASTContext.h904 CanQualType FloatTy, DoubleTy, LongDoubleTy, Float128Ty; variable
/external/llvm/include/llvm/Target/
DTargetLowering.h1311 void setBooleanContents(BooleanContent IntTy, BooleanContent FloatTy) { in setBooleanContents()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1927 void setBooleanContents(BooleanContent IntTy, BooleanContent FloatTy) { in setBooleanContents()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7700 MVT FloatTy = Op.getSimpleValueType().getVectorElementType(); in performFpToIntCombine() local
7777 MVT FloatTy = N->getSimpleValueType(0).getVectorElementType(); in performFDivCombine() local
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp10404 MVT FloatTy = Op.getSimpleValueType().getVectorElementType(); in PerformVCVTCombine() local
10462 MVT FloatTy = N->getSimpleValueType(0).getVectorElementType(); in PerformVDIVCombine() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9960 MVT FloatTy = Op.getSimpleValueType().getVectorElementType(); in performFpToIntCombine() local
10039 MVT FloatTy = N->getSimpleValueType(0).getVectorElementType(); in performFDivCombine() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp13686 MVT FloatTy = Op.getSimpleValueType().getVectorElementType(); in PerformVCVTCombine() local
13744 MVT FloatTy = N->getSimpleValueType(0).getVectorElementType(); in PerformVDIVCombine() local
/external/clang/lib/Sema/
DSemaExpr.cpp1088 QualType FloatTy, QualType IntTy, in handleIntToFloatConversion()