Home
last modified time | relevance | path

Searched defs:Gen (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandom.h21 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 DMacroPPCallbacks.h28 CodeGenerator *Gen; variable
H A DBackendConsumer.h51 std::unique_ptr<CodeGenerator> Gen; variable
H A DMacroPPCallbacks.cpp61 MacroPPCallbacks::MacroPPCallbacks(CodeGenerator *Gen, Preprocessor &PP) in MacroPPCallbacks()
H A DCGNonTrivialStruct.cpp812 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 DR600Subtarget.h41 Generation Gen = R600; variable
H A DGCNSubtarget.h63 unsigned Gen = INVALID; variable
H A DSIInstrInfo.cpp9229 unsigned Gen = subtargetEncodingFamily(ST); in pseudoToMCOpcode() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h298 Generator Gen; variable
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp1079 MatcherGen Gen(Pattern, CGP); in ConvertPatternToMatcher() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp645 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 DScheduleDAGRRList.cpp1409 SDNode *Gen = LiveRegGens[CallResource]->getNode(); in DelayForLiveRegsBottomUp() local
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl2.h2806 ACPI_NHLT_GENDEVICE_CONFIG Gen; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp17832 SmallVectorImpl<U> &Lookups, const llvm::function_ref<T(ValueDecl *)> Gen) { in filterLookupForUDReductionAndMapper()