Searched refs:IceType (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX86BaseImpl.h43 using IceType = ConstantFloat;
52 using IceType = ConstantDouble;
62 using IceType = ConstantInteger32;
72 using IceType = ConstantInteger32;
82 using IceType = ConstantInteger32;
8460 auto *Const = llvm::cast<typename T::IceType>(C);
8461 typename T::IceType::PrimType Value = Const->getValue();
H A DIceTargetLoweringMIPS32.cpp5778 static constexpr Type IceType = IceType_f32; member in struct:Ice::MIPS32::__anon23514::__anon23518::ConstantPoolEmitterTraits
5795 static constexpr Type IceType = IceType_f64; member in struct:Ice::MIPS32::__anon23514::__anon23518::ConstantPoolEmitterTraits
5826 SizeT Align = std::max(MinimumAlignment, typeAlignInBytes(Traits::IceType));
5829 ConstantList Pool = Ctx->getConstantPool(Traits::IceType);
H A DIceTargetLoweringARM32.cpp7257 static constexpr Type IceType = IceType_f32;
7274 static constexpr Type IceType = IceType_f64;
7305 SizeT Align = std::max(MinimumAlignment, typeAlignInBytes(Traits::IceType));
7308 ConstantList Pool = Ctx->getConstantPool(Traits::IceType);

Completed in 161 milliseconds