Searched refs:Gen (Results 1 - 17 of 17) sorted by relevance

/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/llvm/lib/Target/R600/
H A DAMDGPUMCInstLower.h33 enum SISubtarget AMDGPUSubtargetToSISubtarget(unsigned Gen) const;
H A DAMDGPUSubtarget.h51 Generation Gen; member in class:llvm::AMDGPUSubtarget
88 return Gen;
H A DAMDGPUSubtarget.cpp36 Gen(AMDGPUSubtarget::R600),
H A DR600ISelLowering.h43 unsigned Gen; member in class:llvm::R600TargetLowering
H A DSIInstrInfo.h185 int getMCOpcode(uint16_t Opcode, unsigned Gen);
H A DAMDGPUInstrInfo.cpp342 int getMCOpcode(uint16_t Opcode, unsigned Gen) { argument
H A DR600ISelLowering.cpp34 Gen(TM.getSubtarget<AMDGPUSubtarget>().getGeneration()) {
1036 if (Gen >= AMDGPUSubtarget::R700)
/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/chromium_org/tools/gn/
H A Dcommands.cc41 INSERT_COMMAND(Gen)
/external/mesa3d/src/glsl/
H A DAndroid.gen.mk97 @echo "Gen GLSL: $(PRIVATE_MODULE) <= $(notdir $@)"
/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...]
/external/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp991 MatcherGen Gen(Pattern, CGP);
994 if (Gen.EmitMatcherCode(Variant))
1003 Gen.EmitResultCode();
1006 return Gen.GetMatcher();
/external/mesa3d/src/mesa/
H A DAndroid.gen.mk86 @echo "Gen ES: $(PRIVATE_MODULE) <= $(notdir $(@))"
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids1246 412f Dell Digital Jukebox 2.Gen
6193 1203 iPod 4.Gen Grayscale 40G
6195 1205 iPod Mini 1.Gen/2.Gen
6201 1223 iPod Classic/Nano 3.Gen (DFU mode)
6202 1224 iPod Nano 3.Gen (DFU mode)
6203 1225 iPod Nano 4.Gen (DFU mode)
6205 1231 iPod Nano 5.Gen (DFU mode)
6206 1240 iPod Nano 2.Gen (DFU mode)
6207 1242 iPod Nano 3.Gen (WT
[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))

Completed in 400 milliseconds