HomeSort by relevance Sort by last modified time
    Searched refs:IceType_NUM (Results 1 - 13 of 13) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceTypes.cpp 153 if (Ty < IceType_NUM)
160 if (Ty < IceType_NUM)
167 if (Ty < IceType_NUM)
174 if (Ty < IceType_NUM)
183 if (Ty < IceType_NUM)
190 if (Ty < IceType_NUM)
197 if (Ty < IceType_NUM)
204 if (Ty < IceType_NUM)
211 if (Ty < IceType_NUM)
218 if (Ty < IceType_NUM)
    [all...]
IceTypeConverter.cpp 43 assert(LLVM2IceMap.size() == static_cast<size_t>(IceType_NUM));
56 return Ice::IceType_NUM;
IceTypes.h 28 IceType_NUM
46 static_assert(RC_Target == static_cast<RegClass>(IceType_NUM),
47 "Expected RC_Target and IceType_NUM to be the same");
IceGlobalContext.h 516 Constant *ConstZeroForType[IceType_NUM];
IceGlobalContext.cpp 183 UndefPool() : Pool(IceType_NUM) {}
878 case IceType_NUM:
    [all...]
IceConverter.cpp 198 if (IceTy == Ice::IceType_NUM)
    [all...]
IceTargetLoweringMIPS32.h 852 VarList PhysicalRegisters[IceType_NUM];
    [all...]
IceTargetLoweringARM32.h     [all...]
IceTargetLoweringX86Base.h     [all...]
IceTargetLoweringMIPS32.cpp     [all...]
IceTargetLoweringARM32.cpp     [all...]
IceTargetLoweringX86BaseImpl.h     [all...]
  /external/swiftshader/src/Reactor/
SubzeroReactor.cpp 158 static_assert(static_cast<unsigned int>(Ice::IceType_NUM) < static_cast<unsigned int>(EmulatedBits), "Ice::Type overlaps with our emulated types!");
    [all...]

Completed in 609 milliseconds