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

  /external/swiftshader/third_party/subzero/src/
IceTypes.cpp 203 bool isScalarIntegerType(Type Ty) {
267 assert(isScalarIntegerType(Ty));
IceTypes.h 94 bool isScalarIntegerType(Type Ty);
IceAssemblerARM32.cpp     [all...]
IceInstX86BaseImpl.h     [all...]
IceInstARM32.cpp     [all...]
IceAssemblerMIPS32.cpp 126 assert(Var->hasReg() && isScalarIntegerType(Var->getType()));
799 if ((isScalarIntegerType(DstType) && isScalarFloatingType(SrcType)) ||
800 (isScalarFloatingType(DstType) && isScalarIntegerType(SrcType))) {
    [all...]
IceTargetLoweringARM32.cpp 430 if (isScalarIntegerType(Ty)) {
    [all...]
IceTargetLoweringMIPS32.cpp     [all...]
IceInstMIPS32.cpp 648 if ((isScalarIntegerType(DstType) && isScalarFloatingType(SrcType)) ||
649 (isScalarFloatingType(DstType) && isScalarIntegerType(SrcType))) {
    [all...]
IceTargetLoweringX8632Traits.h 380 if (!isScalarIntegerType(Ty)) {
    [all...]
IceTargetLoweringX8664Traits.h 406 if (!isScalarIntegerType(Ty)) {
    [all...]
IceTargetLoweringX86BaseImpl.h     [all...]
PNaClTranslator.cpp     [all...]
WasmTranslator.cpp     [all...]
IceInstX86Base.h     [all...]
  /external/swiftshader/src/Reactor/
SubzeroReactor.cpp 830 if(Ice::isScalarIntegerType(v->getType()))
1071 auto result = ::function->makeVariable(Ice::isScalarIntegerType(lhs->getType()) ? Ice::IceType_i1 : lhs->getType());
    [all...]

Completed in 4086 milliseconds