Searched defs:Gen (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
H A D | Random.h | 21 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { in uniform() 26 template <typename T, typename GenT> T uniform(GenT &Gen) { in uniform()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | MacroPPCallbacks.h | 28 CodeGenerator *Gen; variable
|
H A D | BackendConsumer.h | 51 std::unique_ptr<CodeGenerator> Gen; variable
|
H A D | MacroPPCallbacks.cpp | 61 MacroPPCallbacks::MacroPPCallbacks(CodeGenerator *Gen, Preprocessor &PP) in MacroPPCallbacks()
|
H A D | CGNonTrivialStruct.cpp | 812 GenDefaultInitialize Gen(getContext()); in defaultInitNonTrivialCStructVar() local 821 static void callSpecialFunction(G &&Gen, StringRef FuncName, QualType QT, in callSpecialFunction() 833 getSpecialFunction(G &&Gen, StringRef FuncName, QualType QT, bool IsVolatile, in getSpecialFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600Subtarget.h | 41 Generation Gen = R600; variable
|
H A D | GCNSubtarget.h | 63 unsigned Gen = INVALID; variable
|
H A D | SIInstrInfo.cpp | 9229 unsigned Gen = subtargetEncodingFamily(ST); in pseudoToMCOpcode() local
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | MultiOnDiskHashTable.h | 298 Generator Gen; variable
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcherGen.cpp | 1079 MatcherGen Gen(Pattern, CGP); in ConvertPatternToMatcher() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.cpp | 645 int getMCOpcode(uint16_t Opcode, unsigned Gen) { in getMCOpcode() 1169 AMDGPUSubtarget::Generation Gen) { in getOccupancyWithNumSGPRs()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGRRList.cpp | 1409 SDNode *Gen = LiveRegGens[CallResource]->getNode(); in DelayForLiveRegsBottomUp() local
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | actbl2.h | 2806 ACPI_NHLT_GENDEVICE_CONFIG Gen; member
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 17832 SmallVectorImpl<U> &Lookups, const llvm::function_ref<T(ValueDecl *)> Gen) { in filterLookupForUDReductionAndMapper()
|