Home
last modified time | relevance | path

Searched refs:FloatTy (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.cpp28 FloatTy(C, Type::FloatTyID), in LLVMContextImpl()
DType.cpp168 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; } in getFloatTy()
DLLVMContextImpl.h1320 Type VoidTy, LabelTy, HalfTy, FloatTy, DoubleTy, MetadataTy, TokenTy;
/third_party/rust/crates/syn/tests/common/
Deq.rs47 use rustc_ast::ast::FloatTy;
543 spanless_eq_enum!(FloatTy; F32 F64);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1927 void setBooleanContents(BooleanContent IntTy, BooleanContent FloatTy) { in setBooleanContents() argument
1929 BooleanFloatContents = FloatTy; in setBooleanContents()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9960 MVT FloatTy = Op.getSimpleValueType().getVectorElementType(); in performFpToIntCombine() local
9961 uint32_t FloatBits = FloatTy.getSizeInBits(); in performFpToIntCombine()
10039 MVT FloatTy = N->getSimpleValueType(0).getVectorElementType(); in performFDivCombine() local
10040 int32_t FloatBits = FloatTy.getSizeInBits(); in performFDivCombine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp13686 MVT FloatTy = Op.getSimpleValueType().getVectorElementType(); in PerformVCVTCombine() local
13687 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVCVTCombine()
13744 MVT FloatTy = N->getSimpleValueType(0).getVectorElementType(); in PerformVDIVCombine() local
13745 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVDIVCombine()