Searched defs:Gen (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/Target/R600/
H A DR600ISelLowering.h43 unsigned Gen; member in class:llvm::R600TargetLowering
H A DAMDGPUSubtarget.h51 Generation Gen; member in class:llvm::AMDGPUSubtarget
88 return Gen;
H A DAMDGPUInstrInfo.cpp342 int getMCOpcode(uint16_t Opcode, unsigned Gen) { argument
/external/chromium_org/testing/
H A Dgenerate_gmock_mutant.py342 def Gen(pattern, n): function
367 return Clean("Tuple%d<%s>" % (n, Gen(pattern, n)))
381 "template_params": Merge([Gen("typename P%", prebound),
382 Gen("typename C%", calltime)]),
397 "params": Merge([Gen("X%", prebound), Gen("A%", calltime)]),
398 "args": Gen("const P%& p%", prebound),
399 "call_args": Gen("p%", prebound),
400 "template_params": Merge([Gen("typename P%", prebound),
401 Gen("typenam
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp52 std::unique_ptr<CodeGenerator> Gen; member in class:clang::BackendConsumer
66 Gen(CreateLLVMCodeGen(Diags, infile, compopts, targetopts, C)),
75 Gen->HandleCXXStaticMemberVarInstantiation(VD);
84 Gen->Initialize(Ctx);
86 TheModule.reset(Gen->GetModule());
100 Gen->HandleTopLevelDecl(D);
115 Gen->HandleInlineMethodDefinition(D);
127 Gen->HandleTranslationUnit(C);
139 llvm::Module *M = Gen->ReleaseModule();
187 Gen
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp281 BlockToInstrPerColor &Gen, BlockToRegSet &Kill,
291 const MachineInstr **&BBGen = Gen[&MBB];
317 // current basic block definition for this color, if any, is in Gen.
383 /// Out[bb] = Gen[bb] U (In[bb] - Kill[bb])
388 BlockToInstrPerColor &Gen, BlockToRegSet &Kill,
413 // Out[bb] = Gen[bb] U (In[bb] - Kill[bb])
416 if (Gen[&MBB][CurReg])
417 BBOutSet.insert(Gen[&MBB][CurReg]);
428 BlockToInstrPerColor &Gen,
436 for (auto &IT : Gen)
279 initReachingDef(MachineFunction &MF, InstrToInstrs *ColorOpToReachedUses, BlockToInstrPerColor &Gen, BlockToRegSet &Kill, BlockToSetOfInstrsPerColor &ReachableUses, const MapRegToId &RegToId, const MachineInstr *DummyOp, bool ADRPMode) argument
384 reachingDefAlgorithm(MachineFunction &MF, InstrToInstrs *ColorOpToReachedUses, BlockToSetOfInstrsPerColor &In, BlockToSetOfInstrsPerColor &Out, BlockToInstrPerColor &Gen, BlockToRegSet &Kill, BlockToSetOfInstrsPerColor &ReachableUses, unsigned NbReg) argument
426 finitReachingDef(BlockToSetOfInstrsPerColor &In, BlockToSetOfInstrsPerColor &Out, BlockToInstrPerColor &Gen, BlockToSetOfInstrsPerColor &ReachableUses) argument
465 BlockToInstrPerColor Gen; local
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1310 SDNode *Gen = LiveRegGens[CallResource]->getNode(); local
1311 while (SDNode *Glued = Gen->getGluedNode())
1312 Gen = Glued;
1313 if (!IsChainDependent(Gen, Node, 0, TII) && RegAdded.insert(CallResource))
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest.cc305 static void Gen(GLES2Implementation* gl_impl, GLsizei n, GLuint* ids) { function in class:gpu::gles2::GenBuffersAPI
319 static void Gen(GLES2Implementation* gl_impl, GLsizei n, GLuint* ids) { function in class:gpu::gles2::GenFramebuffersAPI
333 static void Gen(GLES2Implementation* gl_impl, GLsizei n, GLuint* ids) { function in class:gpu::gles2::GenRenderbuffersAPI
347 static void Gen(GLES2Implementation* gl_impl, GLsizei n, GLuint* ids) { function in class:gpu::gles2::GenTexturesAPI
645 ResApi::Gen(gl_, 1, &id1);
650 ResApi::Gen(gl_, 1, &id2);
656 ResApi::Gen(gl_, 1, &id3);
669 ResApi::Gen(gl1, 1, &id1);
671 ResApi::Gen(gl1, 1, &id2);
676 ResApi::Gen(gl
[all...]

Completed in 2413 milliseconds