Home
last modified time | relevance | path

Searched refs:getValueTypes (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenRegisters.h125 const std::vector<MVT::SimpleValueType> &getValueTypes() const {return VTs;} in getValueTypes() function
DCodeGenRegisters.cpp823 if (RC.getValueTypes() != FoundRC->getValueTypes()) in getRegClassForRegister()
DCodeGenDAGPatterns.cpp1252 return EEVT::TypeSet(T.getRegisterClass(RegClass).getValueTypes()); in getImplicitType()
1261 return EEVT::TypeSet(T.getRegisterClass(R).getValueTypes()); in getImplicitType()
1541 MadeChange |= UpdateNodeType(ResNo, RC.getValueTypes(), TP); in ApplyTypeConstraints()
1549 MadeChange |= UpdateNodeType(ResNo, RC.getValueTypes(), TP); in ApplyTypeConstraints()
1599 MadeChange |= Child->UpdateNodeType(ChildResNo, RC.getValueTypes(), TP); in ApplyTypeConstraints()
1604 MadeChange |= Child->UpdateNodeType(ChildResNo, RC.getValueTypes(), TP); in ApplyTypeConstraints()
DCodeGenTarget.cpp191 const std::vector<MVT::SimpleValueType> &InVTs = RC.getValueTypes(); in getRegisterVTs()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenRegisters.h348 ArrayRef<ValueTypeByHwMode> getValueTypes() const { return VTs; } in getValueTypes() function
DCodeGenTarget.cpp300 ArrayRef<ValueTypeByHwMode> InVTs = RC.getValueTypes(); in getRegisterVTs()
DCodeGenRegisters.cpp2283 if (RC.getValueTypes() != FoundRC->getValueTypes()) in getRegClassForRegister()
DCodeGenDAGPatterns.cpp1558 return UpdateNodeType(ResNo, Tgt.getRegisterClass(RC).getValueTypes(), TP); in UpdateNodeTypeFromInst()
2004 return TypeSetByHwMode(T.getRegisterClass(RegClass).getValueTypes()); in getImplicitType()
2020 return TypeSetByHwMode(T.getRegisterClass(R).getValueTypes()); in getImplicitType()
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVModule.h131 virtual std::vector<SPIRVType *> getValueTypes(const std::vector<SPIRVId>&)
DSPIRVEntry.cpp216 SPIRVEntry::getValueTypes(const std::vector<SPIRVId>& IdVec)const { in getValueTypes() function in SPIRV::SPIRVEntry
DSPIRVModule.cpp103 virtual std::vector<SPIRVType *> getValueTypes(const std::vector<SPIRVId>&)
1462 SPIRVModuleImpl::getValueTypes(const std::vector<SPIRVId>& IdVec)const { in getValueTypes() function in SPIRV::SPIRVModuleImpl
DSPIRVEntry.h240 std::vector<SPIRVType *> getValueTypes(const std::vector<SPIRVId>&)const;
/external/llvm/utils/TableGen/
DCodeGenRegisters.h321 ArrayRef<MVT::SimpleValueType> getValueTypes() const {return VTs;} in getValueTypes() function
DCodeGenTarget.cpp248 ArrayRef<MVT::SimpleValueType> InVTs = RC.getValueTypes(); in getRegisterVTs()
DCodeGenRegisters.cpp2077 if (RC.getValueTypes() != FoundRC->getValueTypes()) in getRegClassForRegister()
DCodeGenDAGPatterns.cpp1125 return UpdateNodeType(ResNo, Tgt.getRegisterClass(RC).getValueTypes(), TP); in UpdateNodeTypeFromInst()
1493 return EEVT::TypeSet(T.getRegisterClass(RegClass).getValueTypes()); in getImplicitType()
1509 return EEVT::TypeSet(T.getRegisterClass(R).getValueTypes()); in getImplicitType()
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp2367 std::vector<Type *> ArgTypes = transTypeVector(BC->getValueTypes(BArgs)); in transOCLBuiltinFromExtInst()