Searched refs:IntParams (Results 1 – 7 of 7) sorted by relevance
/freebsd/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/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()
|
/freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | Core.h | 1754 unsigned *IntParams,
|
/freebsd/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()
|
/freebsd/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()
|