Home
last modified time | relevance | path

Searched refs:ParmsType (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/lib/Object/
DXCOFFObjectFile.cpp880 SmallString<32> ParmsType; in getVectorParmsInfoString() local
884 ParmsType += ", "; in getVectorParmsInfoString()
887 ParmsType += "vc"; in getVectorParmsInfoString()
891 ParmsType += "vs"; in getVectorParmsInfoString()
895 ParmsType += "vi"; in getVectorParmsInfoString()
899 ParmsType += "vf"; in getVectorParmsInfoString()
904 return ParmsType; in getVectorParmsInfoString()
909 SmallString<32> ParmsType; in parseParmsTypeWithVecInfo() local
914 ParmsType += ", "; in parseParmsTypeWithVecInfo()
920 ParmsType += "i"; in parseParmsTypeWithVecInfo()
[all …]
/external/llvm-project/llvm/include/llvm/Object/
DXCOFFObjectFile.h420 Optional<SmallString<32>> ParmsType;
479 const Optional<SmallString<32>> &getParmsType() const { return ParmsType; }