Searched refs:IntParams (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | SPIR.cpp | 320 SmallVector<unsigned, 7> IntParams = {0, 0, 0, 0, 0, 0}; in getSPIRVImageType() local 325 IntParams[0] = 1; in getSPIRVImageType() 327 IntParams[0] = 2; in getSPIRVImageType() 329 IntParams[0] = 5; // Buffer in getSPIRVImageType() 337 IntParams[1] = 1; in getSPIRVImageType() 339 IntParams[2] = 1; in getSPIRVImageType() 341 IntParams[3] = 1; in getSPIRVImageType() 344 IntParams.push_back(AccessQualifier); in getSPIRVImageType() 347 IntParams); in getSPIRVImageType() 539 SmallVector<unsigned, 6> IntParams(6, 0); in getSPIRVImageTypeFromHLSLResource() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DerivedTypes.h | 787 unsigned *IntParams; variable 834 return ArrayRef(IntParams, getNumIntParameters()); in int_params() 837 unsigned getIntParameter(unsigned i) const { return IntParams[i]; } in getIntParameter()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 196 ArrayRef<unsigned> IntParams; 199 : Name(N), TypeParams(TP), IntParams(IP) {} 202 IntParams(TT->int_params()) {} 206 IntParams == that.IntParams; 221 hash_combine_range(Key.IntParams));
|
| H A D | Type.cpp | 905 IntParams = IntParamSpace; in TargetExtType()
|
| H A D | Core.cpp | 964 unsigned *IntParams, in LLVMTargetExtTypeInContext() argument 967 ArrayRef<unsigned> IntParamArray(IntParams, IntParamCount); in LLVMTargetExtTypeInContext()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | Core.h | 1806 unsigned TypeParamCount, unsigned *IntParams, unsigned IntParamCount);
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 2755 SmallVector<unsigned, 8> IntParams; in parseTypeTableBody() local 2766 IntParams.push_back(Record[i]); in parseTypeTableBody() 2769 TargetExtType::getOrError(Context, TypeName, TypeParams, IntParams); in parseTypeTableBody()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3606 SmallVector<unsigned> IntParams; in parseTargetExtType() local 3616 IntParams.push_back(IntVal); in parseTargetExtType() 3633 TargetExtType::getOrError(Context, TypeName, TypeParams, IntParams); in parseTargetExtType()
|