Searched refs:getValueTypes (Results 1 – 17 of 17) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenRegisters.h | 125 const std::vector<MVT::SimpleValueType> &getValueTypes() const {return VTs;} in getValueTypes() function
|
D | CodeGenRegisters.cpp | 823 if (RC.getValueTypes() != FoundRC->getValueTypes()) in getRegClassForRegister()
|
D | CodeGenDAGPatterns.cpp | 1252 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()
|
D | CodeGenTarget.cpp | 191 const std::vector<MVT::SimpleValueType> &InVTs = RC.getValueTypes(); in getRegisterVTs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenRegisters.h | 348 ArrayRef<ValueTypeByHwMode> getValueTypes() const { return VTs; } in getValueTypes() function
|
D | CodeGenTarget.cpp | 300 ArrayRef<ValueTypeByHwMode> InVTs = RC.getValueTypes(); in getRegisterVTs()
|
D | CodeGenRegisters.cpp | 2283 if (RC.getValueTypes() != FoundRC->getValueTypes()) in getRegClassForRegister()
|
D | CodeGenDAGPatterns.cpp | 1558 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/ |
D | SPIRVModule.h | 131 virtual std::vector<SPIRVType *> getValueTypes(const std::vector<SPIRVId>&)
|
D | SPIRVEntry.cpp | 216 SPIRVEntry::getValueTypes(const std::vector<SPIRVId>& IdVec)const { in getValueTypes() function in SPIRV::SPIRVEntry
|
D | SPIRVModule.cpp | 103 virtual std::vector<SPIRVType *> getValueTypes(const std::vector<SPIRVId>&) 1462 SPIRVModuleImpl::getValueTypes(const std::vector<SPIRVId>& IdVec)const { in getValueTypes() function in SPIRV::SPIRVModuleImpl
|
D | SPIRVEntry.h | 240 std::vector<SPIRVType *> getValueTypes(const std::vector<SPIRVId>&)const;
|
/external/llvm/utils/TableGen/ |
D | CodeGenRegisters.h | 321 ArrayRef<MVT::SimpleValueType> getValueTypes() const {return VTs;} in getValueTypes() function
|
D | CodeGenTarget.cpp | 248 ArrayRef<MVT::SimpleValueType> InVTs = RC.getValueTypes(); in getRegisterVTs()
|
D | CodeGenRegisters.cpp | 2077 if (RC.getValueTypes() != FoundRC->getValueTypes()) in getRegClassForRegister()
|
D | CodeGenDAGPatterns.cpp | 1125 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/ |
D | SPIRVReader.cpp | 2367 std::vector<Type *> ArgTypes = transTypeVector(BC->getValueTypes(BArgs)); in transOCLBuiltinFromExtInst()
|