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

  /external/swiftshader/third_party/subzero/src/
IceTypes.h 100 bool isVectorFloatingType(Type Ty);
IceTypes.cpp 238 bool isVectorFloatingType(Type Ty) {
241 llvm_unreachable("Invalid type for isVectorFloatingType()");
IceInstX86BaseImpl.h     [all...]
IceTargetLoweringMIPS32.cpp 230 if (Dest != nullptr && isVectorFloatingType(Dest->getType())) {
    [all...]
IceAssemblerX86BaseImpl.h     [all...]

Completed in 137 milliseconds