Searched refs:IntParams (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/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()
|
| /freebsd-14.2/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()
|
| /freebsd-14.2/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; 223 hash_combine_range(Key.IntParams.begin(), Key.IntParams.end()));
|
| H A D | Type.cpp | 791 IntParams = IntParamSpace; in TargetExtType()
|
| H A D | Core.cpp | 921 unsigned *IntParams, in LLVMTargetExtTypeInContext() argument 924 ArrayRef<unsigned> IntParamArray(IntParams, IntParamCount); in LLVMTargetExtTypeInContext()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | Core.h | 1676 unsigned *IntParams,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 2538 SmallVector<unsigned, 8> IntParams; in parseTypeTableBody() local 2549 IntParams.push_back(Record[i]); in parseTypeTableBody() 2551 ResultTy = TargetExtType::get(Context, TypeName, TypeParams, IntParams); in parseTypeTableBody()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3309 SmallVector<unsigned> IntParams; in parseTargetExtType() local 3319 IntParams.push_back(IntVal); in parseTargetExtType() 3335 Result = TargetExtType::get(Context, TypeName, TypeParams, IntParams); in parseTargetExtType()
|