Home
last modified time | relevance | path

Searched defs:IntParams (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSPIR.cpp145 SmallVector<unsigned, 7> IntParams = {0, 0, 0, 0, 0, 0}; in getSPIRVImageType() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h726 unsigned *IntParams; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2538 SmallVector<unsigned, 8> IntParams; parseTypeTableBody() local
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3309 SmallVector<unsigned> IntParams; parseTargetExtType() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp921 LLVMTargetExtTypeInContext(LLVMContextRef C,const char * Name,LLVMTypeRef * TypeParams,unsigned TypeParamCount,unsigned * IntParams,unsigned IntParamCount) LLVMTargetExtTypeInContext() argument