Searched refs:IntParams (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | SPIR.cpp | 145 SmallVector<unsigned, 7> IntParams = {0, 0, 0, 0, 0, 0}; in getSPIRVImageType() local 150 IntParams[0] = 1; // 1D in getSPIRVImageType() 152 IntParams[0] = 2; // 2D in getSPIRVImageType() 154 IntParams[0] = 5; // Buffer in getSPIRVImageType() 162 IntParams[1] = 1; in getSPIRVImageType() 164 IntParams[2] = 1; in getSPIRVImageType() 166 IntParams[3] = 1; in getSPIRVImageType() 169 IntParams.push_back(AccessQualifier); in getSPIRVImageType() 172 IntParams); in getSPIRVImageType()
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DerivedTypes.h | 726 unsigned *IntParams; variable 761 return ArrayRef(IntParams, getNumIntParameters()); in int_params() 764 unsigned getIntParameter(unsigned i) const { return IntParams[i]; } in getIntParameter()
|
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 198 ArrayRef<unsigned> IntParams; 201 : Name(N), TypeParams(TP), IntParams(IP) {} 204 IntParams(TT->int_params()) {} 208 IntParams == that.IntParams; 225 hash_combine_range(Key.IntParams.begin(), Key.IntParams.end()));
|
| H A D | Type.cpp | 791 IntParams = IntParamSpace; in TargetExtType()
|
| H A D | Core.cpp | 965 unsigned *IntParams, in LLVMTargetExtTypeInContext() argument 968 ArrayRef<unsigned> IntParamArray(IntParams, IntParamCount); in LLVMTargetExtTypeInContext()
|
| /src/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | Core.h | 1754 unsigned *IntParams,
|
| /src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 2665 SmallVector<unsigned, 8> IntParams; in parseTypeTableBody() local 2676 IntParams.push_back(Record[i]); in parseTypeTableBody() 2678 ResultTy = TargetExtType::get(Context, TypeName, TypeParams, IntParams); in parseTypeTableBody()
|
| /src/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3507 SmallVector<unsigned> IntParams; in parseTargetExtType() local 3517 IntParams.push_back(IntVal); in parseTargetExtType() 3533 Result = TargetExtType::get(Context, TypeName, TypeParams, IntParams); in parseTargetExtType()
|